.intruder-hero {
  padding: 3.5rem 0 2.75rem;
  background: #f8fafc;
}

.intruder-banner-wrap {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(15, 23, 42, .08);
}

.intruder-banner-img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  object-position: center;
}

.intruder-banner-copy {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: min(520px, calc(100% - 4rem));
  padding: 1.4rem;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  background: rgba(15, 23, 42, .86);
  box-shadow: 0 18px 44px rgba(15, 23, 42, .2);
}

.intruder-eyebrow,
.intruder-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: .35rem .8rem;
  border: 1px solid rgba(171, 116, 66, .28);
  border-radius: 999px;
  background: rgba(171, 116, 66, .1);
  color: #8a572f;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.intruder-hero h1 {
  max-width: 720px;
  margin: 1rem 0;
  color: #fff;
  font-size: clamp(2.25rem, 5vw, 4.4rem);
  font-weight: 900;
  line-height: 1.05;
}

.intruder-hero p,
.intruder-card p,
.intruder-step p,
.intruder-related p {
  color: #64748b;
  line-height: 1.58;
}

.intruder-hero .intruder-banner-copy p {
  color: rgba(255, 255, 255, .86);
}

.intruder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 1.5rem;
}

.intruder-banner-copy .btn-outline-primary {
  border-color: rgba(255, 255, 255, .85);
  color: #fff;
}

.intruder-banner-copy .btn-outline-primary:hover {
  border-color: #ab7442;
  background: #ab7442;
  color: #fff;
}

.intruder-visual {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 8px;
  background:
    radial-gradient(circle at 75% 20%, rgba(171, 116, 66, .22), transparent 32%),
    linear-gradient(135deg, #0f172a 0%, #16213f 64%, #ab7442 100%);
}

.intruder-panel {
  position: absolute;
  top: 74px;
  left: 50%;
  display: grid;
  width: 150px;
  height: 190px;
  place-items: center;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .22);
}

.intruder-panel i {
  color: #0f172a;
  font-size: 3.2rem;
}

.intruder-panel::after {
  position: absolute;
  right: 22px;
  bottom: 24px;
  width: 56px;
  height: 44px;
  content: "";
  border-radius: 6px;
  background:
    linear-gradient(#94a3b8 0 0) 8px 8px / 9px 9px no-repeat,
    linear-gradient(#94a3b8 0 0) 24px 8px / 9px 9px no-repeat,
    linear-gradient(#94a3b8 0 0) 40px 8px / 9px 9px no-repeat,
    linear-gradient(#94a3b8 0 0) 8px 26px / 9px 9px no-repeat,
    linear-gradient(#94a3b8 0 0) 24px 26px / 9px 9px no-repeat,
    linear-gradient(#94a3b8 0 0) 40px 26px / 9px 9px no-repeat;
}

.intruder-sensor,
.intruder-siren {
  position: absolute;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 15px 35px rgba(0, 0, 0, .2);
}

.intruder-sensor {
  width: 78px;
  height: 78px;
  border-radius: 999px;
}

.intruder-sensor::before {
  width: 34px;
  height: 18px;
  content: "";
  border: 3px solid #ab7442;
  border-top: 0;
  border-radius: 0 0 999px 999px;
}

.intruder-sensor-one {
  top: 44px;
  right: 58px;
}

.intruder-sensor-two {
  bottom: 52px;
  left: 52px;
}

.intruder-siren {
  right: 62px;
  bottom: 54px;
  width: 92px;
  height: 92px;
  border-radius: 8px;
  color: #ab7442;
  font-size: 2rem;
}

.intruder-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(12px);
}

.intruder-nav .container {
  display: flex;
  gap: .5rem;
  overflow-x: auto;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.intruder-nav a {
  flex: 0 0 auto;
  padding: .55rem .9rem;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 999px;
  color: #0f172a;
  font-weight: 800;
  text-decoration: none;
}

.intruder-nav a:hover {
  border-color: rgba(171, 116, 66, .45);
  color: #8a572f;
}

.intruder-narrow {
  max-width: 760px;
}

.intruder-kit-section {
  background: #fff;
}

.intruder-kit-panel {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(300px, 1.15fr);
  gap: 2rem;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #f8fafc;
  box-shadow: 0 16px 44px rgba(15, 23, 42, .07);
}

.intruder-kit-copy {
  padding: .75rem;
}

.intruder-kit-copy h2 {
  margin: 1rem 0;
  color: #0f172a;
}

.intruder-check-list {
  display: grid;
  gap: .75rem;
  margin: 1.25rem 0;
  padding: 0;
  list-style: none;
}

.intruder-check-list li {
  position: relative;
  padding-left: 1.9rem;
  color: #0f172a;
  font-weight: 750;
  line-height: 1.45;
}

.intruder-check-list li::before {
  position: absolute;
  top: .05rem;
  left: 0;
  display: grid;
  width: 1.2rem;
  height: 1.2rem;
  place-items: center;
  border-radius: 999px;
  background: #ab7442;
  color: #fff;
  content: "\2713";
  font-size: .75rem;
  font-weight: 900;
}

.intruder-note {
  margin: 0;
  color: #64748b;
  font-size: .95rem;
}

.intruder-kit-btn {
  margin-top: 1.15rem;
}

.intruder-kit-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}

.intruder-kit-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.intruder-card,
.intruder-step,
.intruder-related {
  height: 100%;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .06);
}

.intruder-card {
  padding: 1.35rem;
}

.intruder-card i,
.intruder-related i {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 8px;
  background: rgba(171, 116, 66, .12);
  color: #ab7442;
  font-size: 1.35rem;
}

.intruder-card h3,
.intruder-step h3,
.intruder-related h3 {
  color: #0f172a;
  font-size: 1.08rem;
  font-weight: 900;
}

.intruder-site-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.intruder-site-grid div {
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 8px;
  background: #fff;
  color: #0f172a;
  font-weight: 850;
}

.intruder-step {
  padding: 1.4rem;
}

.intruder-step span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
  place-items: center;
  border-radius: 999px;
  background: #0f172a;
  color: #fff;
  font-weight: 900;
}

.intruder-related {
  display: block;
  padding: 1.35rem;
  color: inherit;
  text-decoration: none;
}

.intruder-related strong {
  color: #ab7442;
}

.intruder-cta {
  background: #f8fafc;
}

@media (max-width: 991.98px) {
  .intruder-kit-panel {
    grid-template-columns: 1fr;
  }

  .intruder-banner-wrap {
    min-height: 460px;
  }

  .intruder-banner-img {
    min-height: 460px;
    object-position: center bottom;
  }

  .intruder-banner-copy {
    top: 1rem;
    right: 1rem;
    width: min(500px, calc(100% - 2rem));
  }
}

@media (max-width: 575.98px) {
  .intruder-hero {
    padding: 2rem 0;
  }

  .intruder-banner-wrap {
    min-height: auto;
  }

  .intruder-banner-img {
    min-height: 420px;
    object-position: center bottom;
  }

  .intruder-banner-copy {
    position: static;
    width: 100%;
    border-radius: 0;
    background: #0f172a;
  }

  .intruder-hero h1 {
    font-size: 2.25rem;
  }

  .intruder-actions .btn,
  .intruder-cta .btn {
    width: 100%;
  }

  .intruder-site-grid {
    grid-template-columns: 1fr;
  }

  .intruder-panel {
    width: 130px;
    height: 168px;
  }
}
