.page-detection {
  background: var(--c-beige);
}

.page-detection .section-dark {
  background: var(--c-black);
}

.page-detection .detection-hero {
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.page-detection .section-light {
  background: var(--c-beige);
}

.page-detection .detection-feature--white {
  background: var(--c-white);
}

.page-detection .text-jizo {
  color: var(--c-jizo);
}

.page-detection .detection-kicker {
  margin: 0;
  font-family: "GT Flexa", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.page-detection .detection-kicker--yellow {
  color: var(--c-jizo);
}

.page-detection .detection-kicker--purple {
  color: var(--c-hoshi);
}

.page-detection .detection-title,
.page-detection .detection-h2 {
  margin: 0;
  font-family: "GT Flexa", sans-serif;
  font-size: clamp(1.9rem, 3vw + 0.75rem, 3.85rem);
  line-height: 1.02;
  text-transform: uppercase;
  color: var(--c-black);
}

.page-detection .detection-title {
  color: var(--c-white);
}

.page-detection .detection-title__accent {
  color: var(--c-jizo);
}

.page-detection .detection-h2 span {
  color: var(--c-hoshi);
}

.page-detection .detection-h2--dark {
  color: var(--c-white);
}

.page-detection .detection-h2--dark span {
  color: var(--c-jizo);
}

.page-detection .detection-h2--white {
  color: var(--c-white);
}

.page-detection .detection-lead {
  margin: 0;
  font-family: "inter", sans-serif;
  font-size: clamp(0.92rem, 0.4vw + 0.8rem, 1.05rem);
  line-height: 1.45;
  color: #515151;
  max-width: 62ch;
}

.page-detection .detection-lead--dark {
  color: #e0e0e0;
}

.page-detection .detection-lead--compact-dark {
  font-size: clamp(0.88rem, 0.3vw + 0.8rem, 0.96rem);
}

.page-detection .detection-lead--compact {
  font-size: clamp(0.9rem, 0.3vw + 0.8rem, 0.98rem);
}

.page-detection .detection-hero .detection-lead {
  color: var(--c-white);
  font-size: clamp(0.92rem, 0.4vw + 0.8rem, 1.05rem);
}

.page-detection .detection-hero .btn-jizo {
  font-family: "GT Flexa", sans-serif;
  text-transform: uppercase;
}

.page-detection .detection-btn-muted {
  background: #b7b7b7;
  color: #f3f3f3;
}

.page-detection .detection-btn-muted:hover {
  background: #949494;
  color: var(--c-white);
}

.page-detection .btn-jizo--yellow:hover {
  background: var(--c-white);
  color: var(--c-black);
}

.page-detection .detection-btn-light {
  background: var(--c-white);
  color: var(--c-black);
  border: 2px solid var(--c-white);
}

.page-detection .detection-btn-light:hover {
  background: transparent;
  color: var(--c-black);
  border-color: var(--c-black);
}

.page-detection .detection-hero__figure,
.page-detection .detection-figure {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

.page-detection .detection-steps__grid {
  position: relative;
}

.page-detection .detection-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 1rem;
}

.page-detection .detection-step > * {
  margin-bottom: 1rem;
}

.page-detection .detection-step > *:last-child {
  margin-bottom: 0;
}

.page-detection .detection-step__icon-wrap {
  width: 108px;
  height: 108px;
  border-radius: 999px;
  border: 1px solid #d8d8d8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f5f4f0;
  margin-bottom: 1.5rem;
}

.page-detection .detection-step__icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  filter: grayscale(100%) saturate(0) contrast(0.9) brightness(0.58);
  opacity: 1;
}

.page-detection .detection-step__overline {
  font-family: "inter-bold", sans-serif;
  text-transform: uppercase;
  color: #9f9f9f;
  font-size: 1rem;
}

.page-detection .detection-step__title {
  font-family: "GT Flexa", sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 1;
  color: #2a2a2a;
}

.page-detection .detection-step__text {
  margin: 0 auto;
  max-width: 30ch;
  color: #4d4d4d;
  font-size: 0.96rem;
  line-height: 1.45;
}

.page-detection .detection-points {
  display: flex;
  flex-direction: column;
  gap: 1.9rem;
}

.page-detection .detection-point__head {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 0.75rem;
}

.page-detection .detection-point__icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.page-detection .section-dark .detection-point__icon {
  filter: invert(94%) sepia(50%) saturate(853%) hue-rotate(343deg) brightness(104%) contrast(103%);
}

.page-detection .detection-points--purple .detection-point__icon {
  filter: invert(44%) sepia(76%) saturate(1648%) hue-rotate(236deg) brightness(101%) contrast(93%);
}

.page-detection .detection-point__title {
  margin: 0;
  font-family: "GT Flexa", sans-serif;
  text-transform: uppercase;
  color: #f0f0f0;
  font-size: 1.45rem;
  line-height: 1;
}

.page-detection .detection-point__text {
  margin: 0;
  color: #d4d4d4;
  font-size: 0.96rem;
  line-height: 1.45;
  padding-left: 2.2rem;
}

.page-detection .detection-point--light .detection-point__title {
  color: #2b2b2b;
}

.page-detection .detection-point--light .detection-point__text {
  color: #505050;
}

.page-detection .detection-table {
  border: 1px solid #d5d5d5;
  background: #f7f7f3;
}

.page-detection .detection-table__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.page-detection .detection-table__row:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}

