/*
Theme Name: J.HOME
Theme URI: https://example.com/
Author: J.HOME
Description: 株式会社J.HOMEのコーポレートサイト用カスタムテーマ
Version: 1.0.0
Text Domain: jhome
*/

:root {
  --navy: #102f4d;
  --navy-deep: #071b2e;
  --blue: #2f6f9f;
  --steel: #e9eef2;
  --line: #d9e2ea;
  --text: #1d2730;
  --muted: #66727e;
  --white: #fff;
  --accent: #c28a42;
  --yellow: #f3d21b;
  --orange: #f28b30;
  --shadow: 0 18px 45px rgba(11, 31, 50, 0.12);
}

/* Homepage hero: corporate style inspired by reference site */
body:not(.pest-lp) .hero {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-deep);
}

body:not(.pest-lp) .hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(7, 27, 46, 0.82) 0%,
      rgba(7, 27, 46, 0.62) 45%,
      rgba(7, 27, 46, 0.18) 100%
    ),
    linear-gradient(180deg, rgba(7, 27, 46, 0.18), rgba(7, 27, 46, 0.54)),
    url("assets/img/home-hero-maintenance.png") center / cover;
  filter: saturate(0.92);
}

body:not(.pest-lp) .hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 47, 77, 0.22), transparent 58%),
    radial-gradient(
      circle at 20% 30%,
      rgba(255, 255, 255, 0.08),
      transparent 28%
    );
  pointer-events: none;
}

body:not(.pest-lp) .hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 48px));
  min-height: 680px;
  margin: 0 auto;
  padding: 92px 0 78px;
  display: flex;
  align-items: center;
}

body:not(.pest-lp) .hero-left {
  width: min(720px, 100%);
}

body:not(.pest-lp) .hero-label {
  display: inline-flex;
  margin: 0 0 22px;
  padding: 9px 18px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.32);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
}

body:not(.pest-lp) .hero-left h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 0 18px 36px rgba(0, 0, 0, 0.36);
}

body:not(.pest-lp) .hero-title-strong {
  display: inline;
  margin: 0;
  padding: 0;
  color: var(--white);
  background: transparent;
  box-shadow: none;
}

body:not(.pest-lp) .hero-title-strong::after {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  margin-top: 24px;
  background: var(--accent);
}

body:not(.pest-lp) .hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
}

body:not(.pest-lp) .hero-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

body:not(.pest-lp) .hero .hero-sub,
body:not(.pest-lp) .hero-sub {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 2;
  font-weight: 700;
}

body:not(.pest-lp) .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

body:not(.pest-lp) .hero .button.primary {
  color: var(--white);
  background: var(--accent);
  box-shadow: none;
}

body:not(.pest-lp) .hero .button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.42);
}

body:not(.pest-lp) .hero-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(650px, 100%);
  margin-top: 34px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

body:not(.pest-lp) .hero-badge {
  display: block;
  min-height: 0;
  padding: 18px 16px;
  color: var(--white);
  background: rgba(7, 27, 46, 0.58);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  backdrop-filter: blur(8px);
}

body:not(.pest-lp) .hero-badge small {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  letter-spacing: 0.08em;
}

body:not(.pest-lp) .hero-badge strong {
  display: block;
  margin-top: 8px;
  color: var(--white);
  font-size: 18px;
  line-height: 1.35;
}

body:not(.pest-lp) .hero-right {
  display: none;
}

@media (max-width: 680px) {
  body:not(.pest-lp) .hero {
    min-height: auto;
  }

  body:not(.pest-lp) .hero-bg {
    background:
      linear-gradient(180deg, rgba(7, 27, 46, 0.7), rgba(7, 27, 46, 0.86)),
      url("assets/img/home-hero-maintenance.png") center / cover;
  }

  body:not(.pest-lp) .hero-inner {
    width: calc(100% - 36px);
    min-height: auto;
    padding: 72px 0 58px;
    justify-content: center;
  }

  body:not(.pest-lp) .hero-left {
    text-align: center;
  }

  body:not(.pest-lp) .hero-label {
    margin-left: auto;
    margin-right: auto;
  }

  body:not(.pest-lp) .hero-left h1 {
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.22;
    max-width: 100%;
  }

  body:not(.pest-lp) .hero-title-strong {
    display: block;
    font-size: 0.86em;
  }

  body:not(.pest-lp) .hero-title-strong::after {
    width: 64px;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  body:not(.pest-lp) .hero-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }

  body:not(.pest-lp) .hero-pills span {
    min-width: 0;
    font-size: 12px;
  }

  body:not(.pest-lp) .hero-badges {
    grid-template-columns: 1fr;
  }

  body:not(.pest-lp) .hero-badge {
    padding: 14px 16px;
    text-align: center;
  }
}

