.test-strips-page {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 28px 20px 56px;
  box-sizing: border-box;
}

body:has(.nav-rail.is-rail) .test-strips-page {
  padding-left: 40px;
}


:root.entry-native-shell body:has(.nav-rail.is-rail) .test-strips-page {
  padding-left: 20px;
}

.test-strips-page__inner {
  width: 100%;
}

.test-strips-page__content {
  width: min(1200px, 100%);
  margin: 0 auto;
}

.test-strips-page__intro-title {
  max-width: 473px;
  margin: 0 auto 1em;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: manual;
          hyphens: manual;
}

.test-strips-page__intro-body {
  margin: 0 auto;
  max-width: 473px;
  padding-bottom: 2em;
  color: #666;
  color: var(--sub, #666);
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: manual;
          hyphens: manual;
}

.test-strips-page__section {
  margin-top: 18px;
}

.test-strips-page__section h3 {
  margin: 0 0 0.6em;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: manual;
          hyphens: manual;
}

.test-strips-page__section p {
  margin: 0;
  color: #666;
  color: var(--sub, #666);
  line-height: 1.55;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: manual;
          hyphens: manual;
}

.test-strips-features {
  display: grid;
  grid-gap: 18px;
  gap: 18px;
  margin-top: 18px;
}

.test-strips-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 100px;
}

.test-strips-action-btn {
  min-width: 220px;
  padding: 14px 22px;
  border: 1px solid color-mix(in srgb, #111 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--fg, #111) 14%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, #fff 92%, transparent);
  background: color-mix(in srgb, var(--card, #fff) 92%, transparent);
  color: #111;
  color: var(--fg, #111);
  font: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.test-strips-action-btn:hover {
  background: color-mix(in srgb, #111 6%, transparent);
  background: color-mix(in srgb, var(--fg, #111) 6%, transparent);
}

.test-strips-action-btn:active {
  transform: translateY(1px);
}

.theme-dark .test-strips-action-btn {
  background: rgba(255, 255, 255, 0.04);
  color: #f5f5f5;
  color: var(--fg, #f5f5f5);
  border-color: rgba(255, 255, 255, 0.12);
}

@media (min-width: 1081px) {
  .test-strips-actions {
    padding-top: 2em;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .test-strips-actions {
    padding-top: 1em;
  }
}

.test-strips-feature {
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 1.08fr);
  grid-gap: 18px;
  gap: 18px;
  align-items: center;
  padding: 8px 0;
}

.test-strips-feature.is-reversed .test-strips-feature__media {
  order: 2;
}

.test-strips-feature.is-reversed .test-strips-feature__copy {
  order: 1;
}

.test-strips-feature__media {
  width: 100%;
}

.test-strips-feature__visual {
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  isolation: isolate;
}

.test-strips-feature__visual::after {
  content: "";
  position: absolute;
  inset: auto 8% 6% 8%;
  height: 14%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.16), transparent 68%);
  filter: blur(16px);
  opacity: 0.45;
  z-index: 0;
}

.test-strips-feature__asset {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  will-change: transform;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.test-strips-feature__visual--baggy-cup .test-strips-feature__asset--cup,
.test-strips-feature__visual--hand-cup .test-strips-feature__asset--cup {
  left: 34.5%;
  bottom: calc(10% + 50px);
  width: 31%;
  z-index: 1;
}

.test-strips-feature__visual--cup-scale .test-strips-feature__asset--cup-scale {
  left: 34.5%;
  bottom: calc(10% + 100px);
  width: 31%;
  z-index: 1;
  transform: scale(calc(0.5 + var(--feature-progress) * 0.5));
  transform-origin: 50% 50%;
}

.test-strips-feature__visual--baggy-cup .test-strips-feature__asset--baggy {
  top: calc(24% - 50px);
  right: 54%;
  width: 30.82%;
  z-index: 2;
  transform:
    translateY(calc((1 - var(--feature-progress)) * -10%))
    translateX(calc(var(--feature-progress) * -42%))
    rotate(calc(var(--feature-progress) * 90deg));
  transform-origin: 82% 92%;
}

.test-strips-feature__visual--hand-cup .test-strips-feature__asset--hand {
  top: calc(4% + 80px);
  left: calc(13% + 165px);
  width: 49.58%;
  z-index: 2;
  transform: translateY(calc((1 - var(--feature-progress)) * -32%));
}

.test-strips-feature__visual--clock .test-strips-feature__asset--clock {
  left: 32.5%;
  top: 24%;
  width: 35%;
  z-index: 1;
}

.test-strips-feature__visual--clock .test-strips-feature__asset--minutes {
  right: calc(24% - 30px);
  bottom: calc(24% + 55px);
  width: 17%;
  z-index: 2;
  transform:
    translateX(calc(var(--feature-progress) * -48%))
    translateY(calc(var(--feature-progress) * -20%))
    scale(calc(0.66 + var(--feature-progress) * 0.34));
}

.test-strips-feature__visual--strips .test-strips-feature__asset--strips {
  left: 50%;
  top: 50%;
  width: 101.08%;
  z-index: 2;
  transform:
    translateX(-50%)
    translateY(-50%)
    rotate(-90deg)
    scale(calc(0.6 + var(--feature-progress) * 0.4));
  transform-origin: 50% 50%;
}

.test-strips-feature__copy h3 {
  margin: 0 0 1em;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: manual;
          hyphens: manual;
}

.test-strips-feature__copy p {
  margin: 0;
  color: #666;
  color: var(--sub, #666);
  font-size: 17px;
  line-height: 24px;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: manual;
          hyphens: manual;
}

.test-strips-feature.is-mobile-nav {
  grid-template-columns: 1fr;
}

.test-strips-feature.is-mobile-nav .test-strips-feature__media,
.test-strips-feature.is-mobile-nav .test-strips-feature__copy,
.test-strips-feature.is-reversed.test-strips-feature.is-mobile-nav .test-strips-feature__media,
.test-strips-feature.is-reversed.test-strips-feature.is-mobile-nav .test-strips-feature__copy {
  order: initial;
}

@media (max-width: 1080px) {
  .test-strips-feature {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "media";
    justify-items: center;
  }

  .test-strips-feature.is-reversed .test-strips-feature__media,
  .test-strips-feature.is-reversed .test-strips-feature__copy {
    order: initial;
  }

  .test-strips-feature__media,
  .test-strips-feature__copy {
    max-width: 473px;
  }

  .test-strips-feature__copy {
    grid-area: copy;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .test-strips-feature__copy h3,
  .test-strips-page__intro-title {
    padding-bottom: 1em;
  }

  .test-strips-feature__media {
    grid-area: media;
    margin-top: 2em;
  }

  .test-strips-feature__copy.is-urine-prep {
    transform: translateY(2em);
  }

  .test-strips-actions {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .test-strips-page {
    padding-inline: 16px;
  }

  .test-strips-page__intro-title {
    margin: 0 auto;
    max-width: 340px;
    line-height: normal;
  }

  .test-strips-page__intro-body {
    max-width: 340px;
  }

  .test-strips-feature__media,
  .test-strips-feature__copy {
    max-width: 340px;
  }

  .test-strips-feature__copy h3 {
    margin: 0;
    max-width: 340px;
    line-height: normal;
  }
}

@media (max-width: 885px) {
  .test-strips-feature__visual--hand-cup .test-strips-feature__asset--hand {
    top: calc(4% + 40px);
    left: calc(13% + 115px);
    transform: translateY(calc((1 - var(--feature-progress)) * -38%));
  }
}

@media (min-width: 1081px) {
  .test-strips-feature__visual--hand-cup .test-strips-feature__asset--hand {
    top: calc(4% + 110px);
    left: calc(13% + 185px);
    transform: translateY(calc((1 - var(--feature-progress)) * -32%));
  }

  .test-strips-feature__visual--strips .test-strips-feature__asset--strips {
    transform:
      translateX(-50%)
      translateY(-50%)
      rotate(-90deg)
      scale(calc(0.6 + var(--feature-progress) * 0.3));
  }
}