.page-detection .detection-table__cell {
  padding: 1.6rem;
}

.page-detection .detection-table__cell--left {
  border-right: 1px solid #d5d5d5;
}

.page-detection .detection-table__cell--right {
  background: #202124;
}

.page-detection .detection-table__row--head .detection-table__cell {
  font-family: "GT Flexa", sans-serif;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.page-detection .detection-table__row--head .detection-table__cell--right {
  color: var(--c-white);
}

.page-detection .detection-table__row--head .detection-table__cell--left {
  color: #2e2e2e;
}

.page-detection .detection-table__label {
  margin: 0;
  font-family: "inter-bold", sans-serif;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  color: #8b8b8b;
}

.page-detection .detection-table__text {
  margin: 0;
  color: #505050;
  font-size: 1.02rem;
  line-height: 1.35;
}

.page-detection .detection-table__cell--right .detection-table__text {
  color: var(--c-white);
}

.page-detection .detection-table__cell--right .detection-table__label {
  color: var(--c-white);
}

.page-detection .detection-platform__top {
  background: linear-gradient(120deg, #8e49f5 0%, #9756ff 58%, #8646ec 100%);
}

.page-detection .detection-platform__bottom {
  background: var(--c-jizo);
}

.page-detection .detection-platform__top .container,
.page-detection .detection-platform__bottom .container {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.page-detection .detection-platform .detection-h2 {
  font-size: clamp(1.5rem, 2vw + 0.6rem, 2.65rem);
}

.page-detection .detection-platform__top .detection-h2 {
  color: var(--c-white);
}

.page-detection .detection-h2--small {
  font-size: clamp(1.25rem, 1.75vw + 0.7rem, 2rem);
}

.page-detection .detection-modules {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.page-detection .detection-module {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 6px;
  padding: 0.7rem 1rem;
  text-decoration: none;
  text-align: center;
  font-family: "GT Flexa", sans-serif;
  text-transform: uppercase;
  font-size: 0.98rem;
  line-height: 1;
  color: #e9ddff;
  background: rgba(255, 255, 255, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.page-detection .detection-module:hover,
.page-detection .detection-module:focus-visible,
.page-detection .detection-module.is-active {
  color: #fff;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(35, 10, 75, 0.22);
}

.page-detection .detection-module:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.page-detection .detection-usage {
  background: var(--c-beige);
}

.page-detection .detection-usage__image {
  width: 100%;
  min-height: 260px;
  max-height: 420px;
  object-fit: cover;
  display: block;
  border: 1px solid #5f5f5f;
}

.page-detection .detection-blog {
  background: var(--c-white);
}

.page-detection .detection-blog .post-card {
  background: #f5f4ee;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.page-detection .detection-blog .post-card-link:hover .post-card,
.page-detection .detection-blog .post-card-link:focus-visible .post-card {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991.98px) {
  .page-detection .detection-hero {
    min-height: auto;
  }

  .page-detection .detection-hero__figure,
  .page-detection .detection-figure {
    margin-top: 0.5rem;
  }

  .page-detection .detection-table__row {
    grid-template-columns: 1fr;
  }

  .page-detection .detection-table__cell--left {
    border-right: 0;
    border-bottom: 1px solid #d5d5d5;
  }

  .page-detection .detection-table__row--head .detection-table__cell--left {
    border-bottom: 1px solid #d5d5d5;
  }

  .page-detection .detection-table__row--head .detection-table__cell {
    font-size: 1.5rem;
  }

  .page-detection .detection-modules {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .page-detection .detection-step {
    padding: 0;
  }

  .page-detection .detection-step__title {
    font-size: 1.5rem;
  }

  .page-detection .detection-point__title {
    font-size: 1.5rem;
  }

  .page-detection .detection-point__text {
    padding-left: 0;
  }

  .page-detection .detection-modules {
    grid-template-columns: 1fr;
  }
}