/* Pest hero: final tuning after screenshot check */
@media (min-width: 641px) {
  .pest-lp .pest-lp-hero,
  .pest-lp .pest-lp-hero-inner {
    min-height: 760px !important;
  }

  .pest-lp .pest-lp-hero::after {
    height: 140px !important;
  }

  .pest-lp .pest-lp-copy h1 {
    top: 142px !important;
  }

  .pest-lp .hero-animal-row {
    bottom: 140px !important;
    height: 250px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(1) {
    width: 285px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(2) {
    left: 265px !important;
    width: 156px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(3) {
    left: 470px !important;
    bottom: 84px !important;
    width: 205px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(4) {
    left: 555px !important;
    bottom: 0 !important;
    width: 330px !important;
  }

  .pest-lp .hero-service-bar {
    bottom: 140px !important;
  }

  .pest-lp .pest-hero-visual {
    inset: 0 0 140px auto !important;
  }

  .pest-lp .hero-staff {
    right: 72px !important;
    bottom: -26px !important;
    width: min(37vw, 500px) !important;
  }

  .pest-lp .lp-trust {
    height: 140px !important;
    padding: 0 42px !important;
  }

  .pest-lp .trust-item {
    padding: 20px 34px !important;
  }
}

@media (max-width: 640px) {
  .pest-lp .pest-lp-hero,
  .pest-lp .pest-lp-hero-inner {
    min-height: 690px !important;
  }

  .pest-lp .pest-lp-copy h1 {
    top: 86px !important;
    font-size: clamp(31px, 8.7vw, 38px) !important;
    line-height: 1.12 !important;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.32) !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve {
    font-size: clamp(68px, 18vw, 84px) !important;
    line-height: 0.9 !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve::after {
    width: 42px !important;
    height: 58px !important;
    right: 18px !important;
    top: 14px !important;
  }

  .pest-lp .hero-animal-row {
    bottom: 158px !important;
    transform: scale(0.34) !important;
  }

  .pest-lp .pest-hero-visual {
    inset: auto -10px 155px auto !important;
    width: 190px !important;
    height: 250px !important;
  }

  .pest-lp .hero-staff {
    width: 185px !important;
    right: 0 !important;
    bottom: 0 !important;
  }

  .pest-lp .hero-service-bar {
    bottom: 118px !important;
    height: 48px !important;
    gap: 5px !important;
    padding: 0 8px !important;
  }

  .pest-lp .svc-tag {
    height: 30px !important;
    padding: 0 10px !important;
    font-size: 15px !important;
  }

  .pest-lp .svc-suffix {
    font-size: 12px !important;
  }
}

/* Pest hero: second tuning after screenshot check */
@media (min-width: 641px) {
  .pest-lp .hero-staff {
    right: 64px !important;
    bottom: -60px !important;
    width: min(29vw, 350px) !important;
  }

  .pest-lp .hero-animal-row img:nth-child(1) {
    width: 240px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(2) {
    left: 230px !important;
    width: 138px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(3) {
    left: 430px !important;
    bottom: 84px !important;
    width: 174px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(4) {
    left: 500px !important;
    width: 285px !important;
  }

  .pest-lp .trust-item {
    grid-template-columns: 80px 1fr !important;
    gap: 18px !important;
    padding: 18px 24px !important;
  }

  .pest-lp .trust-item p {
    font-size: 20px !important;
  }

  .pest-lp .trust-item strong {
    font-size: 30px !important;
  }
}

@media (max-width: 640px) {
  .pest-lp .pest-lp-copy h1 {
    font-size: clamp(28px, 8vw, 34px) !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve {
    font-size: clamp(62px, 16.5vw, 76px) !important;
  }

  .pest-lp .pest-hero-visual {
    inset: auto -18px 190px auto !important;
    width: 132px !important;
    height: 210px !important;
    opacity: 0.95 !important;
  }

  .pest-lp .hero-staff {
    width: 132px !important;
    bottom: 0 !important;
  }

  .pest-lp .hero-animal-row {
    bottom: 160px !important;
    transform: scale(0.28) !important;
  }
}

/* Pest hero: traced PC layout */
.pest-lp .pest-lp-hero {
  position: relative !important;
  min-height: 720px !important;
  padding: 0 !important;
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(2, 20, 45, 0.96), rgba(3, 31, 69, 0.82)),
    url("assets/img/home-hero-maintenance.png") center / cover no-repeat,
    #061c3d !important;
}

.pest-lp .pest-lp-hero::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    118deg,
    transparent 0 54%,
    rgba(10, 40, 82, 0.28) 54.5% 100%
  ) !important;
  pointer-events: none !important;
  opacity: 1 !important;
  z-index: 0 !important;
}

.pest-lp .pest-lp-hero::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: auto 0 0 0 !important;
  height: 118px !important;
  background: linear-gradient(180deg, #082a58, #041b38) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  z-index: 2 !important;
}

.pest-lp .pest-lp-hero-inner {
  position: relative !important;
  display: block !important;
  width: min(100%, 1536px) !important;
  min-height: 720px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

.pest-lp .pest-lp-copy {
  position: static !important;
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}

.pest-lp .lp-badge {
  position: absolute !important;
  top: 38px !important;
  left: 48px !important;
  z-index: 5 !important;
  margin: 0 !important;
  min-width: 620px !important;
  padding: 14px 54px 15px !important;
  color: #071f43 !important;
  background: linear-gradient(90deg, #ffd63f, #f6a900) !important;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%) !important;
  border-radius: 0 !important;
  font-size: clamp(23px, 2.1vw, 34px) !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22) !important;
}

.pest-lp .pest-lp-copy h1 {
  position: absolute !important;
  top: 128px !important;
  left: 42px !important;
  z-index: 5 !important;
  max-width: 900px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(56px, 5.6vw, 91px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-shadow:
    0 6px 0 rgba(0, 0, 0, 0.35),
    0 10px 24px rgba(0, 0, 0, 0.36) !important;
  -webkit-text-stroke: 2px #fff !important;
}

.pest-lp .pest-lp-copy h1 .h1-small {
  display: block !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: #fff !important;
  background: none !important;
  border-radius: 0 !important;
  font-size: clamp(35px, 3.5vw, 53px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: 0 5px 12px rgba(0, 0, 0, 0.48) !important;
}

.pest-lp .pest-lp-copy h1 .h1-resolve {
  position: relative !important;
  display: block !important;
  width: max-content !important;
  margin-top: 2px !important;
  padding-right: 76px !important;
  color: #ff9600 !important;
  background: none !important;
  border-radius: 0 !important;
  font-size: clamp(96px, 9.2vw, 150px) !important;
  line-height: 0.88 !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
  -webkit-text-stroke: 0 !important;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.22),
    0 10px 25px rgba(0, 0, 0, 0.34) !important;
}

.pest-lp .pest-lp-copy h1 .h1-resolve::before {
  content: "" !important;
  position: absolute !important;
  left: -18px !important;
  right: 38px !important;
  bottom: -11px !important;
  height: 24px !important;
  background: #ff8300 !important;
  clip-path: polygon(1% 42%, 100% 0, 96% 52%, 3% 100%) !important;
  opacity: 0.96 !important;
  z-index: -1 !important;
}

.pest-lp .pest-lp-copy h1 .h1-resolve::after {
  content: "" !important;
  position: absolute !important;
  right: 3px !important;
  top: 19px !important;
  width: 68px !important;
  height: 92px !important;
  background: #ffd02a !important;
  clip-path: polygon(
    42% 0,
    57% 0,
    39% 70%,
    100% 11%,
    47% 100%,
    31% 100%
  ) !important;
  transform: rotate(8deg) !important;
}

.pest-lp .h1-exclaim {
  font-style: normal !important;
}

.pest-lp .hero-animal-row {
  position: absolute !important;
  left: 26px !important;
  bottom: 104px !important;
  z-index: 6 !important;
  display: block !important;
  width: 820px !important;
  height: 260px !important;
  margin: 0 !important;
}

.pest-lp .hero-animal-row img {
  position: absolute !important;
  display: block !important;
  object-fit: contain !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.26) !important;
  background: transparent !important;
}

.pest-lp .hero-animal-row img:nth-child(1) {
  left: 0 !important;
  bottom: 0 !important;
  z-index: 4 !important;
  width: 282px !important;
  transform: none !important;
}

.pest-lp .hero-animal-row img:nth-child(2) {
  left: 246px !important;
  bottom: -2px !important;
  z-index: 5 !important;
  width: 205px !important;
  margin: 0 !important;
  transform: none !important;
}

.pest-lp .hero-animal-row img:nth-child(3) {
  left: 454px !important;
  bottom: 78px !important;
  z-index: 3 !important;
  width: 255px !important;
  margin: 0 !important;
  transform: none !important;
}

.pest-lp .hero-animal-row img:nth-child(4) {
  left: 530px !important;
  bottom: -5px !important;
  z-index: 4 !important;
  width: 340px !important;
  transform: none !important;
}

.pest-lp .hero-service-bar {
  position: absolute !important;
  left: 0 !important;
  right: 292px !important;
  bottom: 118px !important;
  z-index: 7 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 22px !important;
  height: 76px !important;
  margin: 0 !important;
  padding: 0 42px !important;
  background: linear-gradient(90deg, #ffc526, #f8a900) !important;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%) !important;
  box-shadow: 0 -10px 22px rgba(0, 0, 0, 0.18) !important;
}

.pest-lp .svc-tag {
  display: grid !important;
  place-items: center !important;
  min-width: 150px !important;
  height: 48px !important;
  padding: 0 26px !important;
  color: #061f43 !important;
  background: #fff !important;
  border-radius: 0 !important;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%) !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.pest-lp .svc-sep {
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.pest-lp .svc-suffix {
  color: #061f43 !important;
  font-size: 27px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  margin-left: 8px !important;
}

.pest-lp .pest-hero-visual {
  position: absolute !important;
  inset: 0 0 118px auto !important;
  z-index: 5 !important;
  display: block !important;
  width: 42% !important;
  min-height: 0 !important;
  overflow: visible !important;
  pointer-events: none !important;
}

.pest-lp .hero-staff {
  position: absolute !important;
  right: -18px !important;
  bottom: -42px !important;
  left: auto !important;
  width: min(48vw, 610px) !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(-20px 22px 26px rgba(0, 0, 0, 0.32)) !important;
}

.pest-lp .lp-trust {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 8 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
  width: 100% !important;
  height: 118px !important;
  margin: 0 !important;
  padding: 0 36px !important;
  background: transparent !important;
  border: 0 !important;
}

.pest-lp .trust-item {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 94px 1fr !important;
  align-items: center !important;
  gap: 22px !important;
  padding: 18px 34px !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left !important;
  box-shadow: none !important;
}

.pest-lp .trust-item + .trust-item {
  border-left: 1px solid rgba(255, 255, 255, 0.48) !important;
}

.pest-lp .trust-icon,
.pest-lp .trust-free {
  display: grid !important;
  place-items: center !important;
  width: 78px !important;
  height: 78px !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  font-size: 28px !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.pest-lp .trust-free {
  font-size: 18px !important;
  font-weight: 900 !important;
}

.pest-lp .trust-item p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.pest-lp .trust-item strong {
  display: block !important;
  margin-top: 3px !important;
  color: #ffd22d !important;
  font-size: 34px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

@media (max-width: 1100px) {
  .pest-lp .pest-lp-hero,
  .pest-lp .pest-lp-hero-inner {
    min-height: 640px !important;
  }

  .pest-lp .lp-badge {
    left: 28px !important;
    min-width: 470px !important;
    font-size: 24px !important;
  }

  .pest-lp .pest-lp-copy h1 {
    left: 28px !important;
    font-size: 58px !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve {
    font-size: 108px !important;
  }

  .pest-lp .hero-animal-row {
    transform: scale(0.78) !important;
    transform-origin: left bottom !important;
  }

  .pest-lp .hero-service-bar {
    right: 220px !important;
    gap: 12px !important;
  }

  .pest-lp .svc-tag {
    min-width: 110px !important;
    font-size: 24px !important;
  }

  .pest-lp .svc-suffix {
    font-size: 22px !important;
  }

  .pest-lp .trust-item p {
    font-size: 17px !important;
  }

  .pest-lp .trust-item strong {
    font-size: 27px !important;
  }
}

@media (max-width: 640px) {
  .pest-lp .pest-lp-hero {
    min-height: 650px !important;
    background:
      linear-gradient(180deg, rgba(4, 25, 55, 0.9), rgba(3, 20, 44, 0.96)),
      url("assets/img/home-hero-maintenance.png") center / cover no-repeat,
      #061c3d !important;
  }

  .pest-lp .pest-lp-hero::after {
    height: 170px !important;
  }

  .pest-lp .pest-lp-hero-inner {
    min-height: 650px !important;
  }

  .pest-lp .lp-badge {
    top: 22px !important;
    left: 18px !important;
    min-width: 0 !important;
    width: calc(100% - 36px) !important;
    padding: 10px 20px !important;
    font-size: 17px !important;
  }

  .pest-lp .pest-lp-copy h1 {
    top: 88px !important;
    left: 18px !important;
    width: calc(100% - 36px) !important;
    font-size: clamp(36px, 11vw, 52px) !important;
    -webkit-text-stroke: 1px #fff !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-small {
    font-size: clamp(24px, 7vw, 33px) !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve {
    font-size: clamp(72px, 20vw, 100px) !important;
  }

  .pest-lp .hero-animal-row {
    left: 12px !important;
    bottom: 170px !important;
    transform: scale(0.43) !important;
    transform-origin: left bottom !important;
  }

  .pest-lp .pest-hero-visual {
    display: block !important;
    inset: auto -64px 144px auto !important;
    width: 72% !important;
    height: 330px !important;
  }

  .pest-lp .hero-staff {
    right: 0 !important;
    bottom: 0 !important;
    width: 330px !important;
  }

  .pest-lp .hero-service-bar {
    left: 0 !important;
    right: 0 !important;
    bottom: 118px !important;
    height: 54px !important;
    gap: 8px !important;
    padding: 0 14px !important;
    clip-path: none !important;
    overflow-x: hidden !important;
  }

  .pest-lp .svc-tag {
    min-width: auto !important;
    height: 34px !important;
    padding: 0 13px !important;
    font-size: 18px !important;
  }

  .pest-lp .svc-sep {
    font-size: 18px !important;
  }

  .pest-lp .svc-suffix {
    font-size: 14px !important;
    white-space: normal !important;
  }

  .pest-lp .lp-trust {
    height: 118px !important;
    padding: 0 8px !important;
  }

  .pest-lp .trust-item {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    justify-items: center !important;
    padding: 9px 5px !important;
    text-align: center !important;
  }

  .pest-lp .trust-icon,
  .pest-lp .trust-free {
    width: 42px !important;
    height: 42px !important;
    font-size: 18px !important;
  }

  .pest-lp .trust-free {
    font-size: 11px !important;
  }

  .pest-lp .trust-item p {
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  .pest-lp .trust-item strong {
    font-size: 15px !important;
  }
}

/* Pest hero: final tuning after screenshot check */
@media (min-width: 641px) {
  .pest-lp .pest-lp-hero,
  .pest-lp .pest-lp-hero-inner {
    min-height: 760px !important;
  }

  .pest-lp .pest-lp-hero::after {
    height: 140px !important;
  }

  .pest-lp .pest-lp-copy h1 {
    top: 142px !important;
  }

  .pest-lp .hero-animal-row {
    bottom: 140px !important;
    height: 250px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(1) {
    width: 285px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(2) {
    left: 265px !important;
    width: 156px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(3) {
    left: 470px !important;
    bottom: 84px !important;
    width: 205px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(4) {
    left: 555px !important;
    bottom: 0 !important;
    width: 330px !important;
  }

  .pest-lp .hero-service-bar {
    bottom: 140px !important;
  }

  .pest-lp .pest-hero-visual {
    inset: 0 0 140px auto !important;
  }

  .pest-lp .hero-staff {
    right: 72px !important;
    bottom: -26px !important;
    width: min(37vw, 500px) !important;
  }

  .pest-lp .lp-trust {
    height: 140px !important;
    padding: 0 42px !important;
  }

  .pest-lp .trust-item {
    padding: 20px 34px !important;
  }
}

@media (max-width: 640px) {
  .pest-lp .pest-lp-hero,
  .pest-lp .pest-lp-hero-inner {
    min-height: 690px !important;
  }

  .pest-lp .pest-lp-copy h1 {
    top: 86px !important;
    font-size: clamp(31px, 8.7vw, 38px) !important;
    line-height: 1.12 !important;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.32) !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve {
    font-size: clamp(68px, 18vw, 84px) !important;
    line-height: 0.9 !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve::after {
    width: 42px !important;
    height: 58px !important;
    right: 18px !important;
    top: 14px !important;
  }

  .pest-lp .hero-animal-row {
    bottom: 158px !important;
    transform: scale(0.34) !important;
  }

  .pest-lp .pest-hero-visual {
    inset: auto -10px 155px auto !important;
    width: 190px !important;
    height: 250px !important;
  }

  .pest-lp .hero-staff {
    width: 185px !important;
    right: 0 !important;
    bottom: 0 !important;
  }

  .pest-lp .hero-service-bar {
    bottom: 118px !important;
    height: 48px !important;
    gap: 5px !important;
    padding: 0 8px !important;
  }

  .pest-lp .svc-tag {
    height: 30px !important;
    padding: 0 10px !important;
    font-size: 15px !important;
  }

  .pest-lp .svc-suffix {
    font-size: 12px !important;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family:
    "Hiragino Sans", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif;
  line-height: 1.8;
  background: var(--white);
}

/* トップページのみ明朝体 */
.home-page {
  font-family:
    "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho",
    "MS PMincho", serif;
}

.home-page h1,
.home-page h2,
.home-page h3 {
  font-family:
    "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho",
    "MS PMincho", serif;
  letter-spacing: 0.04em;
}

/* ロゴ画像 */
.brand--logo {
  display: inline-flex;
  align-items: center;
}

.brand-logo-img {
  display: block;
  height: 60px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
}

.site-footer .brand-logo-img {
  filter: brightness(0) invert(1);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(16, 47, 77, 0.1);
  backdrop-filter: blur(14px);
}

.header-inner,
.footer-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.header-inner {
  min-height: 78px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 17px;
  line-height: 1.2;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #253746;
  font-size: 14px;
  font-weight: 700;
}

.nav-contact {
  padding: 10px 16px;
  background: var(--navy);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--navy-deep);
  background: var(--yellow);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(243, 210, 27, 0.98) 0 50%,
      rgba(243, 210, 27, 0.9) 50% 60%,
      rgba(16, 47, 77, 0.86) 70%,
      rgba(16, 47, 77, 0.92) 100%
    ),
    url("assets/img/home-hero-maintenance.png") center / cover;
  filter: saturate(1.05);
}

.hero-inner {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 86px 0 96px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
}

.hero-left h1 {
  margin: 0;
  font-size: clamp(36px, 5.4vw, 66px);
  line-height: 1.18;
}

.hero-title-strong {
  display: inline-block;
  padding: 6px 12px;
  margin: 6px 0;
  background: var(--white);
  color: var(--navy-deep);
  box-shadow: 8px 8px 0 rgba(16, 47, 77, 0.16);
}

.hero-title-accent {
  color: var(--orange);
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.6);
}

.hero-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 16px;
  background: var(--white);
  color: var(--navy-deep);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 10px;
}

.hero-pills span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  background: var(--white);
  color: var(--navy-deep);
  font-weight: 900;
  letter-spacing: 0.04em;
  border: 2px solid rgba(16, 47, 77, 0.12);
}

.hero-sub {
  margin: 0;
  font-weight: 900;
  font-size: 18px;
  color: var(--navy-deep);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero .button.primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 8px 0 rgba(16, 47, 77, 0.25);
}

.hero .button.secondary {
  border-color: rgba(16, 47, 77, 0.25);
  color: var(--navy-deep);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.hero-badge {
  display: grid;
  place-items: center;
  gap: 6px;
  padding: 18px;
  text-align: center;
  border-radius: 999px;
  min-height: 170px;
  background: var(--navy-deep);
  color: var(--white);
  border: 3px solid var(--yellow);
  box-shadow: 0 16px 32px rgba(7, 27, 46, 0.22);
}

.hero-badge small {
  font-size: 12px;
  letter-spacing: 0.08em;
}

.hero-badge strong {
  font-size: 18px;
  line-height: 1.2;
}

.hero-right {
  display: flex;
  justify-content: center;
}

.hero-visual {
  position: relative;
  width: min(420px, 90%);
  aspect-ratio: 1 / 1;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.32);
}

.hero-animal {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.92);
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.animal-1 {
  left: -6%;
  top: 5%;
  background-image: url("assets/img/hero-rat-cutout-tight.png");
}

.animal-2 {
  right: -4%;
  top: 26%;
  background-image: url("assets/img/hero-civet-cutout-tight.png");
}

.animal-3 {
  left: 4%;
  bottom: -3%;
  background-image: url("assets/img/hero-raccoon-cutout-tight.png");
}

.hero .hero-sub {
  max-width: 640px;
  font-weight: 800;
  line-height: 1.8;
}

.hero-detail {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.92);
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.detail-1 {
  left: -6%;
  top: 5%;
  background-image: url("assets/img/home-service-roof.png");
}

.detail-2 {
  right: -4%;
  top: 26%;
  background-image: url("assets/img/home-service-wall.png");
}

.detail-3 {
  left: 4%;
  bottom: -3%;
  background-image: url("assets/img/home-service-waterproof.png");
}

@media (max-width: 680px) {
  .hero-left h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1.18;
  }

  .hero-title-strong {
    display: block;
    max-width: 100%;
    padding: 5px 8px;
    box-shadow: 5px 5px 0 rgba(16, 47, 77, 0.14);
  }

  .hero .hero-sub {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.7;
  }

  .hero-pills {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .hero-pills span {
    min-width: 0;
    padding: 10px 8px;
    font-size: 13px;
  }
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-en {
  display: block;
  margin: 0 0 6px;
  color: var(--navy);
  font-size: clamp(48px, 7vw, 88px);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
}

.news-section .section-en {
  font-size: clamp(32px, 4.5vw, 52px);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
}

.button.primary {
  background: var(--accent);
  color: var(--white);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.56);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--navy);
  font-weight: 800;
}

.text-link::after {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.home-page .text-link {
  min-height: 48px;
  padding: 0 20px;
  color: #fff;
  background: var(--navy);
  border: 1px solid var(--navy);
  box-shadow: 0 10px 24px rgba(16, 47, 77, 0.14);
  font-size: 14px;
  line-height: 1.2;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.home-page .text-link::after {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
}

.home-page .text-link:hover {
  transform: translateY(-2px);
  background: var(--navy-deep);
  box-shadow: 0 14px 30px rgba(16, 47, 77, 0.2);
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
}

.section-heading {
  margin-bottom: 34px;
}

.section-heading.center {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.35;
  letter-spacing: 0;
}

.section-heading h2 {
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.1em;
  margin-top: 12px;
}

h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.5;
}

.news-section {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  padding-bottom: 64px;
}

.news-list {
  background: var(--white);
  box-shadow: var(--shadow);
}

.news-list article {
  display: grid;
  grid-template-columns: 110px 90px 1fr;
  gap: 18px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
}

.news-list article:last-child {
  border-bottom: 0;
}

.news-list time,
.news-list span {
  color: var(--muted);
  font-size: 13px;
}

.news-list span {
  text-align: center;
  color: var(--blue);
  font-weight: 700;
}

.news-list p {
  margin: 0;
}

.section-more {
  grid-column: 2;
  margin-top: -18px;
}

.intro {
  display: grid;
  grid-template-columns: 1fr min(520px, 45%);
  gap: 0;
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--navy-deep);
}

.intro-copy {
  background: transparent;
  padding: 88px min(80px, 6vw);
  box-shadow: none;
}

.intro-copy .section-en {
  color: rgba(255, 255, 255, 0.2);
}

.intro-copy h2 {
  color: var(--white);
}

.intro-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.intro-image {
  min-height: 520px;
  background: url("assets/img/home-hero-maintenance.png") center / cover;
}

.service-grid,
.works-grid,
.reason-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.works-grid article,
.pest-panel,
.contact-box,
.company-table {
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  box-shadow: var(--shadow);
}

.service-photo {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-photo {
  transform: scale(1.04);
}

.work-photo {
  min-height: 190px;
  background-position: center;
  background-size: cover;
}

.works-grid article > a,
.works-track article > a {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.work-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.service-body {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px 24px;
  background: linear-gradient(transparent 35%, rgba(7, 27, 46, 0.88) 100%);
}

.service-body h3 {
  color: var(--white);
  margin-bottom: 8px;
  font-size: clamp(15px, 1.6vw, 17px);
}

.service-body p {
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

.works-grid article {
  padding: 24px;
}

.work-card-body {
  padding-top: 18px;
}

.work-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.work-meta time {
  color: var(--muted);
}

.work-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  background: rgba(16, 47, 77, 0.08);
  color: var(--navy);
  font-size: 11px;
  line-height: 1;
}

.works-marquee {
  position: relative;
  width: min(100vw, 1180px);
  margin: 0 auto;
  overflow: hidden;
}

.works-marquee::before,
.works-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 70px;
  pointer-events: none;
}

.works-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.works-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
}

.works-track {
  display: flex;
  width: max-content;
  gap: 22px;
  animation: works-slide-left 28s linear infinite;
}

.works-track:hover {
  animation-play-state: paused;
}

.works-track article {
  flex: 0 0 clamp(250px, 24vw, 310px);
  padding: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

@keyframes works-slide-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 11px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .works-track {
    animation: none;
  }
}

.works-grid p,
.reason-grid p,
.section-heading p,
.intro-copy p,
.pest p {
  color: var(--muted);
}

.roof {
  background-image: url("assets/img/home-service-roof.png");
}

.wall {
  background-image: url("assets/img/home-service-wall.png");
}

.waterproof {
  background-image: url("assets/img/home-service-waterproof.png");
}

.interior {
  background-image: url("assets/img/home-service-interior.png");
}

.reason {
  background: var(--navy-deep);
  padding: 92px max(20px, calc((100% - 1180px) / 2));
}

.reason .section-en {
  color: rgba(255, 255, 255, 0.2);
}

.reason .section-heading h2 {
  color: rgba(255, 255, 255, 0.65);
}

.reason-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reason-grid article {
  padding: 0 0 0 28px;
  background: transparent;
  box-shadow: none;
  border-left: 2px solid rgba(255, 255, 255, 0.22);
}

.reason-grid h3 {
  color: var(--white);
  margin-bottom: 12px;
}

.reason .reason-grid p {
  color: rgba(255, 255, 255, 0.65);
}

.reason-grid span {
  display: block;
  margin-bottom: 20px;
  color: var(--accent);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  line-height: 1;
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.02em;
}

.work-1 {
  background-image: url("assets/img/home-service-roof.png");
}

.work-2 {
  background-image: url("assets/img/home-service-wall.png");
}

.work-3 {
  background-image: url("assets/img/home-service-waterproof.png");
}

.work-4 {
  background-image: url("assets/img/home-service-interior.png");
}

.pest {
  color: var(--white);
  background:
    linear-gradient(100deg, rgba(7, 27, 46, 0.97) 45%, rgba(16, 47, 77, 0.68)),
    url("assets/img/pest-control-banner.png") center / cover;
}

.pest-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: center;
}

.pest-alert-tag {
  display: inline-block;
  padding: 4px 14px;
  margin-bottom: 16px;
  background: var(--accent);
  color: var(--white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pest h2,
.pest h3 {
  color: var(--white);
}

.pest-copy h2 {
  font-size: clamp(18px, 2.2vw, 26px);
  line-height: 1.5;
  margin-bottom: 12px;
}

.pest-copy p {
  margin: 0 0 24px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.pest-list {
  display: grid;
  gap: 10px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
}

.pest-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  background: var(--accent);
}

.pest-panel {
  padding: 34px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.pest-tags-label {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.tag-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.tag-grid span {
  padding: 9px 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}

.contact-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  padding: 48px;
}

.contact-info {
  margin-top: 34px;
}

.contact-info div,
.company-table div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 22px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

dt {
  color: var(--navy);
  font-weight: 800;
}

dd {
  margin: 0;
}

.company-phone-note {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--navy);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  padding: 13px 14px;
  font: inherit;
  background: #fbfcfd;
}

textarea {
  resize: vertical;
}

.company {
  width: min(960px, calc(100% - 40px));
  margin: 88px auto 0;
  padding: 0 0 88px;
}

.company-table {
  padding: 18px 42px;
}

.privacy {
  width: min(960px, calc(100% - 40px));
  margin: 0 auto 88px;
  text-align: center;
}

.privacy details {
  background: var(--white);
  padding: 22px 28px;
  border: 1px solid var(--line);
}

.privacy summary {
  color: var(--navy);
  font-weight: 800;
  cursor: pointer;
}

.page-hero {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0 58px;
}

.page-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(36px, 6vw, 64px);
  line-height: 1.2;
  letter-spacing: 0;
}

.page-hero p:last-child {
  max-width: 720px;
  color: var(--muted);
}

.works-hero {
  padding-bottom: 36px;
}

.sub-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 44px 0 96px;
}

.news-list-large {
  max-width: 920px;
}

.works-grid-large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.problem-grid,
.flow-list {
  display: grid;
  gap: 22px;
}

.problem-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.problem-grid article,
.flow-list article,
.policy-content article {
  background: var(--white);
  box-shadow: var(--shadow);
}

.problem-grid article {
  padding: 30px;
}

.problem-grid p,
.flow-list p,
.policy-content p {
  color: var(--muted);
}

.lp-band {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: center;
  padding: 72px max(20px, calc((100% - 1180px) / 2));
  background: var(--navy-deep);
  color: var(--white);
}

.lp-band h2 {
  color: var(--white);
}

.tag-grid-light span {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.flow-list {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.flow-list article {
  padding: 28px;
}

.flow-list span {
  display: block;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.policy-content {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 24px 0 96px;
}

.policy-content article {
  padding: 34px 40px;
  margin-bottom: 22px;
}

.policy-content h2 {
  font-size: 24px;
}

.pest-lp {
  --lp-orange: #f28b30;
  --lp-yellow: #ffd56a;
  --lp-mint: #dff4ec;
  --lp-ink: #162636;
  background: #fffaf2;
}

.pest-lp section {
  position: relative;
}

.pest-lp-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(
      circle at 84% 18%,
      rgba(255, 213, 106, 0.34),
      transparent 24%
    ),
    linear-gradient(135deg, #17324b 0%, #0d2235 56%, #214f64 100%);
}

.pest-lp-hero::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 213, 106, 0.24);
}

.pest-lp-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  min-height: 690px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 48px;
  align-items: center;
  padding: 84px 0;
}

.lp-badge {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: var(--lp-yellow);
  color: var(--lp-ink);
  font-size: 13px;
  font-weight: 900;
}

.pest-lp h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(40px, 6vw, 74px);
  line-height: 1.14;
  letter-spacing: 0;
}

.pest-lp h1 span {
  display: table;
  margin-bottom: 8px;
  padding: 7px 22px;
  border-radius: 999px;
  background: #fff;
  color: var(--lp-ink);
  font-size: clamp(24px, 2.4vw, 38px);
  line-height: 1.2;
  letter-spacing: 0.18em;
  text-shadow: none;
}

.pest-lp-copy > p:not(.lp-badge) {
  max-width: 700px;
  font-size: 18px;
}

.pest-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.pest-lp .button.primary {
  background: var(--lp-orange);
}

.pest-lp .button.secondary {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--white);
}

.pest-lp .button.secondary.dark {
  border-color: var(--lp-ink);
  color: var(--lp-ink);
  background: transparent;
}

.lp-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.lp-trust span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 800;
}

.pest-hero-visual {
  position: relative;
}

.pest-hero-visual img {
  display: block;
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  border: 10px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.pest-hero-card {
  position: absolute;
  left: -28px;
  right: 26px;
  bottom: -34px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--lp-ink);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.pest-hero-card span,
.pest-hero-card small {
  display: block;
}

.pest-hero-card span {
  color: var(--lp-orange);
  font-weight: 900;
}

.pest-hero-card strong {
  display: block;
  margin: 8px 0;
  font-size: 30px;
  line-height: 1.2;
}

.pest-hero-card small {
  color: var(--muted);
  line-height: 1.6;
}

.lp-emergency {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 24px 20px;
  background: #e84628;
  color: var(--white);
}

.lp-emergency strong {
  display: block;
  font-size: 21px;
  line-height: 1.45;
}

.lp-emergency p {
  margin: 2px 0 0;
}

.lp-emergency a {
  flex: 0 0 auto;
  padding: 12px 24px;
  border-radius: 999px;
  background: var(--lp-yellow);
  color: var(--lp-ink);
  font-weight: 900;
}

.lp-story,
.lp-solution,
.lp-flow {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 94px 0;
}

.lp-story::before,
.lp-solution::before,
.lp-flow::before {
  content: "";
  position: absolute;
  inset: 28px max(16px, calc((100% - 1240px) / 2));
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
  background-image:
    radial-gradient(circle, rgba(242, 139, 48, 0.18) 0 5px, transparent 6px),
    radial-gradient(circle, rgba(22, 38, 54, 0.1) 0 3px, transparent 4px);
  background-position:
    0 0,
    18px 18px;
  background-size: 56px 56px;
}

.lp-story > *,
.lp-solution > *,
.lp-flow > * {
  position: relative;
  z-index: 1;
}

.lp-story.problem {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: center;
}

.lp-story-text p:not(.section-en),
.lp-solution .section-heading p,
.lp-animals p,
.lp-final-cta p {
  color: var(--muted);
}

.symptom-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.symptom-cards article,
.solution-grid article {
  padding: 28px;
  background: var(--white);
  border: 2px solid #ffe7bd;
  box-shadow: 0 18px 34px rgba(99, 61, 20, 0.08);
}

.symptom-cards span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--lp-orange);
  color: var(--white);
  font-weight: 900;
}

.lp-check {
  padding: 76px max(20px, calc((100% - 1180px) / 2));
  overflow: hidden;
  background:
    repeating-linear-gradient(
      -12deg,
      rgba(255, 255, 255, 0.32) 0 12px,
      transparent 12px 32px
    ),
    #fff0ca;
}

.lp-check::before,
.lp-check::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(242, 139, 48, 0.18);
}

.lp-check::before {
  top: 24px;
  left: max(18px, calc((100% - 1200px) / 2));
}

.lp-check::after {
  right: max(18px, calc((100% - 1200px) / 2));
  bottom: 28px;
}

.check-list-lp {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.check-list-lp span {
  position: relative;
  padding: 18px 18px 18px 52px;
  background: var(--white);
  border: 2px solid #ffd27f;
  color: var(--lp-ink);
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(127, 78, 20, 0.08);
}

.check-list-lp span::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 18px;
  height: 10px;
  border-left: 4px solid #e84628;
  border-bottom: 4px solid #e84628;
  transform: rotate(-45deg);
}

.lp-warning {
  padding: 82px max(20px, calc((100% - 1180px) / 2));
  background: var(--lp-mint);
}

.lp-warning-inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) 1fr;
  gap: 52px;
  align-items: center;
}

.warning-photo,
.final-cta-photo {
  min-height: 430px;
  background-position: center;
  background-size: cover;
  box-shadow: var(--shadow);
}

.warning-photo {
  background-image: url("assets/img/pest-warning-attic-inspection.png");
}

.warning-copy {
  background: var(--white);
  padding: 46px;
  box-shadow: var(--shadow);
}

.warning-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.warning-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 800;
}

.warning-list li::before {
  content: "!";
  position: absolute;
  left: 0;
  top: 2px;
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--lp-orange);
  color: var(--white);
  font-size: 12px;
}

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

.solution-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: var(--lp-yellow);
  color: var(--lp-ink);
  font-size: 24px;
  font-weight: 900;
}

.lp-animals {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 46px;
  align-items: center;
  padding: 74px max(20px, calc((100% - 1180px) / 2));
  overflow: hidden;
  background:
    radial-gradient(
      circle at 14% 28%,
      rgba(255, 213, 106, 0.22),
      transparent 18%
    ),
    radial-gradient(
      circle at 86% 78%,
      rgba(242, 139, 48, 0.18),
      transparent 20%
    ),
    linear-gradient(135deg, #12283b, var(--lp-ink));
  color: var(--white);
}

.lp-animals::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(45deg, transparent 45%, #fff 45% 48%, transparent 48%),
    linear-gradient(-45deg, transparent 45%, #fff 45% 48%, transparent 48%);
  background-size: 34px 34px;
}

.lp-animals > * {
  position: relative;
  z-index: 1;
}

.lp-reason {
  padding: 86px max(20px, calc((100% - 1180px) / 2));
  background: #fff;
}

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

.reason-lp-grid article {
  padding: 30px;
  border-top: 6px solid var(--lp-orange);
  background: #fffaf2;
  box-shadow: var(--shadow);
}

.reason-lp-grid strong {
  color: var(--lp-orange);
  font-size: 32px;
  line-height: 1;
}

.reason-lp-grid p {
  color: var(--muted);
}

.lp-animals h2 {
  color: var(--white);
}

.animal-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.animal-photo-grid article {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
  color: var(--lp-ink);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.animal-photo-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.animal-photo-grid strong,
.animal-photo-grid span {
  display: block;
  padding: 0 14px;
}

.animal-photo-grid strong {
  padding-top: 12px;
  font-size: 18px;
  font-weight: 900;
}

.animal-photo-grid span {
  padding-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.photo-credit {
  grid-column: 2;
  margin: -28px 0 0;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 11px;
  text-align: right;
}

.lp-flow {
  padding-bottom: 76px;
}

.lp-faq {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
  padding: 10px 0 86px;
}

.lp-faq details {
  margin-bottom: 14px;
  background: var(--white);
  border: 2px solid #ffe0a6;
  box-shadow: 0 12px 28px rgba(99, 61, 20, 0.07);
}

.lp-faq summary {
  padding: 20px 24px;
  color: var(--lp-ink);
  font-weight: 900;
  cursor: pointer;
}

.lp-faq p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--muted);
}

.lp-final-cta {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) 1fr;
  gap: 52px;
  align-items: center;
  padding: 88px max(20px, calc((100% - 1180px) / 2));
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 213, 106, 0.22), transparent 38%),
    var(--white);
}

.lp-final-cta::after {
  content: "";
  position: absolute;
  right: -44px;
  top: 50px;
  width: 210px;
  height: 210px;
  border: 22px solid rgba(242, 139, 48, 0.12);
  border-radius: 50%;
}

.final-cta-photo {
  background-image: url("assets/img/pest-solution-illustration.png");
}

.site-footer {
  background: var(--navy-deep);
  color: var(--white);
  padding: 46px 0 28px;
}

.site-footer .brand,
.site-footer .brand small {
  color: var(--white);
}

.site-footer .brand-mark {
  background: var(--white);
  color: var(--navy);
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

.copyright {
  width: min(1180px, calc(100% - 40px));
  margin: 28px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: block;
  }

  .global-nav {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 20px 22px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
  }

  .global-nav.is-open {
    display: flex;
  }

  .global-nav a {
    padding: 13px 0;
    border-bottom: 1px solid var(--line);
  }

  .nav-contact {
    margin-top: 12px;
    padding: 12px 16px !important;
    text-align: center;
  }

  .news-section,
  .intro,
  .contact-box,
  .pest-inner,
  .lp-band,
  .pest-lp-hero-inner,
  .lp-story.problem,
  .lp-warning-inner,
  .lp-animals,
  .lp-final-cta,
  .lp-emergency,
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-right {
    order: -1;
    margin-bottom: 32px;
  }

  .hero-visual {
    width: min(360px, 80%);
    margin: 0 auto;
  }

  .hero-left {
    text-align: center;
  }

  .hero-pills,
  .hero-actions {
    justify-content: center;
  }

  .hero-badges {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-emergency {
    display: grid;
    text-align: center;
  }

  .service-grid,
  .works-grid,
  .works-grid-large,
  .problem-grid,
  .symptom-cards,
  .solution-grid,
  .animal-photo-grid,
  .check-list-lp,
  .reason-lp-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .photo-credit {
    grid-column: 1;
    text-align: left;
  }

  .reason-grid,
  .flow-list {
    grid-template-columns: 1fr;
  }

  .section-more {
    grid-column: 1;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .header-inner,
  .footer-inner,
  .hero-content,
  .section,
  .intro,
  .pest-inner,
  .page-hero,
  .sub-section,
  .pest-lp-hero-inner,
  .lp-story,
  .lp-solution,
  .lp-flow,
  .lp-faq,
  .policy-content,
  .company,
  .privacy,
  .copyright {
    width: min(100% - 28px, 1180px);
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: 75vh;
    padding: 68px 0 78px;
  }

  .hero-pills {
    justify-content: center;
  }

  .hero-badges {
    grid-template-columns: 1fr;
  }

  .hero-badge {
    min-height: 150px;
  }

  .hero-animal {
    width: 76px;
    height: 76px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .news-list article,
  .contact-info div,
  .company-table div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .intro-copy,
  .contact-box,
  .company-table {
    padding: 28px;
  }

  .service-grid,
  .works-grid,
  .works-grid-large,
  .problem-grid,
  .symptom-cards,
  .solution-grid,
  .animal-photo-grid,
  .check-list-lp,
  .reason-lp-grid {
    grid-template-columns: 1fr;
  }

  .intro-image {
    min-height: 320px;
  }

  .tag-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .policy-content article {
    padding: 26px;
  }

  .pest-lp-hero-inner {
    min-height: 690px;
    padding: 54px 0;
  }

  .pest-lp-copy > p:not(.lp-badge) {
    font-size: 16px;
  }

  .pest-cta-row {
    align-items: stretch;
    flex-direction: column;
  }

  .pest-hero-card {
    position: static;
    margin-top: -12px;
  }

  .warning-copy {
    padding: 30px;
  }

  .warning-photo,
  .final-cta-photo {
    min-height: 310px;
  }
}

/* Pest LP visual direction override */
.pest-lp {
  --lp-green: #15803d;
  --lp-green-dark: #07512a;
  --lp-lime: #e8f6d9;
  --lp-yellow: #ffd800;
  --lp-black: #111111;
  --lp-ink: #1e2b22;
  --lp-orange: #f59e0b;
  background: #f7fbef;
}

.pest-lp .section-en {
  color: var(--lp-green);
}

.pest-lp h2,
.pest-lp h3 {
  color: var(--lp-ink);
}

.pest-lp-hero {
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.76),
      rgba(7, 81, 42, 0.72) 48%,
      rgba(7, 81, 42, 0.14)
    ),
    url("assets/img/pest-hero-mobile.png") center / cover;
}

.pest-lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    radial-gradient(circle, #fff 0 2px, transparent 3px),
    linear-gradient(
      135deg,
      transparent 0 44%,
      rgba(255, 216, 0, 0.55) 45% 48%,
      transparent 49%
    );
  background-size:
    34px 34px,
    92px 92px;
}

.pest-lp-hero::after {
  right: auto;
  left: max(18px, calc((100% - 1180px) / 2));
  bottom: 34px;
  width: 210px;
  height: 12px;
  border-radius: 0;
  background: repeating-linear-gradient(
    90deg,
    var(--lp-yellow) 0 24px,
    var(--lp-black) 24px 48px
  );
}

.pest-lp-hero-inner {
  min-height: 700px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.lp-badge {
  border-radius: 0;
  background: var(--lp-yellow);
  color: var(--lp-black);
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.28);
}

.pest-lp h1 {
  max-width: 760px;
  color: #fff;
  text-shadow: 0 4px 18px rgba(0, 0, 0, 0.36);
}

.pest-lp-copy > p:not(.lp-badge) {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}

.pest-lp .button.primary {
  background: var(--lp-yellow);
  color: var(--lp-black);
  box-shadow: 0 7px 0 #b99200;
}

.pest-lp .button.secondary {
  border-color: #fff;
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
}

.pest-lp .button.secondary.dark {
  border-color: var(--lp-green);
  color: var(--lp-green-dark);
  background: #fff;
}

.lp-trust span {
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
  background: rgba(21, 128, 61, 0.82);
}

.pest-hero-visual img {
  min-height: 380px;
  border-color: var(--lp-yellow);
  border-radius: 0;
}

.pest-hero-card {
  border: 4px solid var(--lp-yellow);
  background: #fff;
}

.pest-hero-card span {
  color: var(--lp-green);
}

.lp-emergency {
  border-top: 10px solid var(--lp-black);
  border-bottom: 10px solid var(--lp-black);
  background:
    repeating-linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.18) 0 12px,
      transparent 12px 24px
    ),
    var(--lp-yellow);
  color: var(--lp-black);
}

.lp-emergency a {
  background: var(--lp-green);
  color: #fff;
}

.lp-story::before,
.lp-solution::before,
.lp-flow::before {
  opacity: 0.35;
  background-image:
    radial-gradient(circle, rgba(21, 128, 61, 0.18) 0 4px, transparent 5px),
    linear-gradient(90deg, rgba(255, 216, 0, 0.16) 0 1px, transparent 1px);
  background-size:
    42px 42px,
    28px 28px;
}

.symptom-cards article,
.solution-grid article,
.reason-lp-grid article {
  position: relative;
  overflow: hidden;
  border: 3px solid var(--lp-green);
  border-radius: 0;
  background: #fff;
  box-shadow: 9px 9px 0 rgba(21, 128, 61, 0.15);
}

.symptom-cards article::before,
.solution-grid article::before,
.reason-lp-grid article::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--lp-yellow);
  box-shadow:
    -22px 10px 0 -7px var(--lp-yellow),
    -8px 28px 0 -9px var(--lp-yellow);
}

.symptom-cards span,
.solution-icon {
  background: var(--lp-green);
  color: #fff;
  border-radius: 50%;
}

.lp-check {
  background:
    linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
    repeating-linear-gradient(
      0deg,
      transparent 0 23px,
      rgba(21, 128, 61, 0.13) 24px 25px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 23px,
      rgba(21, 128, 61, 0.13) 24px 25px
    ),
    var(--lp-lime);
}

.lp-check::before,
.lp-check::after {
  background: var(--lp-yellow);
  border: 6px solid #fff;
}

.check-list-lp span {
  border: 2px solid var(--lp-green);
  box-shadow: 7px 7px 0 rgba(21, 128, 61, 0.14);
}

.check-list-lp span::before {
  border-left-color: var(--lp-green);
  border-bottom-color: var(--lp-green);
}

.lp-warning {
  background:
    linear-gradient(rgba(17, 17, 17, 0.76), rgba(17, 17, 17, 0.76)),
    url("assets/img/pest-warning-attic-inspection.png") center / cover;
}

.warning-copy {
  border: 4px solid var(--lp-yellow);
}

.warning-list li::before {
  background: var(--lp-yellow);
  color: var(--lp-black);
}

.lp-reason {
  background: var(--lp-lime);
}

.reason-lp-grid strong {
  color: var(--lp-green);
}

.lp-animals {
  grid-template-columns: 0.7fr 1.3fr;
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(255, 216, 0, 0.34),
      transparent 18%
    ),
    linear-gradient(135deg, #0a1f13, var(--lp-green-dark));
}

.lp-animals::before {
  opacity: 0.2;
  background-image:
    radial-gradient(circle, #fff 0 2px, transparent 3px),
    repeating-linear-gradient(
      135deg,
      transparent 0 18px,
      rgba(255, 216, 0, 0.22) 18px 20px
    );
  background-size:
    30px 30px,
    56px 56px;
}

.animal-photo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.animal-photo-grid article {
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: auto auto;
  gap: 0 12px;
  align-items: center;
  padding: 10px;
  border: 2px solid rgba(255, 216, 0, 0.85);
  background: #fff;
  box-shadow: none;
}

.animal-photo-grid img {
  grid-row: 1 / 3;
  width: 72px;
  height: 72px;
  aspect-ratio: auto;
  border-radius: 50%;
  object-fit: cover;
}

.animal-photo-grid strong,
.animal-photo-grid span {
  padding: 0;
}

.animal-photo-grid strong {
  font-size: 16px;
}

.animal-photo-grid span {
  font-size: 12px;
  line-height: 1.4;
}

.lp-flow .flow-list article {
  border-left: 6px solid var(--lp-green);
}

.lp-faq details {
  border: 2px solid var(--lp-green);
}

.lp-faq summary::before {
  content: "Q";
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--lp-green);
  color: #fff;
  font-size: 13px;
}

.lp-final-cta {
  background:
    linear-gradient(rgba(247, 251, 239, 0.9), rgba(247, 251, 239, 0.9)),
    repeating-linear-gradient(
      90deg,
      rgba(21, 128, 61, 0.13) 0 2px,
      transparent 2px 24px
    ),
    #fff;
}

.lp-final-cta::after {
  border-color: rgba(21, 128, 61, 0.14);
}

@media (max-width: 640px) {
  .pest-lp-hero {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(7, 81, 42, 0.7)),
      url("assets/img/pest-hero-mobile.png") center top / cover;
  }

  .pest-lp-hero-inner {
    min-height: auto;
    padding: 58px 0 44px;
  }

  .pest-lp h1 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .pest-hero-visual {
    display: none;
  }

  .lp-trust {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .lp-trust span {
    display: grid;
    min-height: 54px;
    place-items: center;
    padding: 6px;
    text-align: center;
    font-size: 11px;
    line-height: 1.35;
  }

  .animal-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .animal-photo-grid article {
    grid-template-columns: 46px 1fr;
    gap: 0 8px;
    padding: 8px;
  }

  .animal-photo-grid img {
    width: 46px;
    height: 46px;
  }

  .animal-photo-grid strong {
    font-size: 13px;
  }

  .animal-photo-grid span {
    font-size: 10px;
  }
}

/* Pest LP PC hero compact final adjustment */
@media (min-width: 981px) {
  .pest-lp-hero {
    background:
      linear-gradient(
        102deg,
        rgba(255, 226, 64, 0.98) 0 50%,
        rgba(7, 27, 46, 0.9) 50% 100%
      ),
      url("assets/img/pest-hero-mobile.png") center / cover;
  }

  .pest-lp-hero-inner {
    min-height: 540px;
    padding: 34px 0 28px;
    grid-template-columns: minmax(0, 0.92fr) minmax(500px, 0.9fr);
    align-items: center;
  }

  .lp-badge {
    padding: 9px 22px;
    font-size: 18px;
  }

  .pest-lp h1 {
    max-width: 760px;
    margin-top: 14px;
    font-size: clamp(46px, 4.8vw, 72px);
    line-height: 1.04;
  }

  .pest-lp h1 span {
    margin-bottom: 6px;
    padding: 5px 18px;
    font-size: clamp(18px, 1.7vw, 26px);
  }

  .pest-lp-copy > p:not(.lp-badge) {
    max-width: 560px;
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.75;
  }

  .pest-cta-row {
    margin-top: 22px;
  }

  .hero-service-tags {
    margin-top: 20px;
  }

  .hero-service-tags span {
    min-height: 42px;
    padding: 0 22px;
    font-size: 20px;
  }

  .lp-trust {
    gap: 16px;
    margin-top: 24px;
  }

  .lp-trust span {
    width: 118px;
    height: 118px;
    border-width: 4px;
    font-size: 15px;
  }

  .pest-hero-visual {
    min-height: 520px;
  }

  .hero-staff {
    right: -80px;
    bottom: -8px;
    width: 68%;
    max-width: 500px;
  }

  .hero-animal-collage {
    inset: 6px 270px 36px -70px;
  }

  .hero-animal-collage::before {
    inset: 168px -16px 24px 50px;
  }

  .hero-animal-collage .animal-1 {
    top: 170px;
    width: 205px;
    height: 184px;
  }

  .hero-animal-collage .animal-2 {
    left: 238px;
    top: 146px;
    width: 136px;
    height: 124px;
  }

  .hero-animal-collage .animal-3 {
    left: 128px;
    top: 300px;
    width: 156px;
    height: 122px;
  }
}

/* Pest LP PC hero traced composition */
@media (min-width: 981px) {
  .pest-lp-hero {
    background:
      linear-gradient(90deg, rgba(4, 23, 45, 0.96), rgba(4, 31, 62, 0.92)),
      url("assets/img/pest-hero-mobile.png") center / cover;
  }

  .pest-lp-hero::before {
    opacity: 0.18;
    background-image:
      linear-gradient(
        135deg,
        transparent 0 47%,
        rgba(255, 255, 255, 0.48) 47% 49%,
        transparent 49%
      ),
      radial-gradient(circle, rgba(255, 255, 255, 0.32) 0 2px, transparent 3px);
    background-size:
      90px 90px,
      34px 34px;
  }

  .pest-lp-hero::after {
    left: 0;
    right: 0;
    bottom: 132px;
    width: 100%;
    height: 74px;
    border-radius: 0;
    background: linear-gradient(
      100deg,
      var(--lp-yellow) 0 72%,
      transparent 72% 100%
    );
  }

  .pest-lp-hero-inner {
    width: min(1400px, calc(100% - 64px));
    min-height: 640px;
    grid-template-columns: 0.62fr 0.38fr;
    gap: 0;
    padding: 42px 0 126px;
  }

  .pest-lp-copy {
    position: relative;
    z-index: 6;
    align-self: start;
  }

  .lp-badge {
    padding: 11px 34px;
    background: linear-gradient(95deg, var(--lp-yellow), #ffcf33);
    color: var(--lp-navy);
    clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);
    box-shadow: none;
    font-size: 28px;
  }

  .pest-lp h1 {
    max-width: 880px;
    margin-top: 22px;
    color: #fff;
    font-size: clamp(68px, 6.4vw, 106px);
    line-height: 0.98;
    transform: skew(-6deg);
    text-shadow:
      4px 4px 0 var(--lp-navy),
      -4px 4px 0 var(--lp-navy),
      4px -4px 0 var(--lp-navy),
      -4px -4px 0 var(--lp-navy),
      8px 10px 0 rgba(0, 0, 0, 0.28);
  }

  .pest-lp h1 span {
    display: block;
    margin: 0 0 8px;
    padding: 0;
    background: transparent;
    color: #fff;
    font-size: clamp(28px, 2.7vw, 44px);
    letter-spacing: 0.08em;
    text-shadow:
      3px 3px 0 var(--lp-navy),
      -3px 3px 0 var(--lp-navy),
      3px -3px 0 var(--lp-navy),
      -3px -3px 0 var(--lp-navy);
  }

  .pest-lp h1::after {
    content: "";
    display: block;
    width: 370px;
    height: 16px;
    margin-top: -8px;
    background: linear-gradient(90deg, var(--lp-orange), transparent);
    transform: skew(-14deg);
  }

  .pest-lp-copy > p:not(.lp-badge) {
    max-width: 610px;
    margin-top: 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.75;
  }

  .pest-cta-row {
    display: none;
  }

  .hero-service-tags {
    position: absolute;
    left: 0;
    right: auto;
    bottom: -92px;
    z-index: 8;
    gap: 22px;
    margin: 0;
  }

  .hero-service-tags span {
    min-height: 48px;
    padding: 0 28px;
    border-radius: 0;
    color: var(--lp-navy);
    font-size: 24px;
    background: #fff;
    box-shadow: none;
  }

  .hero-service-tags span::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-left: 22px;
    border-radius: 50%;
    background: #fff;
  }

  .hero-service-tags span:last-child::after {
    content: "まで徹底的に行います！";
    width: auto;
    height: auto;
    margin-left: 24px;
    border-radius: 0;
    background: transparent;
    color: var(--lp-navy);
    white-space: nowrap;
    font-size: 22px;
  }

  .pest-hero-visual {
    position: static;
    min-height: 0;
  }

  .hero-staff {
    right: clamp(-70px, -4vw, -32px);
    bottom: 90px;
    z-index: 7;
    width: min(36vw, 470px);
    max-width: none;
    height: auto;
  }

  .hero-animal-collage {
    position: absolute;
    inset: auto auto 120px 40%;
    z-index: 5;
    width: 520px;
    height: 310px;
  }

  .hero-animal-collage::before {
    inset: 70px 34px 8px 78px;
    border: 10px solid rgba(255, 255, 255, 0.22);
    border-radius: 50%;
    transform: rotate(-16deg);
  }

  .hero-animal-collage .animal {
    border: 0;
    border-radius: 0;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
  }

  .hero-animal-collage .animal-1 {
    left: 0;
    top: 115px;
    width: 190px;
    height: 150px;
    z-index: 3;
  }

  .hero-animal-collage .animal-2 {
    left: 178px;
    top: 155px;
    width: 126px;
    height: 108px;
    z-index: 5;
  }

  .hero-animal-collage .animal-3 {
    left: 278px;
    top: 190px;
    width: 168px;
    height: 112px;
    z-index: 4;
  }

  .hero-animal-collage .animal-4 {
    left: 252px;
    top: 40px;
    width: 154px;
    height: 130px;
    z-index: 2;
  }

  .lp-trust {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0;
    background: rgba(4, 23, 45, 0.94);
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .lp-trust span {
    width: auto;
    height: 96px;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
    font-size: 20px;
  }

  .lp-trust span:last-child {
    border-right: 0;
  }
}

/* Pest LP hero size/readability adjustment */
.pest-lp-hero {
  background:
    linear-gradient(
      102deg,
      rgba(255, 232, 87, 0.98) 0 51%,
      rgba(7, 27, 46, 0.88) 51% 100%
    ),
    url("assets/img/pest-hero-mobile.png") center / cover;
}

.pest-lp-hero-inner {
  min-height: 620px;
  padding: 54px 0 40px;
}

.pest-lp h1 {
  max-width: 820px;
  font-size: clamp(50px, 5.35vw, 82px);
}

.pest-lp h1 span {
  font-size: clamp(20px, 2vw, 30px);
}

.pest-lp-copy > p:not(.lp-badge) {
  font-size: 16px;
}

.pest-hero-visual {
  min-height: 555px;
  margin-top: 0;
}

.hero-staff {
  right: -70px;
  bottom: -8px;
  max-width: 440px;
  width: 62%;
}

.hero-animal-collage {
  inset: 22px 250px 48px -116px;
}

.hero-animal-collage .animal-1 {
  top: 190px;
}

.hero-animal-collage .animal-2 {
  top: 162px;
}

.hero-animal-collage .animal-3 {
  top: 320px;
}

.lp-trust span {
  width: 144px;
  height: 144px;
  font-size: 17px;
}

@media (max-width: 640px) {
  .pest-lp-hero {
    background:
      linear-gradient(
        180deg,
        rgba(255, 232, 87, 0.98) 0 58%,
        rgba(7, 27, 46, 0.92) 58% 100%
      ),
      url("assets/img/pest-hero-mobile.png") center / cover;
  }

  .pest-lp-hero-inner {
    min-height: auto;
    padding: 28px 0 22px;
  }

  .pest-lp h1 {
    font-size: clamp(34px, 10.4vw, 48px);
  }

  .pest-lp h1 span {
    font-size: 16px;
  }

  .pest-hero-visual {
    min-height: 340px;
  }

  .hero-staff {
    right: -58px;
    max-width: 270px;
    width: 70%;
  }
}

/* Pest LP hero poster layout using local cutout asset */
.pest-lp-hero {
  overflow: hidden;
  background:
    linear-gradient(
      101deg,
      rgba(244, 123, 32, 0.97) 0 51%,
      rgba(7, 27, 46, 0.97) 51% 100%
    ),
    url("assets/img/pest-hero-mobile.png") center / cover;
}

.pest-lp-hero::before {
  opacity: 0.16;
  background-image:
    radial-gradient(circle, rgba(16, 47, 77, 0.36) 0 2px, transparent 3px),
    linear-gradient(
      135deg,
      transparent 0 47%,
      rgba(255, 255, 255, 0.56) 47% 49%,
      transparent 49%
    );
  background-size:
    32px 32px,
    76px 76px;
}

.pest-lp-hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(520px, 0.92fr);
  min-height: 500px;
  gap: 14px;
}

.lp-badge {
  padding: 12px 28px;
  border-radius: 0;
  clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);
  color: var(--lp-green);
  font-size: 24px;
}

.pest-lp h1 {
  max-width: 980px;
  margin-top: 22px;
  font-size: clamp(68px, 7.1vw, 112px);
  line-height: 1.02;
  letter-spacing: 0;
  text-shadow:
    4px 4px 0 #fff,
    -4px 4px 0 #fff,
    4px -4px 0 #fff,
    -4px -4px 0 #fff,
    8px 8px 0 rgba(16, 47, 77, 0.24);
}

.hero-service-tags {
  margin-top: 34px;
}

.hero-service-tags span {
  min-height: 58px;
  padding: 0 30px;
  border-radius: 0;
  font-size: 28px;
}

.lp-trust {
  gap: 22px;
  margin-top: 34px;
}

.lp-trust span {
  width: 166px;
  height: 166px;
  border-width: 5px;
  font-size: 20px;
  box-shadow: 0 8px 0 rgba(16, 47, 77, 0.22);
}

.pest-hero-visual {
  min-height: 440px;
  margin-top: 20px;
}

.hero-staff {
  right: -42px;
  bottom: -4px;
  z-index: 4;
  max-width: 390px;
  width: 52%;
  height: auto;
  min-height: 0 !important;
  border-radius: 0;
  object-fit: contain;
}

.hero-animal-collage {
  inset: 30px 210px 60px -130px;
  z-index: 3;
}

.hero-animal-collage::before {
  inset: 190px -8px 42px 50px;
  border-width: 12px;
  border-color: rgba(0, 0, 0, 0.75);
}

.hero-animal-collage .animal {
  border: 0;
  border-radius: 18px;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.24),
    0 0 0 4px rgba(255, 255, 255, 0.86);
}

.hero-animal-collage .animal-1 {
  left: 0;
  top: 210px;
  width: 230px;
  height: 210px;
  z-index: 2;
}

.hero-animal-collage .animal-2 {
  left: 280px;
  top: 180px;
  width: 164px;
  height: 150px;
  z-index: 3;
}

.hero-animal-collage .animal-3 {
  left: 145px;
  top: 350px;
  width: 190px;
  height: 150px;
  z-index: 4;
}

.pest-hero-card {
  display: none;
}

@media (max-width: 980px) {
  .pest-lp-hero-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pest-lp-hero {
    background:
      linear-gradient(
        180deg,
        rgba(244, 123, 32, 0.97) 0 58%,
        rgba(7, 27, 46, 0.97) 58% 100%
      ),
      url("assets/img/pest-hero-mobile.png") center / cover;
  }

  .pest-lp-hero-inner {
    min-height: auto;
    padding: 32px 0 26px;
  }

  .lp-badge {
    padding: 9px 16px;
    font-size: 14px;
  }

  .pest-lp h1 {
    margin-top: 18px;
    font-size: clamp(42px, 12vw, 58px);
  }

  .pest-lp h1 span {
    padding: 6px 14px;
    font-size: 18px;
  }

  .hero-service-tags {
    margin-top: 18px;
  }

  .hero-service-tags span {
    min-height: 38px;
    padding: 0 12px;
    font-size: 16px;
  }

  .lp-trust {
    gap: 8px;
  }

  .lp-trust span {
    width: auto;
    height: 76px;
    border-radius: 999px;
    font-size: 11px;
  }

  .pest-hero-visual {
    min-height: 390px;
    margin-top: 0;
  }

  .hero-staff {
    right: -44px;
    bottom: -6px;
    width: 62%;
    max-width: 250px;
  }

  .hero-animal-collage {
    inset: 0 118px 40px -4px;
  }

  .hero-animal-collage::before {
    inset: 150px -10px 20px 32px;
    border-width: 7px;
  }

  .hero-animal-collage .animal {
    border-radius: 12px;
  }

  .hero-animal-collage .animal-1 {
    left: 0;
    top: 170px;
    width: 132px;
    height: 118px;
  }

  .hero-animal-collage .animal-2 {
    left: 128px;
    top: 158px;
    width: 86px;
    height: 78px;
  }

  .hero-animal-collage .animal-3 {
    left: 62px;
    top: 260px;
    width: 106px;
    height: 82px;
  }
}

/* Pest LP final color and mobile hero tuning */
.pest-lp {
  --lp-navy: #102f4d;
  --lp-navy-dark: #071b2e;
  --lp-yellow: #f4d000;
  --lp-orange: #f47b20;
  --lp-cream: #fff8dc;
  --lp-ink: #172534;
  --lp-green: #126b2f;
  --lp-green-dark: #0d5024;
  background: #fff9dd;
}

.pest-lp .section-en {
  color: var(--lp-orange);
}

.pest-lp h2,
.pest-lp h3 {
  color: var(--lp-navy);
}

.pest-lp-hero {
  color: #fff;
  background:
    linear-gradient(
      92deg,
      rgba(244, 123, 32, 0.97) 0 52%,
      rgba(7, 27, 46, 0.97) 52% 100%
    ),
    url("assets/img/pest-hero-mobile.png") center / cover;
}

.pest-lp-hero::before {
  opacity: 0.13;
  background-image:
    linear-gradient(135deg, transparent 0 46%, #fff 46% 49%, transparent 49%),
    radial-gradient(circle, var(--lp-navy) 0 2px, transparent 3px);
  background-size:
    80px 80px,
    32px 32px;
}

.pest-lp-hero::after {
  left: max(20px, calc((100% - 1180px) / 2));
  bottom: 28px;
  width: 240px;
  height: 12px;
  background: repeating-linear-gradient(
    90deg,
    var(--lp-navy) 0 28px,
    var(--lp-orange) 28px 56px
  );
}

.pest-lp-hero-inner {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  min-height: 500px;
  padding: 46px 0;
}

.lp-badge {
  background: #fff;
  color: var(--lp-navy);
  border-radius: 999px 999px 999px 0;
  box-shadow: 8px 8px 0 rgba(16, 47, 77, 0.24);
}

.pest-lp h1 {
  color: var(--lp-navy);
  text-shadow:
    3px 3px 0 #fff,
    -3px 3px 0 #fff,
    3px -3px 0 #fff,
    -3px -3px 0 #fff,
    7px 7px 0 rgba(16, 47, 77, 0.22);
}

.pest-lp-copy > p:not(.lp-badge) {
  max-width: 620px;
  color: var(--lp-navy);
}

.pest-lp .button.primary {
  background: var(--lp-orange);
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 7px 0 #b94e0b;
}

.pest-lp .button.secondary {
  border-color: var(--lp-navy);
  background: var(--lp-navy);
  color: #fff;
  border-radius: 999px;
}

.pest-lp .button.secondary.dark {
  border-color: var(--lp-navy);
  color: var(--lp-navy);
  background: #fff;
}

.lp-trust span {
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--lp-navy);
  color: #fff;
  box-shadow: 0 6px 0 rgba(7, 27, 46, 0.28);
}

.pest-hero-visual {
  min-height: 440px;
}

.hero-staff {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  max-width: 300px;
  height: 420px;
  min-height: 0 !important;
  border: 0 !important;
  object-fit: cover;
  object-position: center top;
  box-shadow: none !important;
  border-radius: 24px 24px 0 0;
}

.hero-animal-collage {
  position: absolute;
  inset: 54px 90px 120px -30px;
  z-index: 1;
}

.hero-animal-collage::before {
  content: "";
  position: absolute;
  inset: 80px 10px 20px 40px;
  border: 12px solid rgba(7, 27, 46, 0.84);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.hero-animal-collage .animal {
  position: absolute;
  width: 138px;
  height: 138px;
  min-height: 0 !important;
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

.hero-animal-collage .animal-1 {
  left: 0;
  top: 92px;
  width: 166px;
  height: 166px;
}

.hero-animal-collage .animal-2 {
  left: 148px;
  top: 130px;
}

.hero-animal-collage .animal-3 {
  left: 76px;
  top: 240px;
  width: 132px;
  height: 132px;
}

.pest-hero-card {
  z-index: 3;
  left: auto;
  right: 10px;
  bottom: 26px;
  width: min(100%, 330px);
  border: 4px solid var(--lp-orange);
  border-radius: 18px;
}

.pest-hero-card span {
  color: var(--lp-orange);
}

.lp-emergency,
.lp-check,
.lp-warning,
.lp-reason,
.lp-animals,
.lp-final-cta {
  border-radius: 0;
}

.symptom-cards article,
.solution-grid article,
.reason-lp-grid article,
.warning-copy,
.lp-faq details,
.animal-photo-grid article,
.pest-hero-card,
.check-list-lp span {
  border-radius: 18px;
}

.lp-emergency {
  background:
    repeating-linear-gradient(
      135deg,
      rgba(7, 27, 46, 0.18) 0 12px,
      transparent 12px 24px
    ),
    var(--lp-navy);
  color: #fff;
}

.lp-emergency a {
  background: var(--lp-yellow);
  color: var(--lp-navy);
  border-radius: 999px;
}

.symptom-cards article,
.solution-grid article,
.reason-lp-grid article {
  border-color: var(--lp-navy);
  box-shadow: 9px 9px 0 rgba(244, 123, 32, 0.18);
}

.symptom-cards article::before,
.solution-grid article::before,
.reason-lp-grid article::before {
  background: var(--lp-yellow);
  box-shadow:
    -22px 10px 0 -7px var(--lp-yellow),
    -8px 28px 0 -9px var(--lp-yellow);
}

.symptom-cards span,
.solution-icon,
.lp-faq summary::before {
  background: var(--lp-orange);
}

.lp-check {
  background:
    linear-gradient(rgba(255, 249, 221, 0.82), rgba(255, 249, 221, 0.82)),
    repeating-linear-gradient(
      0deg,
      transparent 0 23px,
      rgba(16, 47, 77, 0.12) 24px 25px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 23px,
      rgba(16, 47, 77, 0.12) 24px 25px
    ),
    #fff;
}

.check-list-lp span,
.lp-faq details {
  border-color: var(--lp-navy);
}

.check-list-lp span::before {
  border-left-color: var(--lp-orange);
  border-bottom-color: var(--lp-orange);
}

.lp-warning {
  background:
    linear-gradient(rgba(7, 27, 46, 0.78), rgba(7, 27, 46, 0.78)),
    url("assets/img/pest-warning-attic-inspection.png") center / cover;
}

.warning-copy {
  border-color: var(--lp-yellow);
}

.warning-list li::before {
  background: var(--lp-orange);
  color: #fff;
}

.lp-reason {
  background: #fff6c9;
}

.reason-lp-grid strong {
  color: var(--lp-orange);
}

.lp-animals {
  background:
    radial-gradient(
      circle at 18% 20%,
      rgba(244, 123, 32, 0.22),
      transparent 18%
    ),
    linear-gradient(135deg, #071b2e, var(--lp-navy));
}

.animal-photo-grid article {
  border-color: var(--lp-yellow);
}

.lp-flow .flow-list article {
  border-left-color: var(--lp-orange);
  border-radius: 16px;
}

.lp-final-cta {
  background:
    linear-gradient(rgba(255, 249, 221, 0.9), rgba(255, 249, 221, 0.9)),
    repeating-linear-gradient(
      90deg,
      rgba(16, 47, 77, 0.12) 0 2px,
      transparent 2px 24px
    ),
    #fff;
}

@media (max-width: 980px) {
  .pest-lp-hero-inner {
    grid-template-columns: 1fr;
  }

  .pest-hero-visual {
    max-width: 460px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .pest-lp-hero {
    background:
      linear-gradient(
        180deg,
        rgba(244, 123, 32, 0.97) 0 62%,
        rgba(7, 27, 46, 0.97) 62% 100%
      ),
      url("assets/img/pest-hero-mobile.png") center top / cover;
  }

  .pest-lp-hero-inner {
    width: min(100% - 24px, 1180px);
    min-height: auto;
    padding: 36px 0 32px;
  }

  .pest-lp h1 {
    font-size: clamp(34px, 12vw, 54px);
    line-height: 1.12;
    text-shadow:
      2px 2px 0 #fff,
      -2px 2px 0 #fff,
      2px -2px 0 #fff,
      -2px -2px 0 #fff,
      5px 5px 0 rgba(16, 47, 77, 0.22);
  }

  .pest-lp-copy > p:not(.lp-badge) {
    font-size: 15px;
  }

  .pest-hero-visual {
    display: block;
    min-height: 360px;
    max-width: 100%;
    margin-top: 10px;
  }

  .hero-staff {
    display: block;
    right: -6px;
    height: 330px;
    max-width: 210px;
    border-radius: 18px 18px 0 0;
  }

  .hero-animal-collage {
    inset: 0 112px 74px 0;
  }

  .hero-animal-collage::before {
    inset: 80px -18px 16px 24px;
    border-width: 8px;
  }

  .hero-animal-collage .animal {
    width: 86px;
    height: 86px;
    border-width: 3px;
  }

  .hero-animal-collage .animal-1 {
    left: 0;
    top: 92px;
    width: 112px;
    height: 112px;
  }

  .hero-animal-collage .animal-2 {
    left: 98px;
    top: 116px;
  }

  .hero-animal-collage .animal-3 {
    left: 54px;
    top: 198px;
    width: 88px;
    height: 88px;
  }

  .pest-hero-card {
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    width: 58%;
    padding: 14px;
    border-width: 3px;
  }

  .pest-hero-card strong {
    font-size: 18px;
  }

  .pest-hero-card small {
    display: none;
  }
}

/* Pest LP requested refinements */
.pest-lp-hero {
  background:
    linear-gradient(
      92deg,
      rgba(244, 123, 32, 0.97) 0 52%,
      rgba(7, 27, 46, 0.97) 52% 100%
    ),
    url("assets/img/pest-hero-mobile.png") center / cover;
}

.hero-staff {
  object-position: center center;
}

.hero-animal-collage {
  inset: 52px 120px 116px -42px;
}

.hero-animal-collage .animal-1 {
  left: 2px;
  top: 90px;
}

.hero-animal-collage .animal-2 {
  left: 158px;
  top: 132px;
}

.hero-animal-collage .animal-3 {
  left: 82px;
  top: 246px;
}

.pest-hero-card {
  right: 0;
  bottom: 18px;
}

.lp-animals {
  background:
    linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.94)),
    repeating-linear-gradient(
      135deg,
      rgba(16, 47, 77, 0.08) 0 2px,
      transparent 2px 34px
    ),
    #fff;
  color: var(--lp-ink);
}

.lp-animals::before {
  opacity: 0.22;
  background-image:
    radial-gradient(circle, rgba(244, 123, 32, 0.75) 0 3px, transparent 4px),
    radial-gradient(circle, rgba(16, 47, 77, 0.14) 0 2px, transparent 3px);
  background-position:
    0 0,
    16px 16px;
  background-size: 42px 42px;
}

.lp-animals h2 {
  color: var(--lp-navy);
}

.lp-animals p {
  color: #52606d !important;
}

.animal-photo-grid article {
  border-color: rgba(16, 47, 77, 0.18);
  box-shadow: 0 10px 24px rgba(16, 47, 77, 0.08);
}

.photo-credit {
  color: #7a8490 !important;
}

.lp-warning {
  background:
    linear-gradient(rgba(7, 27, 46, 0.78), rgba(7, 27, 46, 0.78)),
    url("assets/img/pest-warning-attic-inspection.png") center / cover;
}

.warning-photo {
  background-image: url("assets/img/pest-warning-attic-inspection.png");
  border-radius: 18px;
}

@media (max-width: 980px) {
  .pest-lp-hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .pest-hero-visual {
    width: min(100%, 460px);
  }
}

@media (max-width: 640px) {
  .pest-lp-hero {
    background:
      linear-gradient(
        180deg,
        rgba(244, 123, 32, 0.97) 0 64%,
        rgba(7, 27, 46, 0.97) 64% 100%
      ),
      url("assets/img/pest-hero-mobile.png") center top / cover;
  }

  .pest-hero-visual {
    min-height: 340px;
  }

  .hero-staff {
    right: -2px;
    bottom: 0;
    height: 300px;
    max-width: 200px;
  }

  .hero-animal-collage {
    inset: 0 112px 70px 0;
  }

  .pest-hero-card {
    bottom: 0;
    width: 62%;
  }
}

/* Pest LP final requested refinements 2 */
.pest-lp-hero {
  background:
    linear-gradient(
      102deg,
      rgba(244, 123, 32, 0.97) 0 50%,
      rgba(7, 27, 46, 0.97) 50% 100%
    ),
    url("assets/img/pest-hero-mobile.png") center / cover;
}

.pest-lp-hero-inner {
  grid-template-columns: minmax(0, 0.95fr) minmax(440px, 0.8fr);
  min-height: 480px;
  padding: 44px 0;
}

.pest-lp h1 {
  max-width: 860px;
  font-size: clamp(58px, 6.4vw, 96px);
}

.hero-service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hero-service-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 8px;
  background: #fff;
  color: var(--lp-navy);
  font-size: 22px;
  font-weight: 900;
  box-shadow: 6px 6px 0 rgba(7, 27, 46, 0.22);
}

.lp-trust span {
  display: grid;
  place-items: center;
  width: 138px;
  height: 138px;
  padding: 14px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
}

.pest-hero-visual {
  min-height: 440px;
}

.hero-staff {
  max-width: 310px;
  height: 420px;
  object-position: center center;
}

.hero-animal-collage {
  inset: 54px 142px 106px -84px;
}

.hero-animal-collage .animal-1 {
  left: 2px;
  top: 94px;
  width: 196px;
  height: 196px;
}

.hero-animal-collage .animal-2 {
  left: 186px;
  top: 142px;
  width: 148px;
  height: 148px;
}

.hero-animal-collage .animal-3 {
  left: 92px;
  top: 288px;
  width: 150px;
  height: 150px;
}

.lp-check {
  background:
    linear-gradient(rgba(255, 249, 221, 0.96), rgba(255, 249, 221, 0.96)),
    repeating-linear-gradient(
      0deg,
      transparent 0 23px,
      rgba(16, 47, 77, 0.045) 24px 25px
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 23px,
      rgba(16, 47, 77, 0.045) 24px 25px
    ),
    #fff;
}

.lp-check::before,
.lp-check::after {
  display: none;
}

.warning-photo {
  background-image: url("assets/img/pest-warning-attic-inspection.png");
}

@media (max-width: 980px) {
  .pest-lp-hero-inner {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 640px) {
  .pest-lp-hero {
    background:
      linear-gradient(
        180deg,
        rgba(244, 123, 32, 0.97) 0 64%,
        rgba(7, 27, 46, 0.97) 64% 100%
      ),
      url("assets/img/pest-hero-mobile.png") center top / cover;
  }

  .pest-lp h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .hero-service-tags {
    gap: 8px;
    margin-top: 18px;
  }

  .hero-service-tags span {
    min-height: 38px;
    padding: 0 13px;
    font-size: 16px;
    box-shadow: 4px 4px 0 rgba(16, 47, 77, 0.16);
  }

  .pest-hero-visual {
    min-height: 420px;
  }

  .hero-staff {
    right: -2px;
    height: 355px;
    max-width: 225px;
  }

  .hero-animal-collage {
    inset: 0 112px 70px 0;
  }

  .lp-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lp-trust span {
    width: auto;
    height: 76px;
    border-radius: 999px;
    padding: 8px;
    font-size: 11px;
  }
}

/* ===================================================
   Pest Hero: Reference trace redesign v2
   ─ Full dark-navy background, no split gradient
   ─ Left: badge → h1 → animals → service bar → trust
   ─ Right: staff cutout photo (full height)
   =================================================== */

/* 1. Section wrapper -------------------------------- */
.pest-lp-hero {
  background:
    radial-gradient(ellipse 70% 90% at 68% 50%, #1a3560 0%, transparent 65%),
    linear-gradient(135deg, #0c1f3d 0%, #0a1830 100%) !important;
  color: #fff !important;
  min-height: unset !important;
  overflow: hidden !important;
}

.pest-lp-hero::before,
.pest-lp-hero::after {
  display: none !important;
}

/* 2. Grid layout ------------------------------------ */
.pest-lp-hero-inner {
  display: grid !important;
  grid-template-columns: 1fr 380px !important;
  min-height: 500px !important;
  padding: 36px 0 0 !important;
  gap: 0 !important;
  align-items: stretch !important;
}

.pest-lp-copy {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}

/* 3. Badge ------------------------------------------ */
.lp-badge {
  display: inline-block !important;
  background: #f5a31a !important;
  color: #0c1f3d !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: 0.07em !important;
  padding: 6px 18px !important;
  border-radius: 4px !important;
  clip-path: none !important;
  box-shadow: none !important;
  margin: 0 0 12px !important;
  align-self: flex-start;
}

/* 4. Heading ---------------------------------------- */
.pest-lp h1 {
  color: #fff !important;
  font-size: clamp(26px, 3.2vw, 46px) !important;
  line-height: 1.18 !important;
  margin: 0 0 10px !important;
  text-shadow: none !important;
  max-width: 100% !important;
}

.pest-lp h1 .h1-small {
  display: block !important;
  font-size: clamp(14px, 1.5vw, 20px) !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 2px !important;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  letter-spacing: 0.05em !important;
  text-shadow: none !important;
}

.pest-lp h1 .h1-resolve {
  display: block !important;
  font-size: clamp(62px, 8.5vw, 120px) !important;
  line-height: 0.95 !important;
  color: #f5a31a !important;
  font-style: normal !important;
  background: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  letter-spacing: -0.02em !important;
  text-shadow: none !important;
}

.pest-lp h1 .h1-exclaim {
  font-style: normal !important;
  color: #f5a31a !important;
}

.pest-lp h1 .h1-resolve::before {
  content: "//";
  display: inline-block !important;
  color: #f5a31a !important;
  font-style: italic !important;
  font-size: 0.48em !important;
  font-weight: 900 !important;
  margin-right: 4px !important;
  vertical-align: 0.18em !important;
  letter-spacing: -0.08em !important;
  opacity: 0.9 !important;
}

/* 5. Animal row ------------------------------------- */
.hero-animal-row {
  display: flex !important;
  align-items: flex-end !important;
  margin: 8px 0 16px !important;
  height: 210px !important;
  position: relative !important;
}

.hero-animal-row img {
  position: relative !important;
  width: 200px !important;
  height: 190px !important;
  object-fit: cover !important;
  border-radius: 10px !important;
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6) !important;
  min-height: 0 !important;
  flex-shrink: 0 !important;
  display: block !important;
}

.hero-animal-row img:nth-child(1) {
  z-index: 3 !important;
  transform: rotate(-4deg) translateY(16px) !important;
  object-position: center 45% !important;
}

.hero-animal-row img:nth-child(2) {
  z-index: 4 !important;
  margin-left: -36px !important;
  transform: rotate(2deg) translateY(8px) !important;
  width: 165px !important;
  height: 155px !important;
  object-position: center top !important;
}

.hero-animal-row img:nth-child(3) {
  z-index: 5 !important;
  margin-left: -32px !important;
  transform: rotate(-2deg) translateY(0px) !important;
  width: 190px !important;
  height: 182px !important;
  object-position: center 30% !important;
}

/* 6. Service bar ------------------------------------ */
.hero-service-bar {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 6px !important;
  padding: 10px 16px !important;
  margin-bottom: 14px !important;
}

.svc-tag {
  background: #fff !important;
  color: #0c1f3d !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  padding: 5px 14px !important;
  border-radius: 4px !important;
  white-space: nowrap !important;
}

.svc-sep {
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.svc-dot {
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #f5a31a !important;
  flex-shrink: 0 !important;
}

.svc-suffix {
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  white-space: nowrap !important;
  margin-left: 4px !important;
}

/* 7. Trust badges ----------------------------------- */
.lp-trust {
  position: static !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  background: none !important;
  border-top: none !important;
  z-index: auto !important;
}

.lp-trust span {
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  font-size: inherit !important;
  display: block !important;
  place-items: unset !important;
  min-height: 0 !important;
}

.trust-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 8px !important;
  background: rgba(255, 255, 255, 0.07) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 6px !important;
  padding: 14px 8px 12px !important;
  box-shadow: none !important;
}

.trust-item p {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.85) !important;
}

.trust-item strong {
  display: block !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  color: #fff !important;
}

.trust-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.trust-icon svg {
  width: 30px !important;
  height: 30px !important;
}

.trust-free {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  color: #f5a31a !important;
  border: 2px solid #f5a31a !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 1 !important;
  text-align: center !important;
  letter-spacing: 0.02em !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* 8. Staff photo ------------------------------------ */
.pest-hero-visual {
  position: relative !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  align-self: stretch !important;
  overflow: hidden !important;
}

.hero-staff {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: bottom center !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
}

/* 9. Tablet ----------------------------------------- */
@media (max-width: 980px) {
  .pest-lp-hero-inner {
    grid-template-columns: 1fr 300px !important;
  }

  .hero-animal-row img {
    width: 130px !important;
    height: 118px !important;
  }

  .hero-animal-row img:nth-child(2) {
    width: 110px !important;
    height: 100px !important;
  }

  .hero-animal-row img:nth-child(3) {
    width: 120px !important;
    height: 110px !important;
  }
}

/* 10. Mobile ---------------------------------------- */
@media (max-width: 640px) {
  .pest-lp-hero-inner {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
    padding: 28px 0 0 !important;
  }

  .pest-lp h1 {
    font-size: clamp(24px, 7.5vw, 38px) !important;
  }

  .pest-lp h1 .h1-resolve {
    font-size: clamp(54px, 16vw, 80px) !important;
  }

  .hero-animal-row {
    height: 110px !important;
  }

  .hero-animal-row img {
    width: 110px !important;
    height: 100px !important;
  }

  .hero-animal-row img:nth-child(2) {
    width: 92px !important;
    height: 84px !important;
  }

  .hero-animal-row img:nth-child(3) {
    width: 100px !important;
    height: 92px !important;
  }

  .hero-service-bar {
    flex-wrap: wrap !important;
  }

  .pest-hero-visual {
    display: none !important;
  }
}

/* Pest hero: final trace override */
.pest-lp .pest-lp-hero {
  position: relative !important;
  min-height: 720px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(2, 20, 45, 0.96), rgba(3, 31, 69, 0.82)),
    url("assets/img/home-hero-maintenance.png") center / cover no-repeat,
    #061c3d !important;
}

.pest-lp .pest-lp-hero::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    radial-gradient(
      circle at 50% 52%,
      rgba(255, 255, 255, 0.11) 0 18%,
      transparent 18.4%
    ),
    linear-gradient(
      112deg,
      transparent 0 61%,
      rgba(16, 61, 112, 0.45) 61.2% 100%
    ) !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.pest-lp .pest-lp-hero::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: auto 0 0 0 !important;
  height: 118px !important;
  background: linear-gradient(180deg, #082a58, #041b38) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  z-index: 2 !important;
}

.pest-lp .pest-lp-hero-inner {
  position: relative !important;
  display: block !important;
  width: min(100%, 1536px) !important;
  min-height: 720px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: hidden !important;
  z-index: 1 !important;
}

.pest-lp .pest-lp-copy {
  position: static !important;
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}

.pest-lp .lp-badge {
  position: absolute !important;
  top: 38px !important;
  left: 48px !important;
  z-index: 5 !important;
  margin: 0 !important;
  min-width: 620px !important;
  padding: 14px 54px 15px !important;
  color: #071f43 !important;
  background: linear-gradient(90deg, #ffd63f, #f6a900) !important;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%) !important;
  border-radius: 0 !important;
  font-size: clamp(23px, 2.1vw, 34px) !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22) !important;
}

.pest-lp .pest-lp-copy h1 {
  position: absolute !important;
  top: 128px !important;
  left: 42px !important;
  z-index: 5 !important;
  max-width: 900px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(56px, 5.6vw, 91px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-shadow:
    0 6px 0 rgba(0, 0, 0, 0.35),
    0 10px 24px rgba(0, 0, 0, 0.36) !important;
  -webkit-text-stroke: 2px #fff !important;
}

.pest-lp .pest-lp-copy h1 .h1-small {
  display: block !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: #fff !important;
  background: none !important;
  border-radius: 0 !important;
  font-size: clamp(35px, 3.5vw, 53px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: 0 5px 12px rgba(0, 0, 0, 0.48) !important;
}

.pest-lp .pest-lp-copy h1 .h1-resolve {
  position: relative !important;
  display: block !important;
  width: max-content !important;
  margin-top: 2px !important;
  padding-right: 76px !important;
  color: #ff9600 !important;
  background: none !important;
  border-radius: 0 !important;
  font-size: clamp(96px, 9.2vw, 150px) !important;
  line-height: 0.88 !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
  -webkit-text-stroke: 0 !important;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.22),
    0 10px 25px rgba(0, 0, 0, 0.34) !important;
}

.pest-lp .pest-lp-copy h1 .h1-resolve::before {
  content: "" !important;
  position: absolute !important;
  left: -18px !important;
  right: 38px !important;
  bottom: -11px !important;
  height: 24px !important;
  background: #ff8300 !important;
  clip-path: polygon(1% 42%, 100% 0, 96% 52%, 3% 100%) !important;
  opacity: 0.96 !important;
  z-index: -1 !important;
}

.pest-lp .pest-lp-copy h1 .h1-resolve::after {
  content: "" !important;
  position: absolute !important;
  right: 3px !important;
  top: 19px !important;
  width: 68px !important;
  height: 92px !important;
  background: #ffd02a !important;
  clip-path: polygon(
    42% 0,
    57% 0,
    39% 70%,
    100% 11%,
    47% 100%,
    31% 100%
  ) !important;
  transform: rotate(8deg) !important;
}

.pest-lp .h1-exclaim {
  font-style: normal !important;
}

.pest-lp .hero-animal-row {
  position: absolute !important;
  left: 26px !important;
  bottom: 104px !important;
  z-index: 6 !important;
  display: block !important;
  width: 820px !important;
  height: 260px !important;
  margin: 0 !important;
}

.pest-lp .hero-animal-row img {
  position: absolute !important;
  display: block !important;
  object-fit: contain !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.26) !important;
  background: transparent !important;
}

.pest-lp .hero-animal-row img:nth-child(1) {
  left: 0 !important;
  bottom: 0 !important;
  z-index: 4 !important;
  width: 282px !important;
  transform: none !important;
}

.pest-lp .hero-animal-row img:nth-child(2) {
  left: 246px !important;
  bottom: -2px !important;
  z-index: 5 !important;
  width: 205px !important;
  margin: 0 !important;
  transform: none !important;
}

.pest-lp .hero-animal-row img:nth-child(3) {
  left: 454px !important;
  bottom: 78px !important;
  z-index: 3 !important;
  width: 255px !important;
  margin: 0 !important;
  transform: none !important;
}

.pest-lp .hero-animal-row img:nth-child(4) {
  left: 530px !important;
  bottom: -5px !important;
  z-index: 4 !important;
  width: 340px !important;
  transform: none !important;
}

.pest-lp .hero-service-bar {
  position: absolute !important;
  left: 0 !important;
  right: 292px !important;
  bottom: 118px !important;
  z-index: 7 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 22px !important;
  height: 76px !important;
  margin: 0 !important;
  padding: 0 42px !important;
  background: linear-gradient(90deg, #ffc526, #f8a900) !important;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%) !important;
  box-shadow: 0 -10px 22px rgba(0, 0, 0, 0.18) !important;
}

.pest-lp .svc-tag {
  display: grid !important;
  place-items: center !important;
  min-width: 150px !important;
  height: 48px !important;
  padding: 0 26px !important;
  color: #061f43 !important;
  background: #fff !important;
  border-radius: 0 !important;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%) !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.pest-lp .svc-sep {
  color: #fff !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.pest-lp .svc-suffix {
  color: #061f43 !important;
  font-size: 27px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  margin-left: 8px !important;
}

.pest-lp .pest-hero-visual {
  position: absolute !important;
  inset: 0 0 118px auto !important;
  z-index: 5 !important;
  display: block !important;
  width: 42% !important;
  min-height: 0 !important;
  overflow: visible !important;
  pointer-events: none !important;
}

.pest-lp .hero-staff {
  position: absolute !important;
  right: -18px !important;
  bottom: -42px !important;
  left: auto !important;
  width: min(48vw, 610px) !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: right bottom !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(-20px 22px 26px rgba(0, 0, 0, 0.32)) !important;
}

.pest-lp .lp-trust {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 8 !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0 !important;
  width: 100% !important;
  height: 118px !important;
  margin: 0 !important;
  padding: 0 36px !important;
  background: transparent !important;
  border: 0 !important;
}

.pest-lp .trust-item {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 94px 1fr !important;
  align-items: center !important;
  gap: 22px !important;
  padding: 18px 34px !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left !important;
  box-shadow: none !important;
}

.pest-lp .trust-item + .trust-item {
  border-left: 1px solid rgba(255, 255, 255, 0.48) !important;
}

.pest-lp .trust-icon,
.pest-lp .trust-free {
  display: grid !important;
  place-items: center !important;
  width: 78px !important;
  height: 78px !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06) !important;
  font-size: 28px !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.pest-lp .trust-free {
  font-size: 18px !important;
  font-weight: 900 !important;
}

.pest-lp .trust-item p {
  margin: 0 !important;
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
}

.pest-lp .trust-item strong {
  display: block !important;
  margin-top: 3px !important;
  color: #ffd22d !important;
  font-size: 34px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

@media (max-width: 1100px) {
  .pest-lp .pest-lp-hero,
  .pest-lp .pest-lp-hero-inner {
    min-height: 640px !important;
  }

  .pest-lp .lp-badge {
    left: 28px !important;
    min-width: 470px !important;
    font-size: 24px !important;
  }

  .pest-lp .pest-lp-copy h1 {
    left: 28px !important;
    font-size: 58px !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve {
    font-size: 108px !important;
  }

  .pest-lp .hero-animal-row {
    transform: scale(0.78) !important;
    transform-origin: left bottom !important;
  }

  .pest-lp .hero-service-bar {
    right: 220px !important;
    gap: 12px !important;
  }

  .pest-lp .svc-tag {
    min-width: 110px !important;
    font-size: 24px !important;
  }

  .pest-lp .svc-suffix {
    font-size: 22px !important;
  }

  .pest-lp .trust-item p {
    font-size: 17px !important;
  }

  .pest-lp .trust-item strong {
    font-size: 27px !important;
  }
}

@media (max-width: 640px) {
  .pest-lp .pest-lp-hero {
    min-height: 650px !important;
    background:
      linear-gradient(180deg, rgba(4, 25, 55, 0.9), rgba(3, 20, 44, 0.96)),
      url("assets/img/home-hero-maintenance.png") center / cover no-repeat,
      #061c3d !important;
  }

  .pest-lp .pest-lp-hero::after {
    height: 170px !important;
  }

  .pest-lp .pest-lp-hero-inner {
    min-height: 650px !important;
  }

  .pest-lp .lp-badge {
    top: 22px !important;
    left: 18px !important;
    min-width: 0 !important;
    width: calc(100% - 36px) !important;
    padding: 10px 20px !important;
    font-size: 17px !important;
  }

  .pest-lp .pest-lp-copy h1 {
    top: 88px !important;
    left: 18px !important;
    width: calc(100% - 36px) !important;
    font-size: clamp(36px, 11vw, 52px) !important;
    -webkit-text-stroke: 1px #fff !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-small {
    font-size: clamp(24px, 7vw, 33px) !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve {
    font-size: clamp(72px, 20vw, 100px) !important;
  }

  .pest-lp .hero-animal-row {
    left: 12px !important;
    bottom: 170px !important;
    transform: scale(0.43) !important;
    transform-origin: left bottom !important;
  }

  .pest-lp .pest-hero-visual {
    display: block !important;
    inset: auto -64px 144px auto !important;
    width: 72% !important;
    height: 330px !important;
  }

  .pest-lp .hero-staff {
    right: 0 !important;
    bottom: 0 !important;
    width: 330px !important;
  }

  .pest-lp .hero-service-bar {
    left: 0 !important;
    right: 0 !important;
    bottom: 118px !important;
    height: 54px !important;
    gap: 8px !important;
    padding: 0 14px !important;
    clip-path: none !important;
    overflow-x: hidden !important;
  }

  .pest-lp .svc-tag {
    min-width: auto !important;
    height: 34px !important;
    padding: 0 13px !important;
    font-size: 18px !important;
  }

  .pest-lp .svc-sep {
    font-size: 18px !important;
  }

  .pest-lp .svc-suffix {
    font-size: 14px !important;
    white-space: normal !important;
  }

  .pest-lp .lp-trust {
    height: 118px !important;
    padding: 0 8px !important;
  }

  .pest-lp .trust-item {
    grid-template-columns: 1fr !important;
    gap: 5px !important;
    justify-items: center !important;
    padding: 9px 5px !important;
    text-align: center !important;
  }

  .pest-lp .trust-icon,
  .pest-lp .trust-free {
    width: 42px !important;
    height: 42px !important;
    font-size: 18px !important;
  }

  .pest-lp .trust-free {
    font-size: 11px !important;
  }

  .pest-lp .trust-item p {
    font-size: 10px !important;
    line-height: 1.35 !important;
  }

  .pest-lp .trust-item strong {
    font-size: 15px !important;
  }
}

/* Pest hero: final appended tuning after screenshot check */
@media (min-width: 641px) {
  .pest-lp .hero-staff {
    right: 64px !important;
    bottom: -60px !important;
    width: min(29vw, 350px) !important;
  }

  .pest-lp .hero-animal-row img:nth-child(1) {
    width: 240px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(2) {
    left: 230px !important;
    width: 138px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(3) {
    left: 430px !important;
    bottom: 84px !important;
    width: 174px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(4) {
    left: 500px !important;
    width: 285px !important;
  }

  .pest-lp .trust-item {
    grid-template-columns: 80px 1fr !important;
    gap: 18px !important;
    padding: 18px 24px !important;
  }

  .pest-lp .trust-item p {
    font-size: 20px !important;
  }

  .pest-lp .trust-item strong {
    font-size: 30px !important;
  }
}

@media (max-width: 640px) {
  .pest-lp .pest-lp-copy h1 {
    font-size: clamp(28px, 8vw, 34px) !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve {
    font-size: clamp(62px, 16.5vw, 76px) !important;
  }

  .pest-lp .pest-hero-visual {
    inset: auto -18px 190px auto !important;
    width: 132px !important;
    height: 210px !important;
    opacity: 0.95 !important;
  }

  .pest-lp .hero-staff {
    width: 132px !important;
    bottom: 0 !important;
  }

  .pest-lp .hero-animal-row {
    bottom: 160px !important;
    transform: scale(0.28) !important;
  }
}

/* Pest hero: mobile service bar fit */
@media (max-width: 640px) {
  .pest-lp .hero-service-bar {
    justify-content: center !important;
    gap: 4px !important;
    padding: 0 6px !important;
  }

  .pest-lp .svc-sep {
    display: none !important;
  }

  .pest-lp .svc-tag {
    min-width: 0 !important;
    height: 28px !important;
    padding: 0 8px !important;
    font-size: 13px !important;
  }

  .pest-lp .svc-suffix {
    max-width: 74px !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
  }
}

/* Pest hero: mobile service bar simplified */
@media (max-width: 640px) {
  .pest-lp .hero-service-bar > * {
    display: none !important;
  }

  .pest-lp .hero-service-bar::before {
    content: "駆除・予防・再発防止対策まで徹底的に行います！";
    display: block;
    width: 100%;
    color: #061f43;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-align: center;
  }
}

/* Pest hero: keep mobile service text above lower strip */
@media (max-width: 640px) {
  .pest-lp .hero-service-bar {
    z-index: 40 !important;
  }

  .pest-lp .hero-service-bar::before {
    position: relative;
    z-index: 41;
  }
}

/* Pest hero: shorter mobile service copy */
@media (max-width: 640px) {
  .pest-lp .hero-service-bar::before {
    content: "駆除・予防・再発防止対策";
    font-size: 15px;
  }
}

/* Pest hero: PC retrace from supplied reference */
@media (min-width: 641px) {
  .pest-lp .pest-lp-hero {
    min-height: 760px !important;
    padding: 0 !important;
    background:
      linear-gradient(
        90deg,
        rgba(2, 18, 43, 0.98) 0%,
        rgba(2, 24, 58, 0.96) 58%,
        rgba(11, 51, 96, 0.92) 100%
      ),
      url("assets/img/home-hero-maintenance.png") center / cover no-repeat,
      #031b3c !important;
  }

  .pest-lp .pest-lp-hero::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    background:
      linear-gradient(
        108deg,
        transparent 0 67%,
        rgba(44, 93, 143, 0.34) 67.2% 100%
      ),
      radial-gradient(
        circle at 52% 54%,
        rgba(255, 255, 255, 0.13) 0 15%,
        transparent 15.4%
      ) !important;
  }

  .pest-lp .pest-lp-hero::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 145px !important;
    z-index: 2 !important;
    background: linear-gradient(180deg, #072a5a, #031d40) !important;
  }

  .pest-lp .pest-lp-hero-inner {
    display: block !important;
    position: relative !important;
    width: min(100%, 1536px) !important;
    min-height: 760px !important;
    padding: 0 !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    z-index: 1 !important;
  }

  .pest-lp .lp-badge {
    top: 40px !important;
    left: 50px !important;
    min-width: 620px !important;
    padding: 15px 56px 16px !important;
    color: #061f43 !important;
    background: linear-gradient(90deg, #ffd746 0%, #f5ac00 100%) !important;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%) !important;
    font-size: 33px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  .pest-lp .pest-lp-copy h1 {
    top: 136px !important;
    left: 50px !important;
    max-width: 930px !important;
    color: #fff !important;
    font-size: clamp(70px, 5.7vw, 92px) !important;
    line-height: 1.05 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    text-shadow:
      0 6px 0 rgba(0, 0, 0, 0.36),
      0 10px 24px rgba(0, 0, 0, 0.36) !important;
    -webkit-text-stroke: 2px #fff !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-small {
    margin-bottom: 4px !important;
    color: #fff !important;
    font-size: clamp(43px, 3.8vw, 56px) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: 0.05em !important;
    -webkit-text-stroke: 0 !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve {
    margin-top: 2px !important;
    padding-right: 96px !important;
    color: #ff9800 !important;
    font-size: clamp(130px, 14vw, 210px) !important;
    line-height: 0.88 !important;
    -webkit-text-stroke: 0 !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve::before {
    left: -18px !important;
    right: 44px !important;
    bottom: -9px !important;
    height: 22px !important;
    background: #ff8200 !important;
    clip-path: polygon(0 48%, 100% 0, 96% 52%, 3% 100%) !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve::after {
    right: 4px !important;
    top: 20px !important;
    width: 72px !important;
    height: 96px !important;
    background: #ffd22d !important;
  }

  .pest-lp .hero-animal-row {
    left: 28px !important;
    bottom: 145px !important;
    width: 890px !important;
    height: 230px !important;
    z-index: 6 !important;
    transform: none !important;
  }

  .pest-lp .hero-animal-row img {
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.24) !important;
  }

  .pest-lp .hero-animal-row img:nth-child(1) {
    left: 0 !important;
    bottom: 0 !important;
    width: 245px !important;
    z-index: 5 !important;
  }

  .pest-lp .hero-animal-row img:nth-child(2) {
    left: 235px !important;
    bottom: -2px !important;
    width: 150px !important;
    z-index: 6 !important;
  }

  .pest-lp .hero-animal-row img:nth-child(3) {
    left: 468px !important;
    bottom: 74px !important;
    width: 190px !important;
    z-index: 3 !important;
  }

  .pest-lp .hero-animal-row img:nth-child(4) {
    left: 538px !important;
    bottom: -4px !important;
    width: 315px !important;
    z-index: 4 !important;
  }

  .pest-lp .pest-hero-visual {
    display: block !important;
    position: absolute !important;
    inset: 0 0 145px auto !important;
    width: 46% !important;
    z-index: 7 !important;
    overflow: visible !important;
  }

  .pest-lp .hero-staff {
    position: absolute !important;
    right: 46px !important;
    bottom: -8px !important;
    width: min(35vw, 430px) !important;
    height: auto !important;
    max-width: none !important;
    object-fit: contain !important;
    filter: drop-shadow(-18px 22px 22px rgba(0, 0, 0, 0.34)) !important;
  }

  .pest-lp .hero-service-bar {
    left: 0 !important;
    right: 300px !important;
    bottom: 145px !important;
    height: 78px !important;
    z-index: 8 !important;
    padding: 0 40px !important;
    gap: 24px !important;
    background: linear-gradient(90deg, #ffc828 0%, #f5a800 100%) !important;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%) !important;
  }

  .pest-lp .svc-tag {
    min-width: 156px !important;
    height: 48px !important;
    padding: 0 26px !important;
    color: #061f43 !important;
    background: #fff !important;
    clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%) !important;
    font-size: 30px !important;
    font-weight: 900 !important;
  }

  .pest-lp .svc-sep {
    display: inline !important;
    color: #fff !important;
    font-size: 34px !important;
    font-weight: 900 !important;
  }

  .pest-lp .svc-suffix {
    color: #061f43 !important;
    font-size: 27px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
  }

  .pest-lp .lp-trust {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 145px !important;
    z-index: 9 !important;
    padding: 0 42px 0 70px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    background: transparent !important;
  }

  .pest-lp .trust-item {
    display: grid !important;
    grid-template-columns: 86px 1fr !important;
    align-items: center !important;
    gap: 20px !important;
    padding: 22px 28px !important;
    background: transparent !important;
    border-radius: 0 !important;
    text-align: left !important;
  }

  .pest-lp .trust-item + .trust-item {
    border-left: 1px solid rgba(255, 255, 255, 0.5) !important;
  }

  .pest-lp .trust-icon,
  .pest-lp .trust-free {
    width: 76px !important;
    height: 76px !important;
    border: 2px solid #fff !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.04) !important;
    font-size: 28px !important;
  }

  .pest-lp .trust-free {
    font-size: 18px !important;
  }

  .pest-lp .trust-item p {
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
  }

  .pest-lp .trust-item strong {
    color: #ffd22d !important;
    font-size: 32px !important;
    line-height: 1.08 !important;
    font-weight: 900 !important;
  }
}

/* Pest hero: PC visibility corrections */
@media (min-width: 641px) {
  .pest-lp .hero-staff {
    right: 70px !important;
    bottom: 0 !important;
    width: min(31vw, 340px) !important;
  }

  .pest-lp .lp-trust {
    padding-left: 100px !important;
    padding-right: 54px !important;
  }

  .pest-lp .trust-item {
    grid-template-columns: 78px 1fr !important;
    gap: 18px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .pest-lp .trust-icon,
  .pest-lp .trust-free {
    width: 70px !important;
    height: 70px !important;
  }

  .pest-lp .trust-item p {
    font-size: 18px !important;
  }

  .pest-lp .trust-item strong {
    font-size: 29px !important;
  }
}

/* Pest hero: UI/UX rebuild, no trace dependency */
.pest-lp .pest-lp-hero {
  position: relative !important;
  min-height: 690px !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  background:
    radial-gradient(
      circle at 74% 34%,
      rgba(255, 197, 38, 0.18),
      transparent 24%
    ),
    linear-gradient(
      115deg,
      rgba(2, 18, 43, 0.98) 0 59%,
      rgba(13, 58, 105, 0.94) 59.2% 100%
    ),
    url("assets/img/home-hero-maintenance.png") center / cover no-repeat,
    #061d3d !important;
}

.pest-lp .pest-lp-hero::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06) 0 1px,
      transparent 1px 34px
    ),
    radial-gradient(
      circle at 50% 47%,
      rgba(255, 255, 255, 0.09) 0 14%,
      transparent 14.3%
    ) !important;
  opacity: 0.72 !important;
}

.pest-lp .pest-lp-hero::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 132px !important;
  z-index: 2 !important;
  background: linear-gradient(
    180deg,
    rgba(5, 33, 70, 0.96),
    #031b3b
  ) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.pest-lp .pest-lp-hero-inner {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.72fr) !important;
  gap: clamp(24px, 4vw, 64px) !important;
  width: min(1180px, calc(100% - 64px)) !important;
  min-height: 690px !important;
  margin: 0 auto !important;
  padding: 42px 0 132px !important;
  overflow: visible !important;
  align-items: center !important;
  z-index: 1 !important;
}

.pest-lp .pest-lp-copy {
  position: relative !important;
  z-index: 6 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
}

.pest-lp .lp-badge {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 0 22px !important;
  padding: 12px 26px !important;
  color: #061f43 !important;
  background: linear-gradient(90deg, #ffdc42, #f6ad00) !important;
  border-radius: 999px !important;
  clip-path: none !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22) !important;
  font-size: clamp(16px, 1.6vw, 22px) !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.pest-lp .pest-lp-copy h1 {
  position: static !important;
  max-width: 760px !important;
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(44px, 5vw, 72px) !important;
  line-height: 1.08 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.26),
    0 14px 28px rgba(0, 0, 0, 0.28) !important;
  -webkit-text-stroke: 0 !important;
}

.pest-lp .pest-lp-copy h1 .h1-small {
  display: block !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #fff !important;
  background: none !important;
  border-radius: 0 !important;
  font-size: clamp(24px, 2.8vw, 40px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: 0.05em !important;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.38) !important;
}

.pest-lp .pest-lp-copy h1 .h1-resolve {
  position: relative !important;
  display: inline-block !important;
  width: auto !important;
  margin: 8px 0 0 !important;
  padding: 0 72px 8px 0 !important;
  color: #ff9a00 !important;
  background: none !important;
  border-radius: 0 !important;
  font-size: clamp(80px, 8.4vw, 118px) !important;
  line-height: 0.9 !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.2),
    0 14px 30px rgba(0, 0, 0, 0.32) !important;
}

.pest-lp .pest-lp-copy h1 .h1-resolve::before {
  content: "" !important;
  position: absolute !important;
  left: -8px !important;
  right: 42px !important;
  bottom: 0 !important;
  height: 16px !important;
  z-index: -1 !important;
  background: #ff7a00 !important;
  clip-path: polygon(0 45%, 100% 0, 96% 54%, 3% 100%) !important;
}

.pest-lp .pest-lp-copy h1 .h1-resolve::after {
  content: "" !important;
  position: absolute !important;
  right: 6px !important;
  top: 16px !important;
  width: 54px !important;
  height: 74px !important;
  background: #ffd22e !important;
  clip-path: polygon(
    44% 0,
    61% 0,
    40% 70%,
    100% 13%,
    46% 100%,
    28% 100%
  ) !important;
  transform: rotate(8deg) !important;
}

.pest-lp .hero-animal-row {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  display: flex !important;
  align-items: flex-end !important;
  width: min(620px, 100%) !important;
  height: 142px !important;
  margin: 22px 0 0 !important;
  z-index: 4 !important;
  transform: none !important;
}

.pest-lp .hero-animal-row img {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  object-fit: contain !important;
  max-width: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.28)) !important;
  transform: none !important;
}

.pest-lp .hero-animal-row img:nth-child(1) {
  width: 148px !important;
  z-index: 4 !important;
}

.pest-lp .hero-animal-row img:nth-child(2) {
  width: 92px !important;
  margin-left: -20px !important;
  z-index: 5 !important;
}

.pest-lp .hero-animal-row img:nth-child(3) {
  width: 126px !important;
  margin-left: 4px !important;
  margin-bottom: 24px !important;
  z-index: 3 !important;
}

.pest-lp .hero-animal-row img:nth-child(4) {
  width: 190px !important;
  margin-left: -38px !important;
  z-index: 4 !important;
}

.pest-lp .hero-service-bar {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 132px !important;
  z-index: 8 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  min-height: 66px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 12px clamp(20px, 5vw, 74px) !important;
  color: #061f43 !important;
  background: linear-gradient(90deg, #ffd33a, #f5a800) !important;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: none !important;
  box-shadow: 0 -10px 24px rgba(0, 0, 0, 0.18) !important;
}

.pest-lp .svc-tag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 112px !important;
  height: 38px !important;
  padding: 0 20px !important;
  color: #061f43 !important;
  background: #fff !important;
  border-radius: 7px !important;
  clip-path: none !important;
  box-shadow: 5px 5px 0 rgba(6, 31, 67, 0.16) !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.pest-lp .svc-sep {
  display: inline !important;
  color: rgba(6, 31, 67, 0.55) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.pest-lp .svc-suffix {
  color: #061f43 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.pest-lp .pest-hero-visual {
  position: relative !important;
  inset: auto !important;
  z-index: 5 !important;
  display: flex !important;
  align-self: stretch !important;
  align-items: flex-end !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  pointer-events: none !important;
}

.pest-lp .hero-staff {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: min(35vw, 410px) !important;
  height: auto !important;
  max-width: none !important;
  max-height: 540px !important;
  object-fit: contain !important;
  object-position: bottom center !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: drop-shadow(-18px 24px 24px rgba(0, 0, 0, 0.34)) !important;
}

.pest-lp .lp-trust {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: 0 !important;
  transform: translateX(-50%) !important;
  z-index: 9 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0 !important;
  width: min(1180px, calc(100% - 64px)) !important;
  height: 132px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.pest-lp .trust-item {
  display: grid !important;
  grid-template-columns: 72px 1fr !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 22px 28px !important;
  color: #fff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  text-align: left !important;
  box-shadow: none !important;
}

.pest-lp .trust-item + .trust-item {
  border-left: 1px solid rgba(255, 255, 255, 0.38) !important;
}

.pest-lp .trust-icon,
.pest-lp .trust-free {
  display: grid !important;
  place-items: center !important;
  width: 68px !important;
  height: 68px !important;
  border: 2px solid #fff !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.05) !important;
  font-size: 25px !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.pest-lp .trust-free {
  font-size: 16px !important;
  font-weight: 900 !important;
}

.pest-lp .trust-item p {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(15px, 1.35vw, 18px) !important;
  line-height: 1.28 !important;
  font-weight: 700 !important;
}

.pest-lp .trust-item strong {
  display: block !important;
  margin-top: 4px !important;
  color: #ffd22e !important;
  font-size: clamp(22px, 2.2vw, 29px) !important;
  line-height: 1.05 !important;
  font-weight: 900 !important;
}

@media (max-width: 900px) {
  .pest-lp .pest-lp-hero {
    min-height: 720px !important;
  }

  .pest-lp .pest-lp-hero-inner {
    grid-template-columns: 1fr !important;
    width: calc(100% - 36px) !important;
    min-height: 720px !important;
    padding: 28px 0 198px !important;
    align-items: start !important;
  }

  .pest-lp .pest-lp-copy h1 {
    font-size: clamp(34px, 9vw, 54px) !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-small {
    font-size: clamp(22px, 6vw, 32px) !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve {
    font-size: clamp(66px, 17vw, 92px) !important;
  }

  .pest-lp .pest-hero-visual {
    position: absolute !important;
    right: -24px !important;
    bottom: 182px !important;
    height: 250px !important;
  }

  .pest-lp .hero-staff {
    width: 180px !important;
    max-height: 250px !important;
  }

  .pest-lp .hero-animal-row {
    width: 100% !important;
    height: 96px !important;
    margin-top: 28px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(1) {
    width: 92px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(2) {
    width: 58px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(3) {
    width: 78px !important;
    margin-bottom: 14px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(4) {
    width: 114px !important;
  }

  .pest-lp .hero-service-bar {
    bottom: 132px !important;
    min-height: 54px !important;
    padding: 10px 14px !important;
    gap: 8px !important;
  }

  .pest-lp .svc-tag {
    min-width: 0 !important;
    height: 32px !important;
    padding: 0 12px !important;
    font-size: 15px !important;
  }

  .pest-lp .svc-sep {
    display: none !important;
  }

  .pest-lp .svc-suffix {
    font-size: 13px !important;
    white-space: normal !important;
  }

  .pest-lp .lp-trust {
    width: 100% !important;
    height: 132px !important;
  }

  .pest-lp .trust-item {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
    gap: 6px !important;
    padding: 12px 6px !important;
    text-align: center !important;
  }

  .pest-lp .trust-icon,
  .pest-lp .trust-free {
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
  }

  .pest-lp .trust-free {
    font-size: 11px !important;
  }

  .pest-lp .trust-item p {
    font-size: 10px !important;
  }

  .pest-lp .trust-item strong {
    font-size: 15px !important;
  }
}

/* Pest hero: compact first-view balance */
@media (min-width: 901px) {
  .pest-lp .pest-lp-hero-inner {
    min-height: 600px !important;
    padding-top: 38px !important;
    padding-bottom: 36px !important;
  }

  .pest-lp .lp-badge {
    margin-bottom: 16px !important;
    padding: 10px 22px !important;
    font-size: 19px !important;
  }

  .pest-lp .pest-lp-copy h1 {
    font-size: clamp(40px, 4.2vw, 60px) !important;
    line-height: 1.06 !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-small {
    margin-bottom: 6px !important;
    font-size: clamp(24px, 2.5vw, 34px) !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve {
    margin-top: 4px !important;
    padding-right: 58px !important;
    font-size: clamp(68px, 6.6vw, 94px) !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve::after {
    width: 42px !important;
    height: 58px !important;
  }

  .pest-lp .hero-animal-row {
    height: 104px !important;
    margin-top: 16px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(1) {
    width: 112px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(2) {
    width: 72px !important;
    margin-left: -12px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(3) {
    width: 98px !important;
    margin-bottom: 16px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(4) {
    width: 150px !important;
    margin-left: -28px !important;
  }

  .pest-lp .hero-service-bar {
    margin-top: 16px !important;
    padding: 12px !important;
  }

  .pest-lp .svc-tag {
    min-width: 96px !important;
    height: 34px !important;
    font-size: 18px !important;
  }

  .pest-lp .svc-suffix {
    font-size: 18px !important;
  }

  .pest-lp .lp-trust {
    margin-top: 10px !important;
  }

  .pest-lp .trust-item {
    min-height: 78px !important;
    padding: 12px 10px !important;
  }

  .pest-lp .trust-icon,
  .pest-lp .trust-free {
    width: 42px !important;
    height: 42px !important;
    font-size: 18px !important;
  }

  .pest-lp .trust-item p {
    font-size: 12px !important;
  }

  .pest-lp .trust-item strong {
    font-size: 17px !important;
  }

  .pest-lp .hero-staff {
    width: min(29vw, 320px) !important;
    max-height: 470px !important;
  }
}

/* Pest hero: final readable animal row */
@media (min-width: 901px) {
  .pest-lp .hero-animal-row {
    position: static !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    width: 100% !important;
    height: 92px !important;
    margin: 30px 0 0 !important;
    transform: none !important;
  }

  .pest-lp .hero-animal-row img {
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    display: block !important;
    flex: 0 0 auto !important;
    object-fit: contain !important;
    transform: none !important;
  }

  .pest-lp .hero-animal-row img:nth-child(1) {
    width: 92px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(2) {
    width: 62px !important;
    margin-left: -10px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(3) {
    width: 78px !important;
    margin-left: 8px !important;
    margin-bottom: 8px !important;
  }

  .pest-lp .hero-animal-row img:nth-child(4) {
    width: 124px !important;
    margin-left: -16px !important;
  }

  .pest-lp .hero-service-bar {
    margin-top: 14px !important;
  }

  .pest-lp .lp-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    margin-top: 10px !important;
  }
}

/* Pest hero: whole-section placement fix */
.pest-lp .pest-lp-copy {
  position: static !important;
}

.pest-lp .hero-service-bar,
.pest-lp .lp-trust {
  left: 50% !important;
  width: min(1180px, calc(100% - 64px)) !important;
  transform: translateX(-50%) !important;
}

.pest-lp .hero-service-bar {
  right: auto !important;
}

@media (min-width: 901px) {
  .pest-lp .hero-service-bar {
    justify-content: flex-start !important;
  }

  .pest-lp .lp-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .pest-lp .trust-item p {
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }
}

@media (max-width: 900px) {
  .pest-lp .hero-service-bar,
  .pest-lp .lp-trust {
    width: 100% !important;
  }
}

/* Pest hero: stable readable layout */
.pest-lp .pest-lp-hero {
  min-height: auto !important;
  padding: 0 !important;
}

.pest-lp .pest-lp-hero::after {
  display: none !important;
}

.pest-lp .pest-lp-hero-inner {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr) !important;
  gap: clamp(28px, 4vw, 58px) !important;
  width: min(1180px, calc(100% - 64px)) !important;
  min-height: 640px !important;
  padding: 46px 0 42px !important;
  align-items: center !important;
}

.pest-lp .pest-lp-copy {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  z-index: 6 !important;
}

.pest-lp .hero-service-bar {
  position: static !important;
  transform: none !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 24px 0 0 !important;
  padding: 14px !important;
  border-radius: 10px !important;
  justify-content: flex-start !important;
}

.pest-lp .lp-trust {
  position: static !important;
  transform: none !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  width: 100% !important;
  height: auto !important;
  margin: 14px 0 0 !important;
  padding: 0 !important;
  gap: 10px !important;
}

.pest-lp .trust-item {
  display: grid !important;
  grid-template-columns: 52px 1fr !important;
  gap: 12px !important;
  align-items: center !important;
  min-height: 88px !important;
  padding: 14px 12px !important;
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 10px !important;
  text-align: left !important;
}

.pest-lp .trust-item + .trust-item {
  border-left: 1px solid rgba(255, 255, 255, 0.22) !important;
}

.pest-lp .trust-icon,
.pest-lp .trust-free {
  width: 48px !important;
  height: 48px !important;
  font-size: 20px !important;
}

.pest-lp .trust-free {
  font-size: 12px !important;
}

.pest-lp .trust-item p {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.pest-lp .trust-item strong {
  font-size: 19px !important;
  line-height: 1.12 !important;
}

.pest-lp .pest-hero-visual {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  align-items: flex-end !important;
  align-self: stretch !important;
}

.pest-lp .hero-staff {
  width: min(32vw, 360px) !important;
  max-height: 520px !important;
}

@media (max-width: 900px) {
  .pest-lp .pest-lp-hero-inner {
    grid-template-columns: 1fr !important;
    width: calc(100% - 36px) !important;
    min-height: auto !important;
    padding: 28px 0 34px !important;
  }

  .pest-lp .pest-hero-visual {
    position: absolute !important;
    right: -18px !important;
    bottom: 210px !important;
    height: 250px !important;
    opacity: 0.88 !important;
  }

  .pest-lp .hero-staff {
    width: 160px !important;
    max-height: 250px !important;
  }

  .pest-lp .hero-service-bar {
    justify-content: center !important;
  }

  .pest-lp .hero-service-bar > * {
    display: none !important;
  }

  .pest-lp .hero-service-bar::before {
    content: "駆除・予防・再発防止対策まで徹底対応";
    display: block;
    width: 100%;
    color: #061f43;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.25;
    text-align: center;
  }

  .pest-lp .lp-trust {
    grid-template-columns: 1fr !important;
  }

  .pest-lp .trust-item {
    min-height: 0 !important;
    grid-template-columns: 44px 1fr !important;
    padding: 10px 12px !important;
  }
}

/* Pest hero: cutout asset animal layout final */
@media (min-width: 641px) {
  .pest-lp .hero-animal-row {
    width: 870px !important;
    height: 310px !important;
    bottom: 145px !important;
    z-index: 3 !important;
  }

  /* 1. Raccoon – large, leftmost, frontmost */
  .pest-lp .hero-animal-row img:nth-child(1) {
    left: 0 !important;
    bottom: 78px !important;
    width: 240px !important;
    z-index: 6 !important;
    transform: none !important;
  }

  /* 2. Rat – small, to the right of raccoon */
  .pest-lp .hero-animal-row img:nth-child(2) {
    left: 185px !important;
    bottom: 78px !important;
    width: 148px !important;
    z-index: 5 !important;
    transform: none !important;
  }

  /* 3. Pigeon – center, tallest, behind others */
  .pest-lp .hero-animal-row img:nth-child(3) {
    left: 295px !important;
    bottom: 78px !important;
    width: 265px !important;
    z-index: 3 !important;
    transform: none !important;
  }

  /* 4. Civet/badger – wide landscape, rightmost */
  .pest-lp .hero-animal-row img:nth-child(4) {
    left: 445px !important;
    bottom: 78px !important;
    width: 340px !important;
    z-index: 4 !important;
    transform: none !important;
  }
}

/* Homepage hero: final mobile containment */
@media (max-width: 680px) {
  body:not(.pest-lp) .hero,
  body:not(.pest-lp) .hero * {
    box-sizing: border-box;
  }

  body:not(.pest-lp) .hero-left {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  body:not(.pest-lp) .hero-pills {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 8px !important;
  }

  body:not(.pest-lp) .hero-pills span {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 6px !important;
    font-size: 12px !important;
    white-space: normal !important;
  }

  body:not(.pest-lp) .hero-sub {
    width: 100% !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  body:not(.pest-lp) .hero-actions {
    width: 100% !important;
  }

  body:not(.pest-lp) .hero-actions .button {
    width: 100% !important;
  }
}

/* Homepage hero: tablet/mobile containment fallback */
@media (max-width: 900px) {
  body:not(.pest-lp) .hero-inner {
    width: calc(100% - 36px) !important;
  }

  body:not(.pest-lp) .hero-left {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    overflow: hidden !important;
  }

  body:not(.pest-lp) .hero-left h1 {
    max-width: 100% !important;
    font-size: clamp(28px, 8vw, 40px) !important;
  }

  body:not(.pest-lp) .hero-title-strong {
    display: block !important;
    font-size: 0.86em !important;
  }

  body:not(.pest-lp) .hero-pills {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 8px !important;
  }

  body:not(.pest-lp) .hero-pills span {
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 6px !important;
    font-size: 12px !important;
    white-space: normal !important;
  }

  body:not(.pest-lp) .hero-sub {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 14px !important;
    overflow-wrap: anywhere !important;
  }
}

/* Homepage hero: scoped final corporate layout */
.home-page .hero {
  position: relative !important;
  min-height: 640px !important;
  overflow: hidden !important;
  color: #fff !important;
  background: #071b2e !important;
}

.home-page .hero-bg {
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(
      90deg,
      rgba(7, 27, 46, 0.86) 0%,
      rgba(7, 27, 46, 0.68) 48%,
      rgba(7, 27, 46, 0.22) 100%
    ),
    linear-gradient(180deg, rgba(7, 27, 46, 0.1), rgba(7, 27, 46, 0.62)),
    url("assets/img/home-hero-maintenance.png") center / cover !important;
}

.home-page .hero-bg::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background:
    linear-gradient(120deg, rgba(16, 47, 77, 0.28), transparent 54%),
    radial-gradient(
      circle at 20% 30%,
      rgba(255, 255, 255, 0.08),
      transparent 26%
    ) !important;
  pointer-events: none !important;
}

.home-page .hero-inner {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center !important;
  width: min(1180px, calc(100% - 48px)) !important;
  min-height: 640px !important;
  margin: 0 auto !important;
  padding: 78px 0 64px !important;
}

.home-page .hero-left {
  width: min(700px, 100%) !important;
  max-width: 700px !important;
  text-align: left !important;
}

.home-page .hero-right,
.home-page .hero-visual {
  display: none !important;
}

.home-page .hero-label {
  display: inline-flex !important;
  margin: 0 0 20px !important;
  padding: 8px 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.32) !important;
  background: rgba(255, 255, 255, 0.13) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  backdrop-filter: blur(8px) !important;
}

.home-page .hero-left h1 {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(40px, 4.8vw, 66px) !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-shadow: 0 18px 36px rgba(0, 0, 0, 0.36) !important;
}

.home-page .hero-title-strong {
  display: inline !important;
  color: #fff !important;
  background: transparent !important;
  box-shadow: none !important;
}

.home-page .home-mobile-break {
  display: none !important;
}

.home-page .hero-title-strong::after {
  content: "" !important;
  display: block !important;
  width: 86px !important;
  height: 4px !important;
  margin-top: 22px !important;
  background: #c28a42 !important;
}

.home-page .hero-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 28px 0 0 !important;
}

.home-page .hero-pills span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  min-width: 0 !important;
  padding: 0 14px !important;
  border: 1px solid rgba(255, 255, 255, 0.28) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em !important;
  white-space: nowrap !important;
}

.home-page .hero .hero-sub {
  width: 100% !important;
  max-width: 650px !important;
  margin: 24px 0 0 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 17px !important;
  line-height: 2 !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
}

.home-page .hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 32px !important;
}

.home-page .hero-actions .button {
  min-width: 190px !important;
  box-shadow: none !important;
}

.home-page .hero-actions .button.primary {
  background: #c28a42 !important;
  color: #fff !important;
}

.home-page .hero-actions .button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.34) !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}

.home-page .hero-badges {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1px !important;
  width: min(680px, 100%) !important;
  margin-top: 34px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
  background: rgba(255, 255, 255, 0.18) !important;
}

.home-page .hero-badge {
  min-height: 94px !important;
  padding: 20px 22px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(7, 27, 46, 0.55) !important;
  color: #fff !important;
  box-shadow: none !important;
  text-align: left !important;
}

.home-page .hero-badge small {
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 12px !important;
  letter-spacing: 0.04em !important;
}

.home-page .hero-badge strong {
  display: block !important;
  margin-top: 6px !important;
  color: #fff !important;
  font-size: 18px !important;
  line-height: 1.35 !important;
}

@media (max-width: 900px) {
  .home-page .hero {
    min-height: auto !important;
  }

  .home-page .hero-bg {
    background:
      linear-gradient(
        180deg,
        rgba(7, 27, 46, 0.88) 0%,
        rgba(7, 27, 46, 0.72) 54%,
        rgba(7, 27, 46, 0.5) 100%
      ),
      url("assets/img/home-hero-maintenance.png") center / cover !important;
  }

  .home-page .hero-inner {
    width: calc(100% - 36px) !important;
    min-height: auto !important;
    padding: 70px 0 54px !important;
    justify-content: center !important;
  }

  .home-page .hero-left {
    width: 100% !important;
    max-width: 520px !important;
    overflow: hidden !important;
    text-align: center !important;
  }

  .home-page .hero-label {
    max-width: 100% !important;
    margin-bottom: 18px !important;
    justify-content: center !important;
    font-size: 12px !important;
    line-height: 1.55 !important;
    white-space: normal !important;
  }

  .home-page .hero-left h1 {
    max-width: 100% !important;
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere !important;
  }

  .home-page .hero-title-strong {
    display: block !important;
    font-size: 0.9em !important;
  }

  .home-page .home-mobile-break {
    display: inline !important;
  }

  .home-page .hero-title-strong::after {
    margin: 18px auto 0 !important;
  }

  .home-page .hero-pills {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    gap: 8px !important;
    margin-top: 24px !important;
  }

  .home-page .hero-pills span {
    width: 100% !important;
    padding: 0 6px !important;
    font-size: 12px !important;
    white-space: normal !important;
  }

  .home-page .hero .hero-sub {
    max-width: 100% !important;
    margin-top: 22px !important;
    font-size: 14px !important;
    line-height: 1.9 !important;
    overflow-wrap: anywhere !important;
  }

  .home-page .hero-actions {
    width: 100% !important;
    gap: 10px !important;
  }

  .home-page .hero-actions .button {
    width: 100% !important;
    min-width: 0 !important;
  }

  .home-page .hero-badges {
    grid-template-columns: 1fr !important;
    width: 100% !important;
    margin-top: 28px !important;
  }

  .home-page .hero-badge {
    min-height: 0 !important;
    padding: 16px 18px !important;
    text-align: center !important;
  }
}

@media (max-width: 520px) {
  html,
  body.home-page {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .home-page .site-header,
  .home-page main,
  .home-page .hero,
  .home-page .hero-inner,
  .home-page .hero-left {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  .home-page .hero-inner {
    width: calc(100% - 36px) !important;
    padding: 64px 0 48px !important;
  }

  .home-page .hero-left h1 {
    font-size: clamp(26px, 7.4vw, 31px) !important;
    line-height: 1.36 !important;
  }

  .home-page .hero-pills {
    grid-template-columns: 1fr !important;
  }

  .home-page .hero .hero-sub {
    font-size: 13px !important;
    line-height: 1.85 !important;
  }
}

/* Pest hero: circular animal thumbnails and taller staff visual */
.pest-lp .hero-animal-row {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  width: auto !important;
  height: auto !important;
  margin-top: 24px !important;
}

.pest-lp .hero-animal-row img,
.pest-lp .hero-animal-row img:nth-child(n) {
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  display: block !important;
  flex: 0 0 auto !important;
  width: 86px !important;
  height: 86px !important;
  margin: 0 !important;
  padding: 10px !important;
  object-fit: contain !important;
  object-position: center !important;
  background: radial-gradient(
    circle at 38% 30%,
    rgba(255, 255, 255, 0.96),
    rgba(255, 255, 255, 0.82) 68%,
    rgba(255, 211, 58, 0.9) 100%
  ) !important;
  border: 3px solid rgba(255, 255, 255, 0.95) !important;
  border-radius: 50% !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22) !important;
  filter: none !important;
  transform: none !important;
}

.pest-lp .pest-hero-visual {
  justify-content: flex-end !important;
  align-items: flex-end !important;
}

.pest-lp .hero-staff {
  width: auto !important;
  height: min(74vh, 600px) !important;
  max-height: none !important;
  margin-right: clamp(-18px, -1.6vw, 0px) !important;
  object-fit: contain !important;
}

.pest-lp .pest-lp-hero-inner {
  min-height: 560px !important;
  padding-top: 32px !important;
  padding-bottom: 0 !important;
}

.pest-lp .pest-lp-copy {
  align-self: end !important;
  padding-bottom: 28px !important;
}

.pest-lp .lp-trust {
  margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
  .pest-lp .hero-staff {
    height: min(78vh, 640px) !important;
  }
}

@media (max-width: 900px) {
  .pest-lp .hero-animal-row {
    gap: 9px !important;
    margin-top: 22px !important;
    padding-right: 120px !important;
  }

  .pest-lp .hero-animal-row img,
  .pest-lp .hero-animal-row img:nth-child(n) {
    width: 58px !important;
    height: 58px !important;
    padding: 7px !important;
    border-width: 2px !important;
  }

  .pest-lp .hero-staff {
    width: auto !important;
    height: 280px !important;
    max-height: none !important;
    margin-right: 0 !important;
  }

  .pest-lp .pest-lp-hero-inner {
    min-height: auto !important;
    padding-bottom: 0 !important;
  }

  .pest-lp .pest-lp-copy {
    align-self: start !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 520px) {
  .pest-lp .hero-animal-row {
    gap: 7px !important;
    padding-right: 96px !important;
  }

  .pest-lp .hero-animal-row img,
  .pest-lp .hero-animal-row img:nth-child(n) {
    width: 48px !important;
    height: 48px !important;
    padding: 6px !important;
  }

  .pest-lp .hero-staff {
    height: 240px !important;
  }
}

/* Pest hero: desktop composition closer to reference visual */
@media (min-width: 901px) {
  .pest-lp .pest-lp-hero {
    min-height: 700px !important;
    overflow: hidden !important;
    background:
      linear-gradient(
        108deg,
        rgba(2, 14, 38, 0.97) 0% 42%,
        rgba(4, 22, 54, 0.8) 55%,
        rgba(6, 28, 62, 0.58) 100%
      ),
      url("assets/img/home-hero-maintenance.png") center 28% / cover no-repeat,
      #061d3d !important;
  }

  .pest-lp .pest-lp-hero::before {
    background: linear-gradient(
      118deg,
      transparent 0 56%,
      rgba(10, 40, 82, 0.26) 56.5% 100%
    ) !important;
  }

  .pest-lp .pest-lp-hero-inner {
    display: block !important;
    width: min(1536px, 100%) !important;
    min-height: 700px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .pest-lp .pest-lp-copy {
    position: static !important;
    display: block !important;
    padding: 0 !important;
  }

  .pest-lp .lp-badge {
    position: absolute !important;
    top: 40px !important;
    left: clamp(28px, 4.3vw, 66px) !important;
    z-index: 8 !important;
    min-width: min(560px, 48vw) !important;
    margin: 0 !important;
    padding: 13px 42px 14px !important;
    border-radius: 0 !important;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%) !important;
    font-size: clamp(22px, 2.55vw, 38px) !important;
    line-height: 1.1 !important;
  }

  .pest-lp .pest-lp-copy h1 {
    position: absolute !important;
    top: 122px !important;
    left: clamp(28px, 4.1vw, 64px) !important;
    z-index: 8 !important;
    max-width: min(760px, 64vw) !important;
    font-size: clamp(39px, 4.25vw, 66px) !important;
    line-height: 1.05 !important;
    text-shadow:
      0 6px 0 rgba(0, 0, 0, 0.28),
      0 14px 26px rgba(0, 0, 0, 0.32) !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-small {
    margin-bottom: 8px !important;
    font-size: clamp(23px, 2.55vw, 38px) !important;
  }

  .pest-lp .pest-lp-copy h1 .h1-resolve {
    margin-top: 8px !important;
    font-size: clamp(63px, 6.35vw, 98px) !important;
  }

  .pest-lp .hero-animal-row {
    position: absolute !important;
    left: clamp(18px, 2.5vw, 38px) !important;
    bottom: 200px !important;
    z-index: 7 !important;
    display: block !important;
    width: min(560px, 48vw) !important;
    height: 150px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .pest-lp .hero-animal-row img,
  .pest-lp .hero-animal-row img:nth-child(n) {
    position: absolute !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    filter: drop-shadow(0 14px 16px rgba(0, 0, 0, 0.34)) !important;
    object-fit: contain !important;
  }

  .pest-lp .hero-animal-row img:nth-child(1) {
    left: 0 !important;
    bottom: 0 !important;
    width: min(136px, 10.8vw) !important;
    z-index: 4 !important;
  }

  .pest-lp .hero-animal-row img:nth-child(2) {
    left: min(118px, 9.5vw) !important;
    bottom: 0 !important;
    width: min(94px, 7.5vw) !important;
    z-index: 5 !important;
  }

  .pest-lp .hero-animal-row img:nth-child(3) {
    left: min(208px, 16.8vw) !important;
    bottom: 14px !important;
    width: min(138px, 11vw) !important;
    z-index: 3 !important;
  }

  .pest-lp .hero-animal-row img:nth-child(4) {
    left: min(292px, 23.5vw) !important;
    bottom: 0 !important;
    width: min(158px, 12.6vw) !important;
    z-index: 4 !important;
  }

  .pest-lp .hero-service-bar {
    position: absolute !important;
    left: 0 !important;
    right: auto !important;
    bottom: 104px !important;
    z-index: 9 !important;
    width: min(920px, 79vw) !important;
    min-height: 66px !important;
    margin: 0 !important;
    padding: 12px 36px !important;
    border-radius: 0 !important;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%) !important;
    transform: none !important;
  }

  .pest-lp .lp-trust {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 8 !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: 100% !important;
    height: 104px !important;
    margin: 0 !important;
    padding: 0 clamp(28px, 4vw, 64px) !important;
    gap: 0 !important;
    background: rgba(2, 28, 64, 0.94) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
    transform: none !important;
  }

  .pest-lp .trust-item {
    min-height: 104px !important;
    padding: 14px clamp(14px, 2vw, 30px) !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .pest-lp .pest-hero-visual {
    position: absolute !important;
    right: clamp(-26px, -1vw, 0px) !important;
    bottom: 0 !important;
    z-index: 6 !important;
    width: min(44vw, 600px) !important;
    height: 700px !important;
    justify-content: flex-end !important;
  }

  .pest-lp .hero-staff {
    width: auto !important;
    height: 700px !important;
    bottom: 0 !important;
    right: 0 !important;
    margin-right: 0 !important;
  }
}

@media (min-width: 1500px) {
  .pest-lp .pest-lp-hero-inner {
    width: min(1536px, calc(100% - 48px)) !important;
  }

  .pest-lp .pest-lp-copy h1 {
    max-width: 735px !important;
  }

  .pest-lp .hero-animal-row {
    left: 32px !important;
  }

  .pest-lp .pest-hero-visual {
    right: 0 !important;
  }
}

/* Pest hero: use finished mobile artwork */
@media (max-width: 900px) {
  .pest-lp .pest-lp-hero {
    min-height: auto !important;
    padding: 0 !important;
    background: url("assets/img/pest-hero-mobile.png") center top / cover
      no-repeat !important;
  }

  .pest-lp .pest-lp-hero::before,
  .pest-lp .pest-lp-hero::after {
    display: none !important;
  }

  .pest-lp .pest-lp-hero-inner {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    aspect-ratio: 941 / 1672 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  .pest-lp .pest-lp-copy,
  .pest-lp .pest-hero-visual {
    display: none !important;
  }
}

/* ===== lp-trust spacing refinement (reference image match) ===== */
@media (min-width: 641px) {
  /* trust barの高さを120pxに統一し、依存する絶対配置も同期 */
  .pest-lp .pest-lp-hero::after {
    height: 120px !important;
  }

  /* trust bar本体: 高さ・横余白をコンパクトに */
  .pest-lp .lp-trust {
    height: 120px !important;
    padding: 0 20px !important;
  }

  /* 各アイテム: paddingを詰め、アイコン列幅を縮小 */
  .pest-lp .trust-item {
    grid-template-columns: 68px 1fr !important;
    gap: 14px !important;
    padding: 14px 20px !important;
  }

  /* アイコン: サイズダウン */
  .pest-lp .trust-icon,
  .pest-lp .trust-free {
    width: 62px !important;
    height: 62px !important;
    font-size: 22px !important;
  }

  .pest-lp .trust-free {
    font-size: 13px !important;
  }

  /* テキスト: 読みやすさを保ちつつコンパクトに */
  .pest-lp .trust-item p {
    font-size: 15px !important;
    line-height: 1.3 !important;
  }

  .pest-lp .trust-item strong {
    font-size: 23px !important;
    margin-top: 2px !important;
  }
}

/* 1100px以下: さらに詰める */
@media (max-width: 1100px) and (min-width: 641px) {
  .pest-lp .lp-trust {
    padding: 0 12px !important;
  }

  .pest-lp .trust-item {
    grid-template-columns: 58px 1fr !important;
    gap: 10px !important;
    padding: 12px 14px !important;
  }

  .pest-lp .trust-icon,
  .pest-lp .trust-free {
    width: 52px !important;
    height: 52px !important;
    font-size: 18px !important;
  }

  .pest-lp .trust-free {
    font-size: 11px !important;
  }

  .pest-lp .trust-item p {
    font-size: 13px !important;
  }

  .pest-lp .trust-item strong {
    font-size: 19px !important;
  }
}

/* Pest LP: calmer palette for sections below hero */
.pest-lp {
  --lp-calm-navy: #102f4d;
  --lp-calm-navy-soft: rgba(16, 47, 77, 0.1);
  --lp-calm-gold: #b98642;
  --lp-calm-gold-soft: #f4eadb;
  --lp-calm-cream: #f7f3ec;
  --lp-calm-border: rgba(16, 47, 77, 0.16);
}

.pest-lp section:not(.pest-lp-hero) .section-en {
  color: var(--lp-calm-gold) !important;
}

.pest-lp .lp-emergency {
  background:
    linear-gradient(rgba(16, 47, 77, 0.92), rgba(16, 47, 77, 0.92)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.08) 0 10px,
      transparent 10px 22px
    ) !important;
  color: #fff !important;
}

.pest-lp .lp-emergency a,
.pest-lp section:not(.pest-lp-hero) .button.primary {
  background: var(--lp-calm-gold) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(16, 47, 77, 0.14) !important;
}

.pest-lp section:not(.pest-lp-hero) .button.secondary,
.pest-lp section:not(.pest-lp-hero) .button.secondary.dark {
  border-color: var(--lp-calm-navy) !important;
  color: var(--lp-calm-navy) !important;
  background: #fff !important;
}

.pest-lp .lp-story.problem,
.pest-lp .lp-check,
.pest-lp .lp-solution,
.pest-lp .lp-flow,
.pest-lp .lp-faq,
.pest-lp .lp-final-cta {
  background: var(--lp-calm-cream) !important;
}

.pest-lp .lp-reason {
  background: #fff !important;
}

.pest-lp .lp-animals {
  background:
    linear-gradient(rgba(16, 47, 77, 0.94), rgba(16, 47, 77, 0.94)),
    url("assets/img/pest-warning-attic-inspection.png") center / cover !important;
}

.pest-lp .symptom-cards article,
.pest-lp .solution-grid article,
.pest-lp .reason-lp-grid article,
.pest-lp .animal-photo-grid article,
.pest-lp .check-list-lp span,
.pest-lp .lp-flow .flow-list article,
.pest-lp .lp-faq details,
.pest-lp .warning-copy {
  background: #fff !important;
  border-color: var(--lp-calm-border) !important;
  border-width: 1px !important;
  box-shadow: 0 14px 30px rgba(16, 47, 77, 0.08) !important;
}

.pest-lp .warning-copy {
  border-top: 5px solid var(--lp-calm-gold) !important;
}

.pest-lp .symptom-cards article::before,
.pest-lp .solution-grid article::before,
.pest-lp .reason-lp-grid article::before {
  background: var(--lp-calm-gold-soft) !important;
  box-shadow: none !important;
}

.pest-lp .symptom-cards span,
.pest-lp .solution-icon,
.pest-lp .lp-faq summary::before,
.pest-lp .warning-list li::before {
  background: var(--lp-calm-navy) !important;
  color: #fff !important;
}

.pest-lp .reason-lp-grid strong,
.pest-lp .animal-photo-grid strong {
  color: var(--lp-calm-navy) !important;
}

.pest-lp .check-list-lp span::before {
  border-left-color: var(--lp-calm-gold) !important;
  border-bottom-color: var(--lp-calm-gold) !important;
}

.pest-lp .lp-flow .flow-list article {
  border-left: 5px solid var(--lp-calm-gold) !important;
}

.pest-lp .lp-final-cta {
  background: #f2f5f9 !important;
  color: #102f4d !important;
  padding: clamp(56px, 6vw, 96px) clamp(20px, 5vw, 64px) !important;
}

/* ===== Pest LP: remove polka-dot decorations from non-hero sections ===== */
.pest-lp .lp-story::before,
.pest-lp .lp-solution::before,
.pest-lp .lp-flow::before,
.pest-lp .lp-animals::before {
  background-image: none !important;
}

/* ===== Pest LP: contact section heading ===== */
/* section-en を小さなラベルスタイルにオーバーライド */
.pest-lp .lp-final-cta .section-en {
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  line-height: 1 !important;
  color: var(--accent, #c28a42) !important;
  margin: 0 0 12px !important;
}

.pest-lp .lp-final-cta h2 {
  color: #102f4d !important;
  font-size: clamp(18px, 2vw, 28px) !important;
  margin: 0 0 12px !important;
  line-height: 1.45 !important;
}

.pest-lp .lp-final-cta p {
  color: #4a5568 !important;
  font-size: 0.9rem !important;
  line-height: 1.7 !important;
}

/* 装飾円をpest-lpコンタクトセクションで非表示 */
.pest-lp .lp-final-cta::after,
.pest-lp .lp-final-cta::before {
  display: none !important;
}

/* ===== Pest LP: contact form layout ===== */
.lp-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: clamp(24px, 3.5vw, 60px);
  max-width: 1100px;
  margin: 0 auto;
  align-items: start;
}

.lp-cta-head {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pest-cta-tel {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 20px 0;
  padding: 16px 20px;
  background: #fff;
  border-radius: 8px;
  border-left: 4px solid var(--accent, #c28a42);
  box-shadow: 0 2px 12px rgba(16, 47, 77, 0.08);
}

.pest-cta-tel-label {
  font-size: 0.78rem;
  color: #66727e;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.pest-tel-link {
  font-size: clamp(26px, 2.6vw, 36px);
  font-weight: 900;
  color: #102f4d;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1.1;
}

.pest-tel-link:hover {
  color: var(--blue, #2f6f9f);
}

.pest-tel-hours {
  font-size: 0.76rem;
  color: #66727e;
}

.pest-cta-free-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}

.pest-cta-free-list span {
  font-size: 0.86rem;
  font-weight: 700;
  color: #102f4d;
}

/* ===== Pest LP: contact form card ===== */
.pest-contact-form {
  background: #fff;
  border-radius: 12px;
  padding: clamp(24px, 3.5vw, 44px);
  box-shadow: 0 6px 40px rgba(16, 47, 77, 0.12);
}

.pest-contact-form .form-heading {
  font-size: 1.05rem;
  font-weight: 800;
  color: #102f4d;
  margin: 0 0 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--accent, #c28a42);
}

.pest-contact-form .form-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 14px;
}

.pest-contact-form label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #2d3748;
}

.form-req {
  display: inline-block;
  font-size: 0.68rem;
  background: #e53e3e;
  color: #fff !important;
  padding: 1px 5px;
  border-radius: 3px;
  margin-left: 6px;
  vertical-align: middle;
  font-weight: 700;
}

.pest-contact-form input,
.pest-contact-form textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #d1dae4;
  border-radius: 6px;
  font-size: 0.95rem;
  color: #2d3748;
  background: #fafbfd;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  box-sizing: border-box;
}

.pest-contact-form input:focus,
.pest-contact-form textarea:focus {
  outline: none;
  border-color: #2f6f9f;
  box-shadow: 0 0 0 3px rgba(47, 111, 159, 0.14);
  background: #fff;
}

.pest-contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.pest-form-submit {
  display: block;
  width: 100%;
  padding: 15px;
  background: #102f4d;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.06em;
  transition:
    background 0.2s,
    transform 0.1s;
  margin-top: 4px;
}

.pest-form-submit:hover {
  background: #1c4a7e;
}

.pest-form-submit:active {
  transform: scale(0.98);
}

.form-privacy {
  font-size: 0.75rem;
  color: #718096;
  text-align: center;
  margin: 10px 0 0;
}

.form-privacy a {
  color: #2f6f9f;
}

@media (max-width: 900px) {
  .lp-cta-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pest-cta-tel {
    margin: 16px 0;
  }
}

/* ===== Pest LP: final hero/contact lock (conflict-safe) ===== */
@media (min-width: 901px) {
  .pest-lp .hero-animal-row {
    bottom: 170px !important;
  }
}

@media (min-width: 1400px) {
  .pest-lp .hero-animal-row {
    bottom: 170px !important;
  }
}

@media (min-width: 901px) {
  .pest-lp .lp-final-cta {
    display: block !important;
    position: relative !important;
    overflow: visible !important;
  }

  .pest-lp .lp-cta-inner {
    display: grid !important;
    grid-template-columns: minmax(360px, 1fr) minmax(500px, 1.18fr) !important;
    gap: clamp(28px, 3.6vw, 56px) !important;
    max-width: 1140px !important;
    align-items: start !important;
  }

  .pest-lp .lp-final-cta .section-en {
    display: inline-block !important;
    font-size: 0.78rem !important;
    letter-spacing: 0.2em !important;
    margin-bottom: 10px !important;
  }

  .pest-lp .lp-final-cta h2 {
    font-size: clamp(22px, 2.1vw, 31px) !important;
    line-height: 1.5 !important;
    max-width: 26em !important;
  }

  .pest-lp .lp-cta-head {
    gap: 2px !important;
  }
}

/* ===== Pest LP: non-hero unified navy-yellow theme ===== */
.pest-lp {
  background: #fff !important;
  --lp-unify-navy: #0b2f63;
  --lp-unify-navy-deep: #06244b;
  --lp-unify-navy-soft: #1f4b86;
  --lp-unify-yellow: #f3c327;
  --lp-unify-orange: #f28a2e;
  --lp-unify-bg: #ffffff;
  --lp-unify-card: #ffffff;
  --lp-unify-line: #c8d7ec;
  --lp-unify-text: #1f2f45;
  --lp-unify-muted: #5f7087;
}

.pest-lp section:not(.pest-lp-hero):not(.lp-emergency):not(.lp-animals) {
  background: var(--lp-unify-bg) !important;
  color: var(--lp-unify-text) !important;
}

.pest-lp .lp-check,
.pest-lp .lp-solution,
.pest-lp .lp-flow,
.pest-lp .lp-final-cta {
  background: linear-gradient(180deg, #f9fbff 0%, #f4f8ff 100%) !important;
}

.pest-lp .lp-story.problem,
.pest-lp .lp-warning,
.pest-lp .lp-reason,
.pest-lp .lp-faq {
  background: #fff !important;
}

.pest-lp .section-heading.center h2 {
  position: relative;
  display: inline-block;
  padding: 0 58px;
}

.pest-lp .section-heading.center h2::before,
.pest-lp .section-heading.center h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 4px;
  transform: translateY(-50%);
  background: var(--lp-unify-yellow);
  border-radius: 999px;
}

.pest-lp .section-heading.center h2::before {
  left: 0;
}

.pest-lp .section-heading.center h2::after {
  right: 0;
}

.pest-lp section:not(.pest-lp-hero) h2,
.pest-lp section:not(.pest-lp-hero) h3 {
  color: var(--lp-unify-navy) !important;
}

.pest-lp section:not(.pest-lp-hero) p,
.pest-lp section:not(.pest-lp-hero) li,
.pest-lp section:not(.pest-lp-hero) span {
  color: var(--lp-unify-text);
}

.pest-lp section:not(.pest-lp-hero) .section-en {
  font-size: clamp(0.62rem, 0.8vw, 0.74rem) !important;
  font-weight: 700 !important;
  letter-spacing: 0.18em !important;
  line-height: 1.2 !important;
  opacity: 0.78 !important;
  margin-bottom: 6px !important;
  color: var(--lp-unify-navy-soft) !important;
}

.pest-lp .symptom-cards article,
.pest-lp .solution-grid article,
.pest-lp .reason-lp-grid article,
.pest-lp .animal-photo-grid article,
.pest-lp .lp-flow .flow-list article,
.pest-lp .lp-faq details,
.pest-lp .warning-copy,
.pest-lp .check-list-lp span,
.pest-lp .pest-contact-form,
.pest-lp .pest-cta-tel {
  background: var(--lp-unify-card) !important;
  border: 1px solid var(--lp-unify-line) !important;
  box-shadow: 0 14px 32px rgba(11, 47, 99, 0.1) !important;
}

.pest-lp .symptom-cards article::before,
.pest-lp .solution-grid article::before,
.pest-lp .reason-lp-grid article::before {
  background: color-mix(
    in srgb,
    var(--lp-unify-yellow) 20%,
    #fff 80%
  ) !important;
}

.pest-lp .symptom-cards span,
.pest-lp .solution-icon,
.pest-lp .lp-faq summary::before,
.pest-lp .warning-list li::before {
  background: var(--lp-unify-navy) !important;
  color: #fff !important;
}

.pest-lp .reason-lp-grid strong,
.pest-lp .animal-photo-grid strong,
.pest-lp .lp-flow .flow-list article span {
  color: var(--lp-unify-orange) !important;
}

.pest-lp .lp-flow .flow-list article {
  border-left: 5px solid var(--lp-unify-yellow) !important;
}

.pest-lp .lp-emergency,
.pest-lp .lp-animals {
  background:
    linear-gradient(rgba(6, 36, 75, 0.93), rgba(6, 36, 75, 0.93)),
    linear-gradient(135deg, var(--lp-unify-navy), var(--lp-unify-navy-deep)) !important;
  color: #fff !important;
}

.pest-lp .lp-emergency .section-en,
.pest-lp .lp-animals .section-en {
  color: var(--lp-unify-yellow) !important;
}

.pest-lp .lp-emergency h2,
.pest-lp .lp-emergency p,
.pest-lp .lp-animals h2,
.pest-lp .lp-animals > div p,
.pest-lp .lp-animals .photo-credit {
  color: #fff !important;
}

.pest-lp .lp-animals .animal-photo-grid strong {
  color: var(--lp-unify-navy) !important;
}

.pest-lp .lp-animals .animal-photo-grid span {
  color: var(--lp-unify-muted) !important;
}

/* Ensure dark sections keep high-contrast headings over the navy background */
.pest-lp section.lp-emergency .section-en,
.pest-lp section.lp-animals .section-en {
  color: var(--lp-unify-yellow) !important;
  opacity: 0.95 !important;
}

.pest-lp section.lp-animals h2 {
  color: #f2f7ff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28) !important;
}

.pest-lp section.lp-animals > div p,
.pest-lp section.lp-animals .photo-credit {
  color: #e0ebff !important;
}

.pest-lp .lp-emergency a,
.pest-lp .pest-form-submit {
  background: linear-gradient(180deg, #ffd84a 0%, #f3bf11 100%) !important;
  color: var(--lp-unify-navy) !important;
  border: 1px solid #e6b400 !important;
  box-shadow: 0 8px 20px rgba(11, 47, 99, 0.16) !important;
}

.pest-lp .lp-emergency a:hover,
.pest-lp .pest-form-submit:hover {
  background: linear-gradient(180deg, #ffe06f 0%, #f7c725 100%) !important;
}

.pest-lp .pest-contact-form .form-heading {
  color: var(--lp-unify-navy) !important;
  border-bottom: 2px solid var(--lp-unify-yellow) !important;
}

.pest-lp .pest-contact-form label,
.pest-lp .pest-cta-free-list span,
.pest-lp .pest-tel-link {
  color: var(--lp-unify-navy) !important;
}

.pest-lp .pest-cta-tel-label,
.pest-lp .pest-tel-hours,
.pest-lp .lp-final-cta p,
.pest-lp .form-privacy {
  color: var(--lp-unify-muted) !important;
}

/* Pest LP: add visual rhythm from TROUBLE through REASON */
.pest-lp .lp-story.problem {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(64px, 7vw, 104px) max(20px, calc((100% - 1180px) / 2)) !important;
  background: linear-gradient(
    90deg,
    #fff 0%,
    #fff 56%,
    #f7f9fc 56%,
    #f7f9fc 100%
  ) !important;
}

.pest-lp .lp-check {
  background:
    linear-gradient(
      180deg,
      rgba(244, 248, 252, 0.96),
      rgba(238, 244, 249, 0.96)
    ),
    repeating-linear-gradient(
      90deg,
      rgba(16, 47, 77, 0.05) 0 1px,
      transparent 1px 48px
    ) !important;
}

.pest-lp .lp-warning {
  background:
    linear-gradient(90deg, rgba(9, 34, 62, 0.9), rgba(9, 34, 62, 0.74)),
    url("assets/img/pest-warning-attic-inspection.png") center / cover !important;
}

.pest-lp .lp-solution {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(68px, 7vw, 108px) max(20px, calc((100% - 1180px) / 2)) !important;
  background: linear-gradient(135deg, #f7f9fc 0%, #edf3f8 100%) !important;
}

.pest-lp .solution-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(320px, 0.95fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  margin-top: clamp(28px, 4vw, 48px);
}

.pest-lp .solution-illustration,
.pest-lp .reason-illustration {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(16, 47, 77, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 47, 77, 0.12);
}

.pest-lp .solution-illustration img,
.pest-lp .reason-illustration img {
  display: block;
  width: 100%;
  height: auto;
}

.pest-lp .solution-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.pest-lp .solution-grid article {
  display: grid;
  grid-template-columns: 56px 1fr;
  column-gap: 16px;
  align-items: start;
  min-height: 0;
  padding: 22px 24px !important;
  border-left: 5px solid var(--lp-unify-yellow) !important;
  border-radius: 8px !important;
}

.pest-lp .solution-grid article h3,
.pest-lp .solution-grid article p {
  grid-column: 2;
}

.pest-lp .solution-icon {
  grid-row: 1 / span 2;
  width: 44px !important;
  height: 44px !important;
  margin: 0 !important;
  border-radius: 50% !important;
}

.pest-lp .lp-reason {
  width: 100% !important;
  margin: 0 !important;
  padding: clamp(68px, 7vw, 108px) max(20px, calc((100% - 1180px) / 2)) !important;
  background: linear-gradient(
    90deg,
    #102f4d 0%,
    #102f4d 38%,
    #fff 38%,
    #fff 100%
  ) !important;
}

.pest-lp .reason-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 4vw, 62px);
  align-items: center;
}

.pest-lp .reason-content {
  padding: clamp(24px, 3vw, 42px);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(16, 47, 77, 0.1);
}

.pest-lp .reason-content .section-heading {
  margin-bottom: 26px;
}

.pest-lp .reason-lp-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.pest-lp .reason-lp-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 62px 1fr;
  column-gap: 16px;
  padding: 18px 20px !important;
  border: 1px solid rgba(16, 47, 77, 0.14) !important;
  border-left: 5px solid var(--lp-unify-orange) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

.pest-lp .reason-lp-grid strong {
  grid-row: 1 / span 2;
  font-size: 25px !important;
  color: var(--lp-unify-navy) !important;
}

.pest-lp .reason-lp-grid h3,
.pest-lp .reason-lp-grid p {
  grid-column: 2;
}

@media (max-width: 900px) {
  .pest-lp .lp-story.problem {
    background: #fff !important;
  }

  .pest-lp .solution-layout,
  .pest-lp .reason-layout {
    grid-template-columns: 1fr;
  }

  .pest-lp .lp-reason {
    background: #fff !important;
  }

  .pest-lp .reason-content {
    padding: 0;
    box-shadow: none;
  }
}

.pest-banner-section {
  width: min(1180px, calc(100% - 40px));
  margin: 64px auto 0;
}

.pest-banner-link {
  display: block;
  overflow: hidden;
  background: #071b2e;
  box-shadow: 0 18px 44px rgba(7, 27, 46, 0.18);
}

.pest-banner-link img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .pest-banner-section {
    width: calc(100% - 24px);
    margin-top: 42px;
  }
}

/* Top page polish: trust proof and calmer case presentation */
.trust-strip {
  width: min(1180px, calc(100% - 40px));
  margin: 72px auto 0;
}

.trust-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #fff;
  border: 1px solid rgba(16, 47, 77, 0.12);
  box-shadow: 0 18px 42px rgba(16, 47, 77, 0.08);
}

.trust-strip article {
  min-width: 0;
  padding: 24px 22px;
  border-left: 1px solid rgba(16, 47, 77, 0.1);
}

.trust-strip article:first-child {
  border-left: 0;
}

.trust-strip span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.trust-strip strong {
  display: block;
  color: var(--navy);
  font-size: 17px;
  line-height: 1.45;
}

.trust-strip p {
  margin: 10px 0 0;
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.8;
}

.home-page .works .section-heading p {
  color: var(--text-muted);
}

/* Pest LP mobile conversion support */
.pest-sticky-cta {
  display: none;
}

@media (max-width: 900px) {
  .trust-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-strip article:nth-child(odd) {
    border-left: 0;
  }

  .trust-strip article:nth-child(n + 3) {
    border-top: 1px solid rgba(16, 47, 77, 0.1);
  }
}

@media (max-width: 760px) {
  .pest-lp {
    padding-bottom: 76px;
  }

  .pest-sticky-cta {
    position: fixed;
    right: 12px;
    bottom: 12px;
    left: 12px;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 8px;
    background: rgba(7, 27, 46, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(7, 27, 46, 0.26);
    backdrop-filter: blur(8px);
  }

  .pest-sticky-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 10px;
    color: #071b2e;
    background: #ffd84a;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
  }

  .pest-sticky-cta a + a {
    color: #102f4d;
    background: #fff;
  }
}

@media (max-width: 640px) {
  .trust-strip {
    width: calc(100% - 24px);
    margin-top: 44px;
  }

  .trust-strip-inner {
    grid-template-columns: 1fr;
  }

  .trust-strip article,
  .trust-strip article:nth-child(odd) {
    border-left: 0;
  }

  .trust-strip article + article {
    border-top: 1px solid rgba(16, 47, 77, 0.1);
  }
}

/* Company page */
.company-hero {
  width: 100%;
  margin: 0;
  padding: clamp(92px, 10vw, 138px) max(20px, calc((100% - 1180px) / 2))
    clamp(64px, 7vw, 92px);
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(7, 27, 46, 0.94) 0%,
      rgba(7, 27, 46, 0.82) 48%,
      rgba(7, 27, 46, 0.64) 100%
    ),
    url("assets/img/home-hero-maintenance.png") center / cover;
}

.company-hero .section-en,
.company-hero h1,
.company-hero p:last-child {
  color: #fff;
}

.company-hero h1 {
  font-size: clamp(32px, 4.8vw, 52px);
}

.company-hero .section-en {
  font-size: clamp(30px, 3.4vw, 44px);
  color: rgba(255, 255, 255, 0.72);
}

.company-message-copy .section-en,
.company-detail-section .section-en,
.company-cta .section-en {
  font-size: clamp(28px, 3.2vw, 44px);
}

.company-hero p:last-child {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.86);
}

.company-message {
  width: min(1180px, calc(100% - 40px));
  margin: 82px auto 0;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.company-message-photo {
  overflow: hidden;
  background: var(--steel);
  box-shadow: var(--shadow);
}

.company-message-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.company-message-copy {
  padding: clamp(28px, 4vw, 52px);
  background: #fff;
  border: 1px solid rgba(16, 47, 77, 0.12);
  box-shadow: 0 18px 42px rgba(16, 47, 77, 0.08);
}

.company-message-copy h2 {
  margin-top: 0;
  color: var(--navy);
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.45;
}

.company-message-copy p {
  color: var(--text);
  line-height: 2;
}

.company-detail-section {
  width: min(1180px, calc(100% - 40px));
  margin: 88px auto 0;
}

.company-table-page {
  margin-top: 34px;
}

.company-table-page a {
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.company-more {
  width: min(1180px, calc(100% - 40px));
  margin: 24px auto 0;
  text-align: right;
}

.company-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 82px auto;
  padding: clamp(30px, 4vw, 48px);
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  background: var(--navy);
  color: #fff;
}

.company-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 30px);
}

.company-cta p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 820px) {
  .company-message {
    grid-template-columns: 1fr;
    margin-top: 54px;
  }

  .company-message-copy {
    padding: 28px;
  }

  .company-cta {
    display: block;
  }

  .company-cta .button {
    margin-top: 22px;
  }
}

@media (max-width: 640px) {
  .company-message,
  .company-detail-section,
  .company-cta,
  .company-more {
    width: calc(100% - 24px);
  }

  .company-more {
    text-align: left;
  }
}
