/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer theme {
  :root, :host {
    --font-sans: "Avenir Next", "Segoe UI", Helvetica, Arial, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .static {
    position: static;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .table {
    display: table;
  }

  .resize {
    resize: both;
  }

  .italic {
    font-style: italic;
  }
}

:root {
  --ink: #071d32;
  --navy: #0b2742;
  --teal: #0d8d8a;
  --aqua: #43d5cb;
  --coral: #ff775f;
  --mist: #eef8f7;
  --cream: #f7f5ef;
  --line: #071d3224;
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 110px;
}

body {
  color: var(--ink);
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  margin: 0;
  font-family: Avenir Next, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body[data-menu-open] {
  overflow: hidden;
}

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

.icon {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7px;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
  width: 1em;
  height: 1em;
  display: block;
  overflow: visible;
}

.svg-symbols {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.icon-arrow {
  width: 16px;
  height: 16px;
  transition: transform .24s cubic-bezier(.22, 1, .36, 1);
}

a:hover > .icon-arrow, .button:hover > .icon-arrow {
  transform: translate(3px, -2px);
}

.text-link:hover > .icon-arrow, .journey__legend a:hover > .icon-arrow, .video-modal__footer a:hover > .icon-arrow {
  transform: translateX(5px);
}

button, a {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible, a:focus-visible, summary:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.skip-link {
  z-index: 999;
  color: #fff;
  background: var(--ink);
  border-radius: 99px;
  padding: 10px 16px;
  transition: transform .18s;
  position: fixed;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  z-index: 50;
  color: #fff;
  position: absolute;
  inset: 0 0 auto;
}

.site-header[data-scrolled] {
  color: var(--ink);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffffeb;
  position: fixed;
  box-shadow: 0 12px 40px #061c3114;
}

.site-header[data-scrolled] .announcement {
  display: none;
}

.announcement {
  letter-spacing: .11em;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff26;
  font-size: 11px;
  font-weight: 700;
}

.announcement__inner {
  justify-content: space-between;
  align-items: center;
  min-height: 34px;
  display: flex;
}

.announcement a {
  color: var(--aqua);
}

.patient-entry {
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.announcement .patient-entry--light {
  color: #fff;
}

.patient-entry__pulse {
  background: currentColor;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 2.4s ease-out infinite patient-pulse;
  box-shadow: 0 0 #43d5cb80;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  min-height: 86px;
  display: flex;
}

.brand {
  align-items: center;
  display: inline-flex;
}

.brand--header {
  width: 214px;
  height: 47px;
  position: relative;
}

.site-header[data-scrolled] .brand--header {
  height: 40px;
}

.brand__switcher {
  display: block;
  position: absolute;
  inset: 0;
}

.brand__lockup {
  object-fit: contain;
  width: 198px;
  height: auto;
  display: block;
}

.brand--header .brand__lockup {
  width: 100%;
  transition: opacity .28s, transform .42s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  inset: 0;
}

.brand__lockup--light {
  opacity: 1;
  transform: translateY(0);
}

.brand__lockup--color {
  opacity: 0;
  transform: translateY(4px);
}

.site-header[data-scrolled] .brand__lockup--light {
  opacity: 0;
  transform: translateY(-4px);
}

.site-header[data-scrolled] .brand__lockup--color {
  opacity: 1;
  transform: translateY(0);
}

.brand--footer .brand__lockup {
  width: 220px;
}

.primary-nav {
  align-items: center;
  gap: 28px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
}

.primary-nav > a:not(.nav-cta) {
  position: relative;
}

.primary-nav > a:not(.nav-cta):after {
  content: "";
  transform-origin: 100%;
  background: currentColor;
  height: 1px;
  transition: transform .22s;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  transform: scaleX(0);
}

.primary-nav > a:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}

.nav-cta {
  color: var(--ink);
  background: var(--aqua);
  border-radius: 99px;
  padding: 11px 17px;
  transition: transform .18s, background .18s;
}

.nav-cta:hover {
  background: #70e6de;
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
}

.hero {
  color: #fff;
  background: var(--ink);
  min-height: 860px;
  position: relative;
  overflow: hidden;
}

.hero__media, .hero__veil, .hero__grid {
  position: absolute;
  inset: 0;
}

.hero__media img {
  object-fit: cover;
  object-position: 52% center;
  width: 100%;
  height: 100%;
}

.hero__media--video {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.hero__veil {
  background: linear-gradient(90deg, #041324f5 0%, #051c32e0 35%, #051c3240 70%, #051c321f 100%), linear-gradient(0deg, #041324b8, #0000 45%);
}

.hero__grid {
  opacity: .12;
  background-image: linear-gradient(#ffffff40 1px, #0000 1px), linear-gradient(90deg, #ffffff40 1px, #0000 1px);
  background-size: 90px 90px;
  -webkit-mask-image: linear-gradient(90deg, #000, #0000 75%);
  mask-image: linear-gradient(90deg, #000, #0000 75%);
}

.hero__inner {
  align-items: center;
  min-height: 720px;
  padding-top: 105px;
  display: flex;
  position: relative;
}

.hero__content {
  width: min(670px, 58%);
}

.eyebrow {
  color: var(--aqua);
  letter-spacing: .16em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
}

.eyebrow > span {
  background: currentColor;
  width: 28px;
  height: 1px;
}

.eyebrow--dark {
  color: var(--teal);
}

.hero h1, .section-heading h2, .testimonial h2, .cta h2 {
  letter-spacing: -.065em;
  margin: 0;
  font-size: clamp(52px, 5.8vw, 82px);
  font-weight: 500;
  line-height: .97;
}

.hero h1 em, .section-heading h2 em, .testimonial h2 em, .cta h2 em {
  color: var(--aqua);
  font-family: Georgia, Times New Roman, serif;
  font-weight: 400;
}

.hero__lead {
  color: #ffffffc7;
  max-width: 580px;
  margin: 30px 0;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.hero__actions, .cta__actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.button {
  letter-spacing: .025em;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 52px;
  padding: 0 22px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s, background .2s, border-color .2s;
  display: inline-flex;
}

.button:hover {
  transform: translateY(-3px);
}

.button--primary {
  color: var(--ink);
  background: var(--aqua);
}

.button--primary:hover {
  background: #7be9e2;
}

.button--ghost {
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffff0f;
  border-color: #ffffff59;
}

.play {
  width: 25px;
  height: 25px;
  color: var(--ink);
  background: #fff;
  border-radius: 50%;
  place-items: center;
  display: grid;
}

.play .icon {
  stroke-width: 2px;
  width: 10px;
  height: 10px;
  margin-left: 1px;
}

.hero__note {
  color: #ffffff8c;
  margin: 22px 0 0;
  font-size: 12px;
}

.hero-equipment {
  z-index: 3;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #05192dc2;
  border: 1px solid #ffffff38;
  border-radius: 3px 28px 3px 3px;
  width: 230px;
  position: absolute;
  bottom: 34px;
  right: 0;
  overflow: hidden;
  box-shadow: 0 28px 70px #00000047;
}

.hero-equipment:after {
  z-index: 2;
  content: "";
  background: linear-gradient(90deg, transparent, var(--aqua), transparent);
  height: 1px;
  box-shadow: 0 0 16px var(--aqua);
  opacity: .7;
  animation: 4.8s ease-in-out infinite equipment-scan;
  position: absolute;
  left: 0;
  right: 0;
}

.hero-equipment__label {
  border-bottom: 1px solid #ffffff21;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  display: flex;
}

.hero-equipment__label > span:last-child {
  color: #ffffff8c;
  letter-spacing: .06em;
  text-transform: uppercase;
  flex-direction: column;
  font-size: 9px;
  display: flex;
}

.hero-equipment__label strong {
  color: #fff;
  letter-spacing: .12em;
  font-size: 10px;
}

.hero-equipment picture, .hero-equipment img {
  width: 100%;
  display: block;
}

.hero-equipment img {
  object-fit: cover;
  filter: saturate(.75) contrast(1.06);
  height: 124px;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1), filter .4s;
}

.hero-equipment:hover img {
  filter: saturate() contrast(1.02);
  transform: scale(1.055);
}

.hero-equipment__code {
  z-index: 3;
  color: var(--aqua);
  letter-spacing: .12em;
  background: #05192dc7;
  padding: 4px 7px;
  font-size: 8px;
  font-weight: 800;
  position: absolute;
  bottom: 8px;
  right: 12px;
}

@keyframes equipment-scan {
  0%, 12% {
    opacity: 0;
    top: 62px;
  }

  25% {
    opacity: .7;
  }

  72% {
    opacity: .65;
    top: calc(100% - 18px);
  }

  88%, 100% {
    opacity: 0;
    top: calc(100% - 18px);
  }
}

.hero__stats {
  z-index: 2;
  border-top: 1px solid #ffffff29;
  grid-template-columns: repeat(3, 1fr) 1.1fr;
  align-items: stretch;
  min-height: 138px;
  display: grid;
  position: relative;
}

.hero-stat {
  border-right: 1px solid #ffffff29;
  flex-direction: column;
  justify-content: center;
  padding: 22px 34px;
  display: flex;
}

.hero-stat:first-child {
  padding-left: 0;
}

.hero-stat strong {
  letter-spacing: -.04em;
  font-size: 28px;
  font-weight: 500;
}

.hero-stat > span {
  color: #fff9;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.hero-stat--status {
  border-right: 0;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.status-dot {
  background: var(--aqua);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 7px #43d5cb21;
}

.trust-strip {
  background: var(--cream);
  border-bottom: 1px solid var(--line);
}

.trust-strip__inner {
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 80px;
  min-height: 150px;
  display: grid;
}

.trust-strip__inner > p {
  color: #071d32b3;
  margin: 0;
  font-size: 17px;
}

.trust-logos {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.trust-logos > span {
  border-left: 1px solid var(--line);
  flex-direction: column;
  padding-left: 18px;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), border-color .35s;
  display: flex;
}

.trust-logos > span:hover {
  border-color: var(--aqua);
  transform: translateY(-5px);
}

.trust-logos strong {
  color: var(--teal);
  letter-spacing: -.04em;
  font-size: 25px;
}

.trust-logos small {
  color: #071d328c;
  font-size: 10px;
}

.section {
  padding: 130px 0;
  position: relative;
}

.technology {
  background: radial-gradient(circle at 92% 14%, #43d5cb17, #0000 24%), #fff;
  overflow: hidden;
}

.technology:before {
  content: "";
  pointer-events: none;
  border: 1px solid #0d8d8a1c;
  border-radius: 50%;
  width: 560px;
  height: 560px;
  animation: 9s ease-in-out infinite orbit-breathe;
  position: absolute;
  top: 8%;
  right: -230px;
  box-shadow: 0 0 0 58px #0d8d8a06, 0 0 0 118px #0d8d8a05;
}

.technology, .process, .patient-hub, .testimonial, .hpv, .faq, .cta, .footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

.split-grid {
  grid-template-columns: minmax(0, 1fr) minmax(420px, .8fr);
  align-items: center;
  gap: clamp(60px, 8vw, 130px);
  display: grid;
}

.section-heading h2, .testimonial h2, .cta h2 {
  color: var(--ink);
  font-size: clamp(43px, 5vw, 68px);
}

.section-heading > p:not(.eyebrow) {
  color: #071d32a6;
  max-width: 650px;
  margin: 26px 0 0;
  font-size: 17px;
}

.section-heading strong {
  color: var(--ink);
}

.text-link {
  color: var(--teal);
  border-bottom: 1px solid;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  padding-bottom: 5px;
  font-size: 13px;
  font-weight: 800;
  display: inline-flex;
}

.precision-card {
  color: #fff;
  background: radial-gradient(circle at 80% 20%, #43d5cb3b, #0000 26%), linear-gradient(145deg, #0d3454, #06192d 68%);
  border-radius: 4px 80px 4px 4px;
  min-height: 590px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 35px 90px #061e3333;
}

.precision-card__halo {
  border: 1px solid #43d5cb40;
  border-radius: 50%;
  width: 380px;
  height: 380px;
  position: absolute;
  bottom: -100px;
  right: -150px;
  box-shadow: 0 0 0 45px #43d5cb0a, 0 0 0 90px #43d5cb08;
}

.precision-card__topline, .precision-card__footer {
  z-index: 2;
  color: #ffffff9e;
  letter-spacing: .14em;
  border-bottom: 1px solid #ffffff21;
  justify-content: space-between;
  padding: 24px 28px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  position: relative;
}

.dna-visual {
  width: 135px;
  height: 275px;
  position: absolute;
  top: 98px;
  right: 32px;
  transform: rotate(8deg);
}

.dna-visual:before, .dna-visual:after {
  content: "";
  border: 2px solid var(--aqua);
  border-top-color: #0000;
  border-bottom-color: #0000;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.dna-visual:after {
  opacity: .45;
  transform: rotate(180deg);
}

.dna-visual span {
  z-index: 2;
  background: #ffffff8c;
  width: 60%;
  height: 1px;
  position: absolute;
  left: 20%;
}

.dna-visual span:first-child {
  top: 15%;
  transform: rotate(25deg);
}

.dna-visual span:nth-child(2) {
  top: 28%;
  transform: rotate(-18deg);
}

.dna-visual span:nth-child(3) {
  top: 41%;
  transform: rotate(20deg);
}

.dna-visual span:nth-child(4) {
  top: 55%;
  transform: rotate(-20deg);
}

.dna-visual span:nth-child(5) {
  top: 69%;
  transform: rotate(18deg);
}

.dna-visual span:nth-child(6) {
  top: 83%;
  transform: rotate(-24deg);
}

.precision-card__content {
  z-index: 2;
  max-width: 350px;
  padding: 170px 34px 70px;
  position: relative;
}

.card-kicker {
  color: var(--aqua);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 800;
}

.big-number {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.08;
}

.precision-card__content > p:last-child {
  color: #ffffffad;
  margin-top: 24px;
  font-size: 14px;
}

.precision-card__footer {
  border-top: 1px solid #ffffff21;
  border-bottom: 0;
  align-items: center;
  position: absolute;
  inset: auto 0 0;
}

.precision-card__footer strong {
  color: var(--aqua);
  letter-spacing: 0;
  font-size: 15px;
}

.equipment-feature {
  color: #fff;
  background: var(--ink);
  isolation: isolate;
  border-radius: 4px 78px 4px 4px;
  min-height: 590px;
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 35px 90px #061e3338;
}

.equipment-feature:before, .equipment-shot:before, .process-card__media:before {
  z-index: 2;
  content: "";
  pointer-events: none;
  background: linear-gradient(115deg, #0000 35%, #43d5cb1f 50%, #0000 65%);
  transition: transform .9s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
}

.equipment-feature:hover:before, .equipment-shot:hover:before, .process-card:hover .process-card__media:before {
  transform: translateX(120%);
}

.equipment-feature picture, .equipment-feature img {
  width: 100%;
  height: 100%;
  display: block;
}

.equipment-feature img {
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.72) contrast(1.05);
  transition: transform .9s cubic-bezier(.22, 1, .36, 1), filter .5s;
  position: absolute;
  inset: 0;
  transform: scale(1.02);
}

.equipment-feature:hover img {
  filter: saturate(.98) contrast(1.03);
  transform: scale(1.075);
}

.equipment-feature__wash {
  z-index: 1;
  background: linear-gradient(0deg, #041424f2, #0414241f 64%), linear-gradient(90deg, #061f3461, #0000 65%);
  position: absolute;
  inset: 0;
}

.equipment-feature figcaption {
  z-index: 3;
  position: absolute;
  bottom: 38px;
  left: 34px;
  right: 34px;
}

.equipment-feature figcaption:before {
  content: "";
  background: linear-gradient(90deg, var(--aqua), transparent);
  transform-origin: 0;
  width: 58px;
  height: 2px;
  margin-bottom: 17px;
  animation: 3.4s ease-in-out infinite signal-line;
  display: block;
}

.equipment-feature figcaption strong {
  letter-spacing: -.055em;
  font-size: clamp(31px, 4vw, 48px);
  font-weight: 500;
  line-height: 1;
  display: block;
}

.equipment-feature figcaption p {
  color: #ffffffad;
  max-width: 330px;
  margin: 15px 0 0;
  font-size: 13px;
}

.equipment-feature__metric {
  z-index: 3;
  color: #fff9;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #05192dbd;
  border: 1px solid #fff3;
  border-radius: 3px 24px 3px 3px;
  flex-direction: column;
  padding: 15px 18px;
  font-size: 9px;
  display: flex;
  position: absolute;
  top: 26px;
  right: 26px;
}

.equipment-feature__metric strong {
  color: var(--aqua);
  letter-spacing: -.04em;
  font-size: 23px;
}

.equipment-gallery {
  grid-template-columns: 1.35fr .9fr .9fr;
  gap: 14px;
  margin-top: 90px;
  display: grid;
}

.equipment-shot {
  color: #fff;
  background: var(--ink);
  isolation: isolate;
  min-height: 330px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.equipment-shot--wide {
  border-radius: 42px 3px 3px;
}

.equipment-shot:last-child {
  border-radius: 3px 42px 3px 3px;
}

.equipment-shot picture, .equipment-shot img {
  width: 100%;
  height: 100%;
  display: block;
}

.equipment-shot img {
  object-fit: cover;
  filter: saturate(.68) contrast(1.05);
  transition: transform .8s cubic-bezier(.22, 1, .36, 1), filter .45s;
  position: absolute;
  inset: 0;
}

.equipment-shot:hover img {
  filter: saturate() contrast(1.02);
  transform: scale(1.07);
}

.equipment-shot:after {
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, #041424f0, #0000 65%);
  position: absolute;
  inset: 0;
}

.equipment-shot figcaption:after {
  content: "";
  background: var(--aqua);
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 6px #43d5cb1f, 0 0 22px var(--aqua);
  border-radius: 50%;
  animation: 2.2s ease-out infinite status-pulse;
  position: absolute;
  bottom: 2px;
  right: 0;
}

.equipment-shot figcaption {
  z-index: 3;
  grid-template-columns: 34px 1fr;
  align-items: end;
  column-gap: 10px;
  display: grid;
  position: absolute;
  bottom: 22px;
  left: 24px;
  right: 24px;
}

.equipment-shot figcaption > span {
  color: var(--aqua);
  letter-spacing: .1em;
  grid-row: 1 / 3;
  font-size: 10px;
  font-weight: 800;
}

.equipment-shot figcaption strong {
  font-size: 16px;
}

.equipment-shot figcaption small {
  color: #fff9;
  font-size: 10px;
}

.equipment-lineup {
  margin-top: 110px;
}

.equipment-lineup__heading {
  grid-template-columns: 1.15fr .85fr;
  align-items: end;
  gap: clamp(45px, 8vw, 120px);
  margin-bottom: 52px;
  display: grid;
}

.equipment-lineup__heading h3 {
  letter-spacing: -.052em;
  margin: 18px 0 0;
  font-size: clamp(38px, 4.5vw, 58px);
  font-weight: 500;
  line-height: 1.03;
}

.equipment-lineup__heading h3 em {
  color: var(--teal);
  font-family: Georgia, Times New Roman, serif;
  font-weight: 400;
}

.equipment-lineup__heading > p {
  color: #071d3299;
  margin: 0 0 5px;
  font-size: 15px;
}

.equipment-lineup__grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
  display: grid;
}

.equipment-product {
  isolation: isolate;
  background: radial-gradient(circle at 72% 22%, #43d5cb24, #0000 35%), linear-gradient(145deg, #fff, #eff8f7);
  border: 1px solid #0d8d8a26;
  border-radius: 3px 44px 3px 3px;
  min-height: 360px;
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 62px #061e3312;
}

.equipment-product:before {
  z-index: -1;
  content: "";
  border: 1px solid #0d8d8a1f;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  position: absolute;
  bottom: -105px;
  right: -85px;
  box-shadow: 0 0 0 34px #43d5cb09;
}

.equipment-product--viper {
  grid-column: span 7;
  min-height: 465px;
}

.equipment-product--totalys {
  grid-column: span 5;
  min-height: 465px;
}

.equipment-product--max {
  grid-column: span 5;
}

.equipment-product--prepmate {
  grid-column: span 3;
}

.equipment-product--detail {
  grid-column: span 4;
}

.equipment-product__index {
  z-index: 2;
  width: 34px;
  height: 34px;
  color: var(--teal);
  letter-spacing: .08em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffffc7;
  border: 1px solid #0d8d8a2e;
  border-radius: 50%;
  place-items: center;
  font-size: 9px;
  font-weight: 900;
  display: grid;
  position: absolute;
  top: 23px;
  left: 24px;
}

.equipment-product picture {
  place-items: center;
  display: grid;
  position: absolute;
  inset: 54px 42px 96px;
}

.equipment-product--totalys picture, .equipment-product--prepmate picture {
  inset-inline: 56px;
}

.equipment-product--detail picture {
  inset-inline: 34px;
}

.equipment-product img {
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 18px 23px #061e3324);
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .45s;
  display: block;
}

.equipment-product:hover img {
  filter: drop-shadow(0 26px 32px #061e3333);
  transform: translateY(-7px) scale(1.035);
}

.equipment-product figcaption {
  z-index: 2;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffc7;
  border: 1px solid #071d3214;
  border-radius: 2px 15px 2px 2px;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding: 11px 13px;
  display: flex;
  position: absolute;
  bottom: 14px;
  left: 16px;
  right: 16px;
  box-shadow: 0 10px 24px #061e3314;
}

.equipment-product figcaption strong {
  letter-spacing: -.025em;
  font-size: 15px;
}

.equipment-product figcaption small {
  color: #071d32a8;
  text-align: right;
  max-width: 180px;
  font-size: 10px;
}

.genotype-panel {
  color: var(--ink);
  isolation: isolate;
  background: radial-gradient(circle at 92% 8%, #43d5cb1f, #0000 25%), #fff;
  border: 1px solid #0d8d8a26;
  border-radius: 4px 64px 4px 4px;
  margin-top: 90px;
  padding: 0 0 clamp(32px, 5vw, 56px);
  position: relative;
  overflow: hidden;
  box-shadow: 0 32px 85px #061e331f;
}

.genotype-panel:before {
  z-index: -1;
  content: "";
  border: 1px solid #0d8d8a17;
  border-radius: 50%;
  width: 310px;
  height: 310px;
  position: absolute;
  top: 118px;
  right: -105px;
  box-shadow: 0 0 0 45px #43d5cb06, 0 0 0 90px #43d5cb05;
}

.genotype-panel__header {
  color: #fff;
  background: linear-gradient(110deg, #43d5cb21, #0000 42%), linear-gradient(135deg, #0b3e55, #087d7d 72%, #159a92);
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  align-items: end;
  gap: clamp(36px, 7vw, 100px);
  padding: clamp(38px, 5vw, 64px);
  display: grid;
}

.genotype-panel__header .eyebrow {
  color: #ffffffbd;
}

.genotype-panel__header .eyebrow span {
  background: var(--aqua);
}

.genotype-panel__header h3 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(34px, 3.8vw, 54px);
  font-weight: 500;
  line-height: 1.04;
}

.genotype-panel__header h3 em {
  color: var(--aqua);
  font-family: Georgia, Times New Roman, serif;
  font-weight: 400;
  display: block;
}

.genotype-panel__header > p {
  color: #ffffffc7;
  max-width: 480px;
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
}

.genotype-panel__header > p strong {
  color: #fff;
}

.genotype-panel__question {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 76px) 28px clamp(34px, 4vw, 52px);
}

.genotype-panel__question > span, .genotype-risk__copy > span {
  color: var(--teal);
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 850;
}

.genotype-panel__question h4 {
  letter-spacing: -.045em;
  margin: 10px 0 14px;
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 500;
  line-height: 1.08;
}

.genotype-panel__question p {
  max-width: 720px;
  color: var(--slate);
  margin: 0 auto;
  font-size: 14px;
}

.genotype-compare {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0 clamp(22px, 4vw, 54px);
  display: grid;
}

.genotype-compare__card {
  background: #f6fafb;
  border: 1px solid #071d3214;
  border-radius: 3px 26px 3px 3px;
  flex-direction: column;
  min-height: 465px;
  padding: 25px;
  display: flex;
  position: relative;
}

.genotype-compare__card--extended {
  color: #fff;
  background: linear-gradient(145deg, #0a334c, #086f72);
  border-color: #0d8d8a47;
  transform: translateY(-10px);
  box-shadow: 0 20px 40px #06485226;
}

.genotype-compare__step {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}

.genotype-compare__step > span {
  width: 34px;
  height: 34px;
  color: var(--teal);
  background: #fff;
  border: 1px solid #0d8d8a2e;
  border-radius: 50%;
  place-items: center;
  font-size: 10px;
  font-weight: 800;
  display: grid;
}

.genotype-compare__step small {
  color: var(--slate);
  letter-spacing: .14em;
  text-align: right;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 850;
}

.genotype-compare__card--extended .genotype-compare__step > span {
  color: #fff;
  background: #43d5cb1f;
  border-color: #43d5cb66;
}

.genotype-compare__card--extended .genotype-compare__step small {
  color: #ffffffa3;
}

.genotype-orbit {
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 180px;
  padding: 22px 0 16px;
  display: flex;
}

.genotype-orbit b {
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  place-items: center;
  width: 58px;
  height: 58px;
  font-size: 18px;
  display: grid;
}

.genotype-orbit--context span {
  color: var(--slate);
  margin-left: 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  position: relative;
}

.genotype-orbit--context span:before {
  content: "";
  background: var(--coral);
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -15px;
}

.genotype-orbit--partial strong {
  color: #fff;
  background: var(--coral);
  text-align: center;
  border-radius: 50%;
  place-items: center;
  width: 122px;
  height: 122px;
  margin-left: 4px;
  font-size: 13px;
  line-height: 1.35;
  display: grid;
}

.genotype-compare__card h5 {
  letter-spacing: -.025em;
  margin: auto 0 10px;
  font-size: 20px;
  font-weight: 650;
  line-height: 1.15;
}

.genotype-compare__card > p:last-child {
  min-height: 70px;
  color: var(--slate);
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.genotype-compare__card--extended > p:last-child {
  color: #ffffffad;
}

.genotype-compare__badge {
  color: #06263b;
  background: var(--aqua);
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
  align-self: flex-start;
  margin: 18px 0 14px;
  padding: 7px 10px;
  font-size: 9px;
  font-weight: 850;
}

.genotype-results {
  gap: 16px;
  margin-bottom: 22px;
  display: grid;
}

.genotype-results > div > small {
  color: #ffffff8a;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 9px;
  font-weight: 750;
  display: block;
}

.genotype-chips {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 5px;
  display: grid;
}

.genotype-chips span {
  color: #fff;
  background: #43d5cb1f;
  border: 1px solid #43d5cb40;
  border-radius: 999px;
  place-items: center;
  min-height: 32px;
  font-size: 9px;
  font-weight: 800;
  transition: transform .22s, background .22s, border-color .22s;
  display: grid;
}

.genotype-chips span:hover {
  background: #43d5cb1f;
  border-color: #43d5cb73;
  transform: translateY(-3px);
}

.genotype-chips--grouped span {
  color: #fff;
  letter-spacing: .02em;
  background: #f4876933;
  border-color: #f4876961;
  min-height: 35px;
  padding-inline: 5px;
  font-size: 8px;
}

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

.genotype-risk {
  background: linear-gradient(100deg, #eef9f8f2, #f7fbfb);
  border: 1px solid #0d8d8a26;
  border-radius: 3px 30px 3px 3px;
  grid-template-columns: 130px minmax(0, 1fr) 90px;
  align-items: center;
  gap: clamp(25px, 4vw, 50px);
  margin: clamp(44px, 6vw, 72px) clamp(22px, 4vw, 54px) 0;
  padding: clamp(26px, 4vw, 42px);
  display: grid;
  position: relative;
  overflow: hidden;
}

.genotype-risk__mark {
  width: 126px;
  height: 126px;
  color: var(--coral);
  border: 2px solid var(--teal);
  text-align: center;
  background: #fff;
  border-radius: 50%;
  place-content: center;
  display: grid;
  box-shadow: 0 12px 30px #0d8d8a1a;
}

.genotype-risk__mark small {
  letter-spacing: .06em;
  text-transform: uppercase;
  max-width: 80px;
  font-size: 9px;
  font-weight: 850;
  line-height: 1.2;
}

.genotype-risk__mark strong {
  letter-spacing: -.06em;
  font-size: 43px;
  line-height: 1;
}

.genotype-risk__copy h4 {
  letter-spacing: -.04em;
  max-width: 720px;
  margin: 8px 0 10px;
  font-size: clamp(23px, 2.5vw, 34px);
  font-weight: 520;
  line-height: 1.12;
}

.genotype-risk__copy p {
  max-width: 750px;
  color: var(--slate);
  margin: 0;
  font-size: 13px;
}

.genotype-risk__signal {
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
  display: flex;
}

.genotype-risk__signal i {
  background: var(--aqua);
  border-radius: 999px;
  width: 9px;
  height: 32px;
  animation: 1.8s ease-in-out infinite genotype-signal;
  display: block;
}

.genotype-risk__signal i:nth-child(2) {
  height: 58px;
  animation-delay: .18s;
}

.genotype-risk__signal i:nth-child(3) {
  height: 42px;
  animation-delay: .36s;
}

@keyframes genotype-signal {
  0%, 100% {
    opacity: .55;
    transform: scaleY(.72);
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}

.genotype-panel__note {
  color: #071d328f;
  text-align: center;
  max-width: 910px;
  margin: 28px auto 0;
  padding: 0 28px;
  font-size: 10px;
  line-height: 1.65;
  display: block;
}

.process {
  background: var(--mist);
  overflow: hidden;
}

.process:before {
  content: "";
  border: 1px solid #0d8d8a1f;
  border-radius: 50%;
  width: 700px;
  height: 700px;
  position: absolute;
  top: -320px;
  left: -300px;
  box-shadow: 0 0 0 80px #0d8d8a06, 0 0 0 160px #0d8d8a05;
}

.section-heading--center {
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
  position: relative;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading--center > p:not(.eyebrow) {
  margin-inline: auto;
}

.process-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 70px;
  display: grid;
  position: relative;
}

.process-grid:before {
  z-index: 0;
  content: "";
  background: linear-gradient(90deg, transparent, var(--aqua) 18%, var(--teal) 82%, transparent);
  opacity: .65;
  transform-origin: 0;
  height: 2px;
  transition: transform 1.4s cubic-bezier(.22, 1, .36, 1) .25s;
  display: block;
  position: absolute;
  top: 82px;
  left: 16%;
  right: 16%;
  transform: scaleX(0);
}

.process-grid[data-visible]:before {
  transform: scaleX(1);
}

.process-card {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffffc7;
  border: 1px solid #0d8d8a1f;
  border-radius: 4px 36px 4px 4px;
  min-height: 430px;
  padding: 0;
  transition: transform .25s, box-shadow .25s;
  position: relative;
  overflow: hidden;
}

.process-card:after {
  content: "";
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto, auto;
  background: linear-gradient(135deg, #43d5cb8c, #0000 32% 72%, #0d8d8a40) border-box;
  border: 1px solid #0000;
  transition: opacity .35s;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  mask-image: linear-gradient(#000 0 0), linear-gradient(#000 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-origin: padding-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px #073a491a;
}

.process-card:hover:after {
  opacity: 1;
}

.process-card__number {
  z-index: 3;
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  letter-spacing: .16em;
  background: #05192dc7;
  border: 1px solid #fff3;
  border-radius: 50%;
  place-items: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  font-weight: 800;
  display: grid;
  position: absolute;
  top: 16px;
  left: 16px;
}

.process-card__media {
  background: var(--ink);
  height: 215px;
  position: relative;
  overflow: hidden;
}

.process-card__media:after {
  z-index: 1;
  content: "";
  pointer-events: none;
  background: linear-gradient(0deg, #05192d59, #0000 62%);
  position: absolute;
  inset: 0;
}

.process-card__media picture, .process-card__media img {
  width: 100%;
  height: 100%;
  display: block;
}

.process-card__media img {
  object-fit: cover;
  filter: saturate(.75) contrast(1.04);
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .4s;
}

.process-card:hover .process-card__media img {
  filter: saturate() contrast(1.02);
  transform: scale(1.065);
}

.journey {
  margin-top: 72px;
  position: relative;
}

.journey__line {
  background: #0d8d8a24;
  height: 1px;
  position: absolute;
  top: 52%;
  left: -70px;
  right: -70px;
  overflow: hidden;
}

.journey__line span {
  background: linear-gradient(90deg, transparent, var(--aqua), transparent);
  width: 42%;
  height: 100%;
  box-shadow: 0 0 16px var(--aqua);
  animation: 5s ease-in-out infinite journey-scan;
  display: block;
}

.journey__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
  position: relative;
}

.journey-step {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffffd1;
  border: 1px solid #0d8d8a24;
  border-radius: 3px 34px 3px 3px;
  min-height: 300px;
  padding: 28px;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), background .35s, box-shadow .35s;
  position: relative;
  overflow: hidden;
}

.journey-step:hover {
  z-index: 2;
  background: #fff;
  transform: translateY(-8px);
  box-shadow: 0 28px 65px #073a491f;
}

.journey-step__topline {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.journey-step__number {
  color: var(--teal);
  letter-spacing: .16em;
  font-size: 12px;
  font-weight: 900;
}

.journey-step__kicker {
  color: #071d3275;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}

.journey-step__signal {
  width: 64px;
  height: 64px;
  color: var(--teal);
  background: linear-gradient(145deg, #ffffffeb, #43d5cb26);
  border: 1px solid #0d8d8a42;
  border-radius: 19px;
  place-items: center;
  margin: 36px 0 26px;
  transition: color .32s, background .32s, box-shadow .32s, transform .42s cubic-bezier(.22, 1, .36, 1);
  display: grid;
  position: relative;
  transform: rotate(-3deg);
  box-shadow: inset 0 1px #fff, 0 12px 30px #0d8d8a1a;
}

.journey-step__signal:before {
  content: "";
  border: 1px solid #0d8d8a1f;
  border-radius: 13px;
  position: absolute;
  inset: 7px;
}

.journey-step__icon {
  z-index: 1;
  stroke-width: 1.55px;
  width: 31px;
  height: 31px;
  transition: transform .42s cubic-bezier(.22, 1, .36, 1);
  position: relative;
  transform: rotate(3deg);
}

.journey-step:hover .journey-step__signal {
  color: #fff;
  background: linear-gradient(145deg, var(--teal), #086a70);
  transform: translateY(-5px) rotate(0);
  box-shadow: 0 18px 38px #0d8d8a3d;
}

.journey-step:hover .journey-step__icon {
  transform: rotate(0) scale(1.08);
}

.journey-step h3 {
  letter-spacing: -.035em;
  margin: 0;
  font-size: 22px;
}

.journey-step p {
  color: #071d3296;
  max-width: 270px;
  margin: 13px 0 0;
  font-size: 13px;
}

.journey-step__arrow {
  width: 38px;
  height: 38px;
  color: var(--teal);
  background: #43d5cb12;
  border: 1px solid #0d8d8a38;
  border-radius: 50%;
  place-items: center;
  transition: color .28s, background .28s, transform .32s cubic-bezier(.22, 1, .36, 1);
  display: grid;
  position: absolute;
  bottom: 20px;
  right: 24px;
}

.journey-step__arrow .icon {
  width: 17px;
  height: 17px;
}

.journey-step:hover .journey-step__arrow {
  color: #fff;
  background: var(--teal);
  transform: translate(3px, -3px) scale(1.06);
}

.journey__legend {
  color: #071d329e;
  background: #ffffff9e;
  border: 1px solid #0d8d8a1f;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  margin-top: 16px;
  padding: 0 26px;
  font-size: 12px;
  display: flex;
}

.journey__legend > span, .journey__legend a {
  align-items: center;
  gap: 12px;
  display: inline-flex;
}

.journey__legend a {
  color: var(--teal);
  font-weight: 800;
}

.journey__legend i {
  display: inline-block;
}

.process-card__body {
  padding: 27px 28px 30px;
}

.sample-feature {
  color: #fff;
  background: var(--ink);
  isolation: isolate;
  border-radius: 4px 64px 4px 4px;
  min-height: 500px;
  margin-top: 82px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 34px 90px #061e332e;
}

.sample-feature__media, .sample-feature__media img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
}

.sample-feature__media img {
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.04);
  transition: transform 1s cubic-bezier(.22, 1, .36, 1), filter .5s;
  transform: scale(1.015);
}

.sample-feature:hover .sample-feature__media img {
  filter: saturate() contrast(1.02);
  transform: scale(1.055);
}

.sample-feature__veil {
  z-index: 1;
  background: linear-gradient(90deg, #041424f5 0%, #041424d6 34%, #0414241f 68%), linear-gradient(0deg, #04142480, #0000 58%);
  position: absolute;
  inset: 0;
}

.sample-feature__content {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  width: min(510px, 52%);
  min-height: 500px;
  padding: 54px;
  display: flex;
  position: relative;
}

.sample-feature h3 {
  letter-spacing: -.055em;
  margin: 0;
  font-size: clamp(37px, 4.5vw, 58px);
  font-weight: 500;
  line-height: 1.04;
}

.sample-feature h3 em {
  color: var(--aqua);
  font-family: Georgia, Times New Roman, serif;
  font-weight: 400;
  display: block;
}

.sample-feature__content > p:not(.eyebrow) {
  color: #ffffffb3;
  max-width: 440px;
  margin: 24px 0 30px;
  font-size: 15px;
}

.sample-feature .button {
  align-self: flex-start;
}

.sample-feature__badge {
  z-index: 3;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  letter-spacing: .08em;
  text-transform: uppercase;
  background: #05192db8;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  position: absolute;
  bottom: 22px;
  right: 24px;
}

.process-icon {
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 26px 0 32px;
  display: grid;
  box-shadow: 0 0 0 12px #0d8d8a14;
}

.process-icon span {
  border: 2px solid;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
}

.process-icon span:after {
  content: "";
  background: currentColor;
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: -4px;
  right: -7px;
  transform: rotate(45deg);
}

.process-card h3, .fact-card h3 {
  letter-spacing: -.035em;
  margin: 0;
  font-size: 22px;
}

.process-card p, .fact-card p {
  color: #071d3299;
  margin: 14px 0 0;
  font-size: 14px;
}

.patient-hub {
  color: #fff;
  background: linear-gradient(120deg, #06192dfa, #072f46f5), var(--ink);
  isolation: isolate;
  overflow: hidden;
}

.patient-hub:before {
  z-index: -1;
  content: "";
  opacity: .08;
  background-image: linear-gradient(#ffffff47 1px, #0000 1px), linear-gradient(90deg, #ffffff47 1px, #0000 1px);
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000, #0000 78%);
  mask-image: linear-gradient(90deg, #000, #0000 78%);
}

.patient-hub__glow {
  z-index: -1;
  border: 1px solid #43d5cb2e;
  border-radius: 50%;
  position: absolute;
}

.patient-hub__glow--one {
  width: 520px;
  height: 520px;
  animation: 10s ease-in-out infinite orbit-breathe;
  top: -240px;
  right: 5%;
  box-shadow: 0 0 0 70px #43d5cb06;
}

.patient-hub__glow--two {
  width: 240px;
  height: 240px;
  bottom: -120px;
  left: -90px;
  box-shadow: inset 0 0 45px #43d5cb1f;
}

.patient-hub__layout {
  grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: clamp(60px, 9vw, 135px);
  display: grid;
}

.patient-hub__content h2 {
  letter-spacing: -.06em;
  margin: 0;
  font-size: clamp(43px, 5vw, 68px);
  font-weight: 500;
  line-height: .99;
}

.patient-hub__content h2 em {
  color: var(--aqua);
  font-family: Georgia, Times New Roman, serif;
  font-weight: 400;
  display: block;
}

.patient-hub__content > p:not(.eyebrow):not(.patient-hub__disclaimer) {
  color: #ffffffab;
  max-width: 550px;
  margin: 28px 0;
  font-size: 17px;
}

.patient-hub__actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  display: flex;
}

.patient-hub__actions > span {
  color: #ffffff94;
  letter-spacing: .05em;
  text-transform: uppercase;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.patient-hub__disclaimer {
  color: #ffffff61;
  border-top: 1px solid #ffffff1f;
  max-width: 530px;
  margin: 27px 0 0;
  padding-top: 20px;
  font-size: 10px;
}

.directory-preview {
  color: var(--ink);
  background: #fffffff5;
  border: 1px solid #ffffff80;
  border-radius: 4px 56px 4px 4px;
  overflow: hidden;
  box-shadow: 0 35px 90px #00000045;
}

.directory-preview__header, .directory-preview__footer {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 26px;
  display: flex;
}

.directory-preview__header {
  border-bottom: 1px solid var(--line);
}

.directory-preview__header > div {
  flex-direction: column;
  display: flex;
}

.directory-preview__header > div > span {
  color: var(--teal);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 900;
}

.directory-preview__header strong {
  letter-spacing: -.03em;
  font-size: 19px;
}

.directory-preview__live {
  color: #071d3285;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
}

.directory-preview__live i {
  background: var(--aqua);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 5px #43d5cb24;
}

.directory-preview__search {
  color: #071d3266;
  background: var(--mist);
  border: 1px solid #0d8d8a1f;
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  margin: 18px 22px 10px;
  padding: 0 16px;
  font-size: 12px;
  display: flex;
}

.directory-preview__search i {
  border: 1px solid var(--line);
  border-radius: 6px;
  margin-left: auto;
  padding: 4px 8px;
  font-size: 8px;
  font-style: normal;
}

.directory-preview__list {
  padding: 2px 22px 20px;
}

.directory-card {
  border-bottom: 1px solid var(--line);
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 16px 4px;
  transition: padding .25s, background .25s;
  display: grid;
}

.directory-card:hover {
  background: #43d5cb12;
  padding-inline: 12px;
}

.directory-card:last-child {
  border-bottom: 0;
}

.directory-card__avatar {
  color: #fff;
  background: linear-gradient(145deg, var(--teal), var(--navy));
  border-radius: 50%;
  place-items: center;
  width: 43px;
  height: 43px;
  font-size: 9px;
  font-weight: 900;
  display: grid;
}

.directory-card div {
  flex-direction: column;
  display: flex;
}

.directory-card strong {
  font-size: 14px;
}

.directory-card small {
  color: #071d3275;
  font-size: 10px;
}

.directory-card__arrow {
  width: 30px;
  height: 30px;
  color: var(--teal);
  border: 1px solid #0d8d8a29;
  border-radius: 50%;
  place-items: center;
  transition: transform .24s, background .24s;
  display: grid;
}

.directory-card__arrow .icon {
  width: 14px;
  height: 14px;
}

.directory-card:hover .directory-card__arrow {
  background: #43d5cb1f;
  transform: translateX(3px);
}

.directory-preview__footer {
  color: #071d326b;
  background: var(--cream);
  border-top: 1px solid var(--line);
  letter-spacing: .08em;
  text-transform: uppercase;
  min-height: 55px;
  font-size: 9px;
  font-weight: 800;
}

.patient-page {
  background: #f6fbfa;
}

.patient-page__back-icon {
  transform: rotate(180deg);
}

.patient-entry:hover .patient-page__back-icon {
  transform: translateX(-4px) rotate(180deg);
}

.patient-hero {
  color: #fff;
  isolation: isolate;
  background: radial-gradient(circle at 15% 30%, #43d5cb33, #0000 28%), linear-gradient(128deg, #041526 0%, #0a2943 53%, #087776 100%);
  min-height: 860px;
  position: relative;
  overflow: hidden;
}

.patient-hero:before {
  content: "";
  opacity: .18;
  background-image: linear-gradient(#ffffff14 1px, #0000 1px), linear-gradient(90deg, #ffffff14 1px, #0000 1px);
  background-size: 72px 72px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #000, #0000 75%);
  mask-image: linear-gradient(90deg, #000, #0000 75%);
}

.patient-hero__glow {
  background: #43d5cb2e;
  border: 1px solid #43d5cb42;
  border-radius: 50%;
  width: 560px;
  height: 560px;
  position: absolute;
  bottom: -260px;
  right: -230px;
  box-shadow: 0 0 0 80px #43d5cb0a, 0 0 0 160px #43d5cb06;
}

.patient-hero__aurora {
  filter: blur(18px);
  background: linear-gradient(140deg, #0000 24%, #43d5cb24, #0000 67%);
  width: 580px;
  height: 820px;
  animation: 8s ease-in-out infinite alternate patient-aurora;
  position: absolute;
  top: -240px;
  left: 34%;
  transform: rotate(18deg);
}

@keyframes patient-aurora {
  to {
    opacity: .65;
    transform: translateX(70px) rotate(24deg);
  }
}

.patient-hero__layout {
  z-index: 2;
  grid-template-columns: minmax(0, 1fr) minmax(440px, .92fr);
  align-items: center;
  gap: clamp(50px, 8vw, 110px);
  min-height: 860px;
  padding-top: 125px;
  padding-bottom: 78px;
  display: grid;
  position: relative;
}

.patient-hero__breadcrumb {
  color: #ffffff8c;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.patient-hero__breadcrumb .icon {
  width: 13px;
  height: 13px;
  transform: rotate(180deg);
}

.patient-hero__breadcrumb span {
  color: var(--aqua);
}

.patient-hero h1 {
  letter-spacing: -.055em;
  max-width: 670px;
  margin: 21px 0 28px;
  font-size: clamp(52px, 5.8vw, 80px);
  line-height: .98;
}

.patient-hero h1 em {
  color: var(--aqua);
  font-family: Georgia, Times New Roman, serif;
  font-weight: 400;
}

.patient-hero__content > p:not(.eyebrow):not(.patient-hero__note) {
  color: #ffffffbd;
  max-width: 590px;
  margin: 0 0 30px;
  font-size: 18px;
}

.patient-hero__trust {
  border-top: 1px solid #ffffff24;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 28px;
  padding-top: 24px;
  display: flex;
}

.patient-hero__trust span {
  color: #ffffffad;
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 800;
  display: inline-flex;
}

.patient-hero__trust i {
  background: var(--aqua);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 5px #43d5cb1c;
}

.patient-hero__note {
  color: #ffffff8f;
  align-items: center;
  gap: 10px;
  margin: 25px 0 0;
  font-size: 11px;
  display: flex;
}

.patient-hero__visual {
  border: 1px solid #ffffff2e;
  border-radius: 4px 96px 4px 4px;
  min-height: 610px;
  margin: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 38px 110px #0000005c;
}

.patient-hero__visual:after {
  content: "";
  background: linear-gradient(#0000 45%, #031524e0);
  position: absolute;
  inset: 0;
}

.patient-hero__visual picture, .patient-hero__visual img {
  width: 100%;
  height: 610px;
  display: block;
}

.patient-hero__visual img {
  object-fit: cover;
}

.patient-hero__visual figcaption {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: absolute;
  bottom: 31px;
  left: 34px;
  right: 34px;
}

.patient-hero__visual figcaption span {
  color: var(--aqua);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 900;
}

.patient-hero__visual figcaption strong {
  max-width: 380px;
  margin-top: 5px;
  font-size: 20px;
}

.patient-hero__visual figcaption small {
  color: #ffffff8f;
  margin-top: 7px;
  font-size: 11px;
}

.patient-hero__visual-ring {
  z-index: 2;
  border: 1px solid #ffffff61;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  position: absolute;
  top: 34px;
  right: 34px;
  box-shadow: inset 0 0 0 13px #43d5cb17, 0 0 0 8px #ffffff09;
}

.patient-hero__visual-ring:after {
  content: "";
  background: var(--aqua);
  width: 10px;
  height: 10px;
  box-shadow: 0 0 24px var(--aqua);
  border-radius: 50%;
  position: absolute;
  inset: 50%;
  transform: translate(-50%, -50%);
}

.patient-promise {
  z-index: 4;
  margin-top: -34px;
  position: relative;
}

.patient-promise__grid {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: #fffffff5;
  border: 1px solid #0d8d8a21;
  border-radius: 3px 34px 3px 3px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  overflow: hidden;
  box-shadow: 0 24px 70px #061e3321;
}

.patient-promise article {
  border-right: 1px solid var(--line);
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 24px 28px;
  display: flex;
}

.patient-promise article:last-child {
  border-right: 0;
}

.patient-promise article > span {
  color: var(--teal);
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 900;
}

.patient-promise article div {
  flex-direction: column;
  display: flex;
}

.patient-promise strong {
  font-size: 14px;
}

.patient-promise small {
  color: #071d327a;
  font-size: 10px;
}

.patient-orientation {
  background: radial-gradient(circle at 5% 30%, #43d5cb29, transparent 24%), linear-gradient(180deg, #f6fbfa, var(--mist));
}

.patient-orientation__grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 66px;
  display: grid;
}

.patient-orientation__card {
  background: #ffffffeb;
  border: 1px solid #0d8d8a24;
  border-radius: 3px 40px 3px 3px;
  min-height: 390px;
  padding: 34px;
  transition: transform .38s cubic-bezier(.22, 1, .36, 1), box-shadow .38s;
  position: relative;
  box-shadow: 0 22px 65px #061e330d;
}

.patient-orientation__card:nth-child(2) {
  margin-top: 38px;
}

.patient-orientation__card:nth-child(3) {
  margin-top: 76px;
}

.patient-orientation__card:hover {
  transform: translateY(-9px);
  box-shadow: 0 32px 80px #061e331c;
}

.patient-orientation__number {
  color: var(--teal);
  letter-spacing: .15em;
  font-size: 11px;
  font-weight: 900;
}

.patient-orientation__card .journey-step__signal {
  margin: 38px 0 27px;
}

.patient-orientation__card h3 {
  letter-spacing: -.035em;
  margin: 0;
  font-size: 22px;
}

.patient-orientation__card p {
  color: #071d3299;
  margin: 13px 0 0;
  font-size: 14px;
}

.patient-directory {
  background: radial-gradient(circle at 92% 20%, #43d5cb1f, #0000 24%), #fff;
}

.patient-directory__layout {
  grid-template-columns: .82fr 1.18fr;
  align-items: center;
  gap: clamp(60px, 9vw, 130px);
  display: grid;
}

.patient-directory .directory-preview {
  color: var(--ink);
  border-color: #0d8d8a21;
  box-shadow: 0 38px 100px #061e3329;
}

.patient-hpv {
  background: radial-gradient(circle at 90% 10%, #43d5cb33, #0000 28%), linear-gradient(135deg, #ecf9f7, #fff 56%);
  overflow: hidden;
}

.patient-hpv .fact-card {
  background: #ffffffe0;
}

.patient-information {
  color: #fff;
  background: radial-gradient(circle at 87% 10%, #43d5cb38, transparent 25%), var(--ink);
  padding: 95px 0;
}

.patient-information__inner {
  grid-template-columns: auto 1.1fr .9fr;
  align-items: center;
  gap: 44px;
  display: grid;
}

.patient-information__icon {
  width: 78px;
  height: 78px;
  color: var(--ink);
  background: var(--aqua);
  border-radius: 23px;
  place-items: center;
  display: grid;
  transform: rotate(-4deg);
}

.patient-information__icon .icon {
  width: 34px;
  height: 34px;
  transform: rotate(4deg);
}

.patient-information h2 {
  letter-spacing: -.045em;
  margin: 16px 0 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.05;
}

.patient-information h2 em {
  color: var(--aqua);
  font-family: Georgia, Times New Roman, serif;
  font-weight: 400;
}

.patient-information__inner > p {
  color: #ffffffa8;
  font-size: 14px;
}

.testimonial {
  color: #fff;
  background: radial-gradient(circle at 86% 0%, #43d5cb26, transparent 28%), var(--ink);
  position: relative;
  overflow: hidden;
}

.testimonial:before, .testimonial:after {
  content: "";
  pointer-events: none;
  border: 1px solid #43d5cb24;
  border-radius: 50%;
  position: absolute;
}

.testimonial:before {
  width: 520px;
  height: 520px;
  animation: 10s ease-in-out infinite reverse orbit-breathe;
  top: -330px;
  left: 42%;
  box-shadow: 0 0 0 70px #43d5cb06;
}

.testimonial:after {
  background: var(--aqua);
  width: 14px;
  height: 14px;
  animation: 2.6s ease-out infinite status-pulse;
  bottom: 18%;
  right: 8%;
  box-shadow: 0 0 34px #43d5cbd9;
}

.testimonial__grid {
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
  display: grid;
}

.testimonial-stack {
  gap: 16px;
  display: grid;
}

.testimonial h2 {
  color: #fff;
}

.testimonial__intro > p:last-child {
  color: #fff9;
  margin: 28px 0 0;
}

.quote-card {
  color: var(--ink);
  background: var(--cream);
  border-radius: 4px 60px 4px 4px;
  margin: 0;
  padding: clamp(34px, 5vw, 65px);
  transition: transform .5s cubic-bezier(.22, 1, .36, 1), box-shadow .5s;
  position: relative;
  box-shadow: 0 28px 80px #00000029;
}

.testimonial-stack .quote-card {
  border-radius: 3px 38px 3px 3px;
  padding: 32px 36px;
}

.testimonial-stack .quote-card:nth-child(2) {
  margin-left: 44px;
}

.quote-card__index {
  color: var(--teal);
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 900;
  position: absolute;
  top: 19px;
  right: 26px;
}

.testimonial-stack .quote-card:before {
  font-size: 68px;
  top: 15px;
  left: 24px;
}

.testimonial-stack .quote-card blockquote {
  margin: 20px 0 24px;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.quote-card:hover {
  transform: translateY(-9px) rotate(-.45deg);
  box-shadow: 0 38px 100px #0000003b;
}

.quote-card:before {
  content: "“";
  color: var(--aqua);
  opacity: .6;
  font-family: Georgia, serif;
  font-size: 90px;
  line-height: 1;
  position: absolute;
  top: 24px;
  left: 32px;
}

.quote-card blockquote {
  margin: 25px 0 38px;
  font-family: Georgia, Times New Roman, serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.4;
  position: relative;
}

.quote-card figcaption {
  align-items: center;
  gap: 16px;
  display: flex;
}

.quote-card figcaption > span:last-child {
  flex-direction: column;
  display: flex;
}

.quote-card small {
  color: #071d3285;
}

.avatar {
  color: #fff;
  background: linear-gradient(145deg, var(--teal), var(--navy));
  border-radius: 50%;
  place-items: center;
  width: 46px;
  height: 46px;
  font-size: 12px;
  font-weight: 800;
  display: grid;
}

.hpv {
  background: #fff;
}

.hpv__heading {
  grid-template-columns: .9fr 1.1fr;
  column-gap: 80px;
  display: grid;
}

.hpv__heading .eyebrow {
  grid-column: 1 / -1;
}

.hpv__heading > p:last-child {
  align-self: end;
  margin: 0;
  padding-bottom: 8px;
}

.facts-grid {
  background: var(--line);
  border: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 70px;
  display: grid;
}

.fact-card {
  isolation: isolate;
  background: #fff;
  min-height: 390px;
  padding: 36px 30px;
  transition: background .35s, color .35s, transform .35s cubic-bezier(.22, 1, .36, 1);
  position: relative;
  overflow: hidden;
}

.fact-card:before {
  z-index: -1;
  content: "";
  background: #43d5cb2e;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  transition: transform .6s cubic-bezier(.22, 1, .36, 1);
  position: absolute;
  bottom: -160px;
  right: -150px;
  transform: scale(.35);
}

.fact-card:hover {
  color: #fff;
  background: var(--teal);
  transform: translateY(-7px);
}

.fact-card:hover:before {
  transform: scale(2.8);
}

.fact-card:hover p, .fact-card:hover .fact-card__index {
  color: #ffffffb8;
}

.fact-card__index {
  color: var(--teal);
  letter-spacing: .14em;
  margin-bottom: 100px;
  font-size: 11px;
  font-weight: 800;
  display: block;
}

.fact-card__arrow {
  border: 1px solid;
  border-radius: 50%;
  place-items: center;
  width: 36px;
  height: 36px;
  transition: transform .35s cubic-bezier(.22, 1, .36, 1), background .35s;
  display: grid;
  position: absolute;
  bottom: 24px;
  right: 28px;
}

.fact-card__arrow .icon {
  width: 17px;
  height: 17px;
}

.fact-card:hover .fact-card__arrow {
  background: #ffffff24;
  transform: translate(3px, -3px) scale(1.08);
}

.faq {
  background: radial-gradient(circle at 8% 82%, #43d5cb1f, transparent 22%), var(--cream);
  overflow: hidden;
}

.faq__grid {
  grid-template-columns: .65fr 1.35fr;
  gap: clamp(50px, 8vw, 130px);
  display: grid;
}

.faq__help {
  align-items: center;
  gap: 16px;
  margin-top: 48px;
  display: flex;
}

.faq__help > span {
  color: #fff;
  background: var(--teal);
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 44px;
  height: 44px;
  font-family: Georgia, serif;
  font-size: 22px;
  animation: 3s ease-out infinite help-pulse;
  display: grid;
  box-shadow: 0 0 #0d8d8a40;
}

.faq__help p {
  color: #071d329e;
  margin: 0;
  font-size: 13px;
}

.faq-item {
  border-top: 1px solid var(--line);
}

.faq-item:last-child {
  border-bottom: 1px solid var(--line);
}

.faq-item summary {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  min-height: 82px;
  font-size: 17px;
  font-weight: 700;
  list-style: none;
  transition: padding .28s, color .28s, background .28s;
  display: flex;
}

.faq-item summary:hover {
  color: var(--teal);
  background: #ffffff8a;
  padding-inline: 16px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary i {
  border: 1px solid #071d324d;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  position: relative;
}

.faq-item summary i:before, .faq-item summary i:after {
  content: "";
  background: currentColor;
  width: 10px;
  height: 1px;
  transition: transform .18s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-item summary i:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] summary {
  color: var(--teal);
}

.faq-item[open] summary i:after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  grid-template-rows: 1fr;
  display: grid;
}

.faq-answer p {
  color: #071d329e;
  max-width: 650px;
  margin: -4px 0 28px;
}

.faq-item[open] .faq-answer p {
  animation: .42s cubic-bezier(.22, 1, .36, 1) both answer-in;
}

.cta {
  color: #fff;
  background: var(--teal);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.cta:before {
  content: "";
  opacity: .16;
  background-image: linear-gradient(#ffffff59 1px, #0000 1px), linear-gradient(90deg, #ffffff59 1px, #0000 1px);
  background-size: 80px 80px;
  animation: 18s linear infinite grid-drift;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle, #000, #0000 70%);
  mask-image: radial-gradient(circle, #000, #0000 70%);
}

.cta__inner {
  z-index: 2;
  text-align: center;
  position: relative;
}

.cta .eyebrow {
  color: #fff;
  justify-content: center;
}

.cta h2 {
  color: #fff;
}

.cta h2 em {
  color: var(--ink);
}

.cta__inner > p:not(.eyebrow) {
  color: #ffffffc7;
  margin: 26px auto 34px;
  font-size: 18px;
}

.cta__actions {
  justify-content: center;
}

.button--light {
  color: var(--ink);
  background: #fff;
}

.button--outline {
  color: #fff;
  border-color: #ffffff80;
}

.cta__orb {
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  position: absolute;
}

.cta__orb--one {
  width: 280px;
  height: 280px;
  animation: 7s ease-in-out infinite orb-float;
  top: -100px;
  left: -70px;
}

.cta__orb--two {
  width: 450px;
  height: 450px;
  animation: 9s ease-in-out 1s infinite reverse orb-float;
  bottom: -280px;
  right: -180px;
}

.whatsapp-float {
  z-index: 45;
  color: #fff;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: radial-gradient(circle at 12% 12%, #43d5cb1c, #0000 35%), #051f31f5;
  border: 1px solid #25d36657;
  border-radius: 999px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 13px;
  min-width: 306px;
  padding: 9px 12px 9px 9px;
  transition: transform .25s, border-color .25s, box-shadow .25s;
  display: grid;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 18px 55px #03172652, inset 0 1px #ffffff14;
}

.whatsapp-float:hover {
  border-color: #25d366c7;
  transform: translateY(-5px);
  box-shadow: 0 22px 65px #03172666, 0 0 0 5px #25d36614;
}

.whatsapp-float__icon {
  color: #fff;
  background: #25d366;
  border: 1px solid #ffffff52;
  border-radius: 50%;
  place-items: center;
  width: 46px;
  height: 46px;
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
  display: grid;
  position: relative;
  box-shadow: 0 8px 20px #25d36647, inset 0 1px #ffffff4d;
}

.whatsapp-float:hover .whatsapp-float__icon {
  transform: rotate(-7deg) scale(1.06);
}

.whatsapp-float__icon .icon {
  fill: currentColor;
  stroke: none;
  width: 25px;
  height: 25px;
}

.whatsapp-float__label {
  flex-direction: column;
  line-height: 1.35;
  display: flex;
}

.whatsapp-float__label strong {
  letter-spacing: -.01em;
  font-size: 10.5px;
}

.whatsapp-float__label small {
  color: #77e89f;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 900;
}

.whatsapp-float__status {
  color: #ffffffb3;
  letter-spacing: .05em;
  text-transform: uppercase;
  background: #ffffff0f;
  border: 1px solid #ffffff17;
  border-radius: 99px;
  align-items: center;
  gap: 6px;
  padding: 5px 8px;
  font-size: 7px;
  font-weight: 800;
  display: inline-flex;
}

.whatsapp-float__status i {
  background: #25d366;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 2.2s infinite status-pulse;
  box-shadow: 0 0 0 4px #25d3661f;
}

body[data-modal-open] {
  overflow: hidden;
}

.video-modal {
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  place-items: center;
  padding: 24px;
  transition: opacity .26s, visibility .26s;
  display: grid;
  position: fixed;
  inset: 0;
}

.video-modal[data-open] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.video-modal__backdrop {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #03101dd6;
  position: absolute;
  inset: 0;
}

.video-modal__dialog {
  color: #fff;
  background: #071d32;
  border: 1px solid #ffffff29;
  border-radius: 4px 46px 4px 4px;
  width: min(1040px, 94vw);
  max-height: calc(100dvh - 48px);
  transition: transform .42s cubic-bezier(.22, 1, .36, 1);
  position: relative;
  overflow: hidden auto;
  transform: translateY(24px) scale(.96);
  box-shadow: 0 45px 130px #0000008c;
}

.video-modal[data-open] .video-modal__dialog {
  transform: translateY(0) scale(1);
}

.video-modal__topline, .video-modal__footer {
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  padding: 18px 22px;
  display: flex;
}

.video-modal__topline > div {
  flex-direction: column;
  display: flex;
}

.video-modal__topline > div > span {
  color: var(--aqua);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 900;
}

.video-modal__topline strong {
  letter-spacing: -.025em;
  font-size: 18px;
}

.video-modal__close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 1px solid #ffffff47;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 42px;
  height: 42px;
  display: grid;
}

.video-modal__close span {
  font-size: 25px;
  line-height: 1;
  transform: translateY(-1px);
}

.video-modal__media {
  background: #02090f;
  border-block: 1px solid #ffffff21;
  position: relative;
}

.video-modal__media video {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  width: 100%;
  display: block;
}

.video-modal__sound-gate {
  color: #071d32;
  cursor: pointer;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #fffffff5;
  border: 1px solid #fffc;
  border-radius: 999px;
  align-items: center;
  gap: 12px;
  padding: 11px 17px 11px 11px;
  display: flex;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 14px 42px #00000061;
}

.video-modal__sound-gate[hidden] {
  display: none;
}

.video-modal__sound-icon {
  color: #06263d;
  background: var(--aqua);
  border-radius: 50%;
  place-items: center;
  width: 40px;
  height: 40px;
  display: grid;
}

.video-modal__sound-icon svg {
  fill: currentColor;
  width: 21px;
}

.video-modal__sound-gate > span:last-child {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.video-modal__sound-gate strong {
  font-size: 12px;
}

.video-modal__sound-gate small {
  color: #617384;
  font-size: 9px;
}

.video-modal__footer {
  color: #ffffff8a;
  font-size: 10px;
}

.video-modal__footer > span {
  align-items: center;
  gap: 12px;
  display: inline-flex;
}

.video-modal__footer a {
  color: var(--aqua);
  font-size: 11px;
  font-weight: 800;
}

@keyframes orbit-breathe {
  0%, 100% {
    opacity: .6;
    transform: scale(.94) rotate(0);
  }

  50% {
    opacity: 1;
    transform: scale(1.06) rotate(8deg);
  }
}

@keyframes patient-pulse {
  0% {
    box-shadow: 0 0 #43d5cb80;
  }

  70%, 100% {
    box-shadow: 0 0 0 9px #43d5cb00;
  }
}

@keyframes journey-scan {
  0%, 100% {
    opacity: 0;
    transform: translateX(-110%);
  }

  18%, 78% {
    opacity: .85;
  }

  92% {
    opacity: 0;
    transform: translateX(260%);
  }
}

@keyframes signal-line {
  0%, 100% {
    opacity: .55;
    transform: scaleX(.45);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes status-pulse {
  0% {
    box-shadow: 0 0 #43d5cb80;
  }

  75%, 100% {
    box-shadow: 0 0 0 13px #43d5cb00;
  }
}

@keyframes help-pulse {
  0%, 100% {
    box-shadow: 0 0 #0d8d8a38;
  }

  50% {
    box-shadow: 0 0 0 12px #0d8d8a00;
  }
}

@keyframes answer-in {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes grid-drift {
  to {
    background-position: 80px 80px;
  }
}

@keyframes orb-float {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(18px, -22px, 0) scale(1.06);
  }
}

.footer {
  color: #ffffffb3;
  background: #061728;
  padding: 75px 0 24px;
}

.footer__grid {
  grid-template-columns: 1.1fr .6fr 1fr;
  gap: 80px;
  display: grid;
}

.brand--footer {
  color: #fff;
  display: inline-flex;
}

.footer__statement {
  max-width: 340px;
  margin-top: 28px;
  font-size: 14px;
}

.footer h2 {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 4px 0 20px;
  font-size: 13px;
}

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer li, .footer address, .footer p {
  margin: 0 0 9px;
  font-size: 13px;
  font-style: normal;
}

.footer a:hover {
  color: var(--aqua);
}

.footer__bottom {
  color: #ffffff94;
  border-top: 1px solid #ffffff1f;
  justify-content: space-between;
  margin-top: 60px;
  padding-top: 22px;
  display: flex;
}

[data-reveal] {
  opacity: 0;
  will-change: opacity, transform;
  transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1);
  transform: translateY(28px);
}

[data-reveal="from-left"] {
  transform: translate3d(-44px, 14px, 0);
}

[data-reveal="from-right"] {
  transform: translate3d(44px, 14px, 0);
}

[data-reveal="scale"] {
  transform: translateY(22px) scale(.94);
}

[data-reveal="card"] {
  transform-origin: bottom;
  transform: translateY(42px) rotateX(5deg);
}

[data-reveal="connect"] {
  transform: translateY(20px);
}

[data-reveal][data-visible] {
  opacity: 1;
  will-change: auto;
  transform: translateY(0);
}

.process-card:nth-child(2), .fact-card:nth-child(2), .equipment-shot:nth-child(2) {
  transition-delay: 90ms;
}

.process-card:nth-child(3), .fact-card:nth-child(3), .equipment-shot:nth-child(3) {
  transition-delay: .18s;
}

body[data-profile-pending], body[data-modal-open] {
  overflow: hidden;
}

body[data-modal-open] .whatsapp-float, body[data-modal-open] .fda-seal, body[data-profile-pending] .fda-seal {
  opacity: 0;
  pointer-events: none;
}

.fda-seal {
  z-index: 1005;
  box-sizing: border-box;
  aspect-ratio: 1;
  width: 92px;
  color: var(--ink);
  border: 3px solid var(--teal);
  text-align: center;
  transform-origin: center;
  background: radial-gradient(circle, #fffffffa 0 56%, #0000 57%), #f5fffef5;
  border-radius: 50%;
  place-content: center;
  transition: opacity .25s, transform .3s, box-shadow .3s;
  animation: 4.5s ease-in-out infinite fda-seal-float;
  display: grid;
  position: fixed;
  bottom: 8px;
  left: 8px;
  transform: rotate(-4deg);
  box-shadow: 0 16px 42px #03192a38, inset 0 0 0 5px #fffffff5, inset 0 0 0 7px #0f8f8b52;
}

.fda-seal:before, .fda-seal:after {
  content: "";
  background: var(--aqua);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 0 4px #43d5cb21;
}

.fda-seal:before {
  left: 12px;
}

.fda-seal:after {
  right: 12px;
}

.fda-seal__top, .fda-seal__bottom {
  letter-spacing: .18em;
  text-transform: uppercase;
  font-size: 6px;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.fda-seal__bottom {
  letter-spacing: .08em;
  font-size: 5px;
}

.fda-seal strong {
  color: var(--teal);
  letter-spacing: -.07em;
  margin: 4px 0 2px;
  font-size: 28px;
  font-weight: 900;
  line-height: .9;
  display: block;
}

.fda-seal small {
  color: #071d3294;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 4px;
  font-weight: 800;
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
}

.fda-seal:hover {
  transform: rotate(0) scale(1.045);
  box-shadow: 0 20px 55px #03192a47, 0 0 0 7px #43d5cb1a, inset 0 0 0 5px #fffffff5, inset 0 0 0 7px #0f8f8b66;
}

@keyframes fda-seal-float {
  0%, 100% {
    translate: 0;
  }

  50% {
    translate: 0 -5px;
  }
}

.profile-gate {
  z-index: 1000;
  color: #fff;
  background: var(--ink);
  place-items: center;
  min-height: 100dvh;
  padding: 24px 20px;
  display: grid;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.profile-gate[hidden] {
  display: none;
}

.profile-gate__backdrop {
  background: radial-gradient(circle at 70% 45%, #13afa62e, #0000 29%), linear-gradient(118deg, #020f1dfa, #052b42e6), url("/images/papilomed-hero-a5-viper-1440.webp") center / cover;
  position: absolute;
  inset: 0;
}

.profile-gate__backdrop:after {
  content: "";
  background-image: linear-gradient(#ffffff14 1px, #0000 1px), linear-gradient(90deg, #ffffff14 1px, #0000 1px);
  background-size: 90px 90px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle, #000, #0000 78%);
  mask-image: radial-gradient(circle, #000, #0000 78%);
}

.profile-gate__shell {
  z-index: 1;
  width: min(1120px, 100%);
  position: relative;
}

.profile-gate__shell > img {
  width: 205px;
  height: auto;
  margin-bottom: 22px;
  display: block;
}

.profile-gate__heading {
  grid-template-columns: 1.25fr .75fr;
  align-items: end;
  gap: 46px;
  margin-bottom: 27px;
  display: grid;
}

.profile-gate__heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -18px;
}

.profile-gate__heading h1 {
  letter-spacing: -.06em;
  margin: 0;
  font-size: clamp(46px, 5.5vw, 68px);
  font-weight: 500;
  line-height: .98;
}

.profile-gate__heading h1 em {
  color: var(--aqua);
  font-family: Georgia, Times New Roman, serif;
  font-weight: 400;
}

.profile-gate__heading > p:last-child {
  color: #ffffffa8;
  margin: 0 0 8px;
  font-size: 16px;
}

.profile-gate__orb {
  z-index: 1;
  pointer-events: none;
  border: 1px solid #43d5cb33;
  border-radius: 50%;
  position: absolute;
}

.profile-gate__orb--one {
  width: 480px;
  height: 480px;
  animation: 9s ease-in-out infinite orb-float;
  top: -190px;
  right: -120px;
  box-shadow: 0 0 0 70px #43d5cb06, 0 0 0 140px #43d5cb05;
}

.profile-gate__orb--two {
  width: 220px;
  height: 220px;
  animation: 7s ease-in-out 1s infinite reverse orb-float;
  bottom: -120px;
  left: 30%;
  box-shadow: inset 0 0 45px #43d5cb14;
}

.profile-gate__choices {
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 18px;
  display: grid;
  position: relative;
}

.profile-gate__shell > img, .profile-gate__heading {
  transition: opacity .36s, transform .52s cubic-bezier(.22, 1, .36, 1);
}

.profile-gate[data-exiting] {
  pointer-events: none;
  animation: .78s both selector-gate-out;
}

.profile-gate[data-exiting] .profile-gate__shell > img, .profile-gate[data-exiting] .profile-gate__heading {
  opacity: 0;
  transform: translateY(-24px);
}

.profile-gate[data-exiting] .profile-gate__choices:after {
  z-index: 8;
  content: "";
  pointer-events: none;
  background: linear-gradient(105deg, #0000 30%, #ffffff6b 49%, #0000 68%);
  animation: .72s cubic-bezier(.22, 1, .36, 1) both selector-light-sweep;
  position: absolute;
  inset: 0;
}

.profile-gate[data-exiting="professional"] .profile-choice--professional, .profile-gate[data-exiting="patient"] .profile-choice--patient {
  z-index: 5;
  filter: saturate(1.15) contrast(1.04);
  clip-path: none;
  flex-basis: 100%;
  margin-left: 0;
  transform: scale(1.025);
}

.profile-gate[data-exiting="professional"] .profile-choice--patient, .profile-gate[data-exiting="patient"] .profile-choice--professional {
  opacity: 0;
  filter: blur(8px);
  flex-basis: 0;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  transform: scale(.94);
}

.profile-gate[data-exiting] .profile-choice__action {
  box-shadow: 0 0 0 10px #43d5cb1a, 0 0 45px #43d5cb47;
}

@keyframes selector-light-sweep {
  from {
    opacity: 0;
    transform: translateX(-120%);
  }

  30% {
    opacity: .8;
  }

  to {
    opacity: 0;
    transform: translateX(120%);
  }
}

@keyframes selector-gate-out {
  0%, 76% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.profile-choice {
  color: #fff;
  min-height: 250px;
  font: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffff14;
  border: 1px solid #fff3;
  border-radius: 4px 42px 4px 4px;
  flex-direction: column;
  align-items: flex-start;
  padding: 34px;
  transition: background .28s, border-color .28s, transform .35s cubic-bezier(.22, 1, .36, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.profile-choice--professional {
  background: linear-gradient(125deg, #0d8d8af5, #053248eb), url("/images/generated-equipment/lab-overview-new-900.webp") center / cover;
  border-color: #79f5eba6;
  min-height: 300px;
  padding: 34px 40px;
  box-shadow: 0 34px 90px #0000004d, inset 0 1px #ffffff38;
}

.profile-choice--professional:after {
  content: "";
  border: 1px solid #ffffff38;
  border-radius: 50%;
  width: 330px;
  height: 330px;
  position: absolute;
  bottom: -130px;
  right: -90px;
  box-shadow: 0 0 0 45px #ffffff09, 0 0 0 90px #ffffff06;
}

.profile-choice--professional > * {
  z-index: 1;
  position: relative;
}

.profile-choice--professional:hover {
  background: linear-gradient(125deg, #0a9f99fa, #053248ed), url("/images/generated-equipment/lab-overview-new-900.webp") center / cover;
}

.profile-choice--patient {
  background: linear-gradient(145deg, #ffffff1c, #041b2db8), url("/images/generated-equipment/cervical-kit-preparation-new-640.webp") center / cover;
  align-self: end;
  min-height: 264px;
}

.profile-choice--patient:before {
  content: "";
  background: linear-gradient(90deg, #031627e6, #03162785);
  position: absolute;
  inset: 0;
}

.profile-choice--patient > * {
  z-index: 1;
  position: relative;
}

.profile-choice__badge {
  letter-spacing: .12em;
  text-transform: uppercase;
  background: #05192d61;
  border: 1px solid #fff3;
  border-radius: 99px;
  align-items: center;
  gap: 9px;
  padding: 7px 11px;
  font-size: 9px;
  font-weight: 800;
  display: inline-flex;
  position: absolute;
  top: 27px;
  left: 42px;
}

.profile-choice__badge i {
  background: var(--aqua);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  box-shadow: 0 0 0 5px #43d5cb1f;
}

.profile-choice:hover {
  background: #43d5cb26;
  border-color: #43d5cb99;
  transform: translateY(-7px);
}

.profile-choice > .icon {
  width: 34px;
  height: 34px;
  color: var(--aqua);
  margin: 38px 0 24px;
}

.profile-choice--professional > .icon {
  color: #fff;
  width: 44px;
  height: 44px;
  margin-top: 60px;
}

.profile-choice__index {
  color: #ffffff7a;
  letter-spacing: .15em;
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  top: 26px;
  right: 28px;
}

.profile-choice strong {
  letter-spacing: -.04em;
  font-size: clamp(23px, 3vw, 34px);
}

.profile-choice--professional strong {
  max-width: 620px;
  font-size: clamp(30px, 3.6vw, 43px);
}

.profile-choice small {
  color: #ffffff9e;
  font-size: 13px;
}

.profile-choice--professional small {
  color: #ffffffc2;
  max-width: 590px;
  font-size: 14px;
}

.profile-choice__action {
  color: var(--aqua);
  text-transform: uppercase;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

.profile-choice--professional .profile-choice__action {
  color: var(--ink);
  background: #fff;
  border-radius: 99px;
  margin-top: 18px;
  padding: 11px 15px;
}

.profile-choice__meta {
  color: #ffffff9e;
  letter-spacing: .08em;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  font-size: 9px;
  font-weight: 800;
  display: flex;
}

.profile-choice__meta b {
  color: #fff;
  font-size: 13px;
}

.profile-choice__meta i {
  background: var(--aqua);
  border-radius: 50%;
  width: 3px;
  height: 3px;
}

.profile-gate__shell {
  grid-template-rows: auto auto minmax(0, 1fr);
  height: min(760px, 100dvh - 32px);
  display: grid;
}

.profile-gate__shell > img {
  width: 190px;
  margin-bottom: 14px;
}

.profile-gate__heading {
  grid-template-columns: 1fr auto;
  gap: 32px;
  margin-bottom: 20px;
}

.profile-gate__heading .eyebrow {
  grid-column: auto;
  align-self: center;
  margin: 0;
}

.profile-gate__heading h1 {
  white-space: nowrap;
  grid-area: 2 / 1;
  font-size: clamp(38px, 4.6vw, 60px);
}

.profile-gate__heading > p:last-child {
  grid-area: 2 / 2;
  align-self: end;
  width: 340px;
  padding-bottom: 5px;
  font-size: 14px;
}

.profile-gate__choices {
  isolation: isolate;
  background: #041727;
  border: 1px solid #6aebe259;
  border-radius: 5px 72px 5px 5px;
  gap: 0;
  min-height: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 44px 120px #00000070;
}

.profile-gate .profile-choice {
  min-width: 0;
  height: 100%;
  min-height: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border: 0;
  border-radius: 0;
  justify-content: flex-end;
  padding: clamp(28px, 3vw, 46px);
  transition: flex-basis .65s cubic-bezier(.22, 1, .36, 1), opacity .36s, filter .45s, transform .65s cubic-bezier(.22, 1, .36, 1), padding .65s cubic-bezier(.22, 1, .36, 1), margin .65s cubic-bezier(.22, 1, .36, 1), clip-path .65s cubic-bezier(.22, 1, .36, 1);
}

.profile-gate .profile-choice:hover {
  border-color: #0000;
  transform: none;
}

.profile-gate .profile-choice--professional {
  z-index: 1;
  background: linear-gradient(0deg, #021423f0 0%, #021c2c40 68%), linear-gradient(90deg, #045e5e94, #0000 70%), url("/images/papilomed-hero-a5-viper-1440.webp") center / cover;
  flex: 68%;
  animation: .85s cubic-bezier(.22, 1, .36, 1) both selector-professional-in;
}

.profile-gate .profile-choice--professional:hover {
  background: linear-gradient(0deg, #021423ed 0%, #021c2c21 70%), linear-gradient(90deg, #04847f8f, #0000 72%), url("/images/papilomed-hero-a5-viper-1440.webp") center / cover;
  flex-basis: 75%;
}

.profile-gate .profile-choice--patient {
  z-index: 2;
  clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(0deg, #031a2af0, #042b3b4d 72%), url("/images/generated-equipment/cervical-kit-preparation-new-960.webp") 62% / cover;
  flex: 32%;
  align-self: stretch;
  margin-left: -42px;
  padding-left: clamp(62px, 6vw, 90px);
  animation: .95s cubic-bezier(.22, 1, .36, 1) .1s both selector-patient-in;
}

.profile-gate .profile-choice--patient:before {
  background: linear-gradient(105deg, #042a39ad, #0416251a);
}

.profile-gate .profile-choice--patient:hover {
  background: linear-gradient(0deg, #031a2aeb, #042b3b2e 74%), url("/images/generated-equipment/cervical-kit-preparation-new-960.webp") 58% / cover;
  flex-basis: 39%;
}

.profile-gate .profile-choice > .icon, .profile-gate .profile-choice--professional > .icon {
  width: 46px;
  height: 46px;
  color: var(--aqua);
  filter: drop-shadow(0 0 16px #43d5cb47);
  margin: auto 0 22px;
}

.profile-gate .profile-choice--professional strong {
  letter-spacing: -.055em;
  text-shadow: 0 12px 34px #00000061;
  max-width: 700px;
  font-size: clamp(34px, 4.1vw, 50px);
  font-weight: 850;
  line-height: .98;
}

.profile-gate .profile-choice--patient strong {
  font-size: clamp(26px, 2.6vw, 34px);
}

.profile-gate .profile-choice__action {
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #05192d8a;
  border: 1px solid #ffffff3d;
  border-radius: 99px;
  width: fit-content;
  margin-top: 18px;
  padding: 11px 15px;
}

.profile-gate .profile-choice--professional .profile-choice__action {
  color: var(--ink);
  background: #fff;
}

.profile-gate .profile-choice__badge {
  top: 30px;
  left: 40px;
}

.profile-gate .profile-choice__index {
  font-size: 13px;
  top: 30px;
  right: 34px;
}

@keyframes selector-professional-in {
  from {
    opacity: 0;
    transform: translateX(-70px) scale(1.04);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes selector-patient-in {
  from {
    opacity: 0;
    transform: translateX(70px) scale(1.04);
  }

  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

.profile-gate[data-exiting="professional"] .profile-gate__choices .profile-choice--professional, .profile-gate[data-exiting="patient"] .profile-gate__choices .profile-choice--patient {
  flex: 100%;
}

.profile-gate[data-exiting="professional"] .profile-gate__choices .profile-choice--patient, .profile-gate[data-exiting="patient"] .profile-gate__choices .profile-choice--professional {
  flex: 0 1 0;
}

.announcement__fda {
  color: var(--aqua);
  align-items: center;
  gap: 11px;
  display: inline-flex;
}

.announcement__fda .status-dot {
  width: 5px;
  height: 5px;
}

.fda-statement {
  background: var(--mist);
  border-left: 3px solid var(--teal);
  align-items: flex-start;
  gap: 16px;
  padding: 20px 22px;
  display: flex;
  color: var(--ink) !important;
  margin-top: 30px !important;
  font-size: 15px !important;
}

.fda-statement .status-dot {
  flex: none;
  margin-top: 8px;
}

.journey__timeline {
  z-index: 0;
  background: #0d8d8a1f;
  border: 1px solid #0d8d8a33;
  border-radius: 99px;
  width: 8px;
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0 8px #43d5cb0b;
}

.journey__timeline-progress {
  background: linear-gradient(180deg, var(--aqua), var(--teal) 58%, var(--ink));
  border-radius: inherit;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.journey__timeline-progress:after {
  content: "";
  filter: blur(2px);
  background: linear-gradient(#0000, #fff, #0000);
  width: 16px;
  height: 18%;
  animation: 4.4s ease-in-out infinite timeline-scan;
  position: absolute;
  top: -18%;
  left: -5px;
}

@keyframes timeline-scan {
  0% {
    top: -18%;
  }

  100% {
    top: 100%;
  }
}

.journey__timeline i {
  color: var(--teal);
  background: var(--mist);
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #0d8d8a33;
  border-radius: 99px;
  padding: 5px 9px;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.journey__timeline-start {
  top: 0;
  transform: translate(-50%, -50%) !important;
}

.journey__timeline-end {
  bottom: 0;
  transform: translate(-50%, 50%) !important;
}

.journey .journey__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 38px 96px;
}

.journey .journey-step {
  min-height: 265px;
  overflow: visible;
  box-shadow: 0 22px 55px #073a4914;
}

.journey .journey-step:nth-of-type(odd) {
  grid-column: 1;
}

.journey .journey-step:nth-of-type(2n) {
  grid-column: 2;
}

.journey .journey-step:first-of-type {
  grid-row: 1;
}

.journey .journey-step:nth-of-type(2) {
  grid-row: 2;
}

.journey .journey-step:nth-of-type(3) {
  grid-row: 3;
}

.journey .journey-step:nth-of-type(4) {
  grid-row: 4;
}

.journey .journey-step:nth-of-type(5) {
  grid-row: 5;
}

.journey .journey-step:nth-of-type(6) {
  grid-row: 6;
}

.journey .journey-step:before {
  content: "";
  background: var(--teal);
  opacity: .42;
  width: 48px;
  height: 2px;
  position: absolute;
  top: 50%;
}

.journey .journey-step:after {
  z-index: 3;
  content: "";
  background: var(--teal);
  border: 5px solid #eaf8f6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: calc(50% - 10px);
  box-shadow: 0 0 0 4px #0d8d8a2e, 0 0 22px #0d8d8a52;
}

.journey .journey-step:nth-of-type(odd):before {
  right: -48px;
}

.journey .journey-step:nth-of-type(odd):after {
  right: -59px;
}

.journey .journey-step:nth-of-type(2n):before {
  left: -48px;
}

.journey .journey-step:nth-of-type(2n):after {
  left: -59px;
}

.journey-step__action {
  color: #fff;
  background: var(--teal);
  font: inherit;
  cursor: pointer;
  border: 0;
  border-radius: 99px;
  align-items: center;
  gap: 9px;
  padding: 9px 13px;
  font-size: 10px;
  font-weight: 800;
  transition: background .22s, transform .22s;
  display: inline-flex;
  position: absolute;
  bottom: 20px;
  right: 22px;
}

.journey-step__action:hover {
  background: var(--ink);
  transform: translateY(-2px);
}

.journey-step__action .icon {
  width: 14px;
  height: 14px;
}

.journey-step__action--pending, .journey-step__action--pending:hover {
  color: #071d3294;
  cursor: not-allowed;
  background: #071d3212;
  transform: none;
}

.contact-map {
  background: #fff;
}

.contact-map__layout {
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: stretch;
  gap: clamp(40px, 7vw, 95px);
  display: grid;
}

.contact-map__frame {
  background: var(--mist);
  border-radius: 4px 64px 4px 4px;
  min-height: 570px;
  overflow: hidden;
  box-shadow: 0 30px 80px #061e3321;
}

.contact-map__frame iframe {
  filter: saturate(.75) contrast(1.03);
  border: 0;
  width: 100%;
  height: 100%;
  min-height: 570px;
  display: block;
}

.contact-map__content {
  align-self: center;
}

.contact-map__content h2 {
  letter-spacing: -.06em;
  margin: 0;
  font-size: clamp(42px, 4.4vw, 62px);
  font-weight: 500;
  line-height: 1;
}

.contact-map__lead, .contact-map__lead > span {
  white-space: nowrap;
}

.contact-map__content h2 em {
  color: var(--teal);
  font-family: Georgia, Times New Roman, serif;
  font-weight: 400;
}

.contact-map__content address {
  color: #071d32a6;
  margin: 30px 0;
  font-style: normal;
}

.contact-map__numbers {
  border-top: 1px solid var(--line);
  display: grid;
}

.contact-map__numbers a {
  border-bottom: 1px solid var(--line);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 17px 0;
  transition: color .18s, padding .18s;
  display: flex;
}

.contact-map__numbers a:hover {
  color: var(--teal);
  padding-inline: 8px;
}

.contact-map__numbers small {
  color: #071d3285;
}

.resource-modal {
  z-index: 160;
  opacity: 0;
  visibility: hidden;
  place-items: center;
  padding: 24px;
  transition: opacity .22s, visibility .22s;
  display: grid;
  position: fixed;
  inset: 0;
}

.resource-modal[data-open] {
  opacity: 1;
  visibility: visible;
}

.resource-modal__backdrop {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #03111fd1;
  position: absolute;
  inset: 0;
}

.resource-modal__dialog {
  background: #fff;
  border-radius: 4px 48px 4px 4px;
  width: min(960px, 100%);
  max-height: calc(100dvh - 48px);
  transition: transform .32s cubic-bezier(.22, 1, .36, 1);
  position: relative;
  overflow: hidden;
  transform: translateY(24px) scale(.97);
  box-shadow: 0 42px 120px #00000059;
}

.resource-modal[data-open] .resource-modal__dialog {
  transform: translateY(0) scale(1);
}

.resource-modal__topline, .resource-modal__footer {
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  padding: 14px 22px;
  display: flex;
}

.resource-modal__topline > div {
  flex-direction: column;
  display: flex;
}

.resource-modal__topline span {
  color: var(--teal);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 800;
}

.resource-modal__close {
  width: 40px;
  height: 40px;
  color: var(--ink);
  background: var(--mist);
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  flex: none;
  place-items: center;
  display: grid;
}

.resource-modal__body {
  background: #081d31;
  height: min(68vh, 650px);
}

.resource-modal__body video, .resource-modal__body iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.resource-modal__body video {
  object-fit: contain;
}

.resource-modal__body [hidden], .resource-modal__footer [hidden] {
  display: none;
}

.resource-modal__footer {
  color: #071d3299;
  font-size: 12px;
}

.resource-modal__footer a {
  color: var(--teal);
  align-items: center;
  gap: 10px;
  font-weight: 800;
  display: inline-flex;
}

@media (max-width: 960px) {
  :root {
    --shell: min(100% - 32px, 760px);
  }

  .announcement {
    display: none;
  }

  .profile-gate__heading, .contact-map__layout {
    grid-template-columns: 1fr;
  }

  .profile-gate__heading {
    gap: 25px;
  }

  .profile-gate__heading .eyebrow {
    margin-bottom: 0;
  }

  .profile-gate__heading h1 {
    white-space: normal;
    grid-area: auto / 1;
  }

  .profile-gate__heading > p:last-child {
    grid-area: auto / 1;
    width: auto;
    max-width: 620px;
  }

  .contact-map__frame, .contact-map__frame iframe {
    min-height: 430px;
  }

  .site-header {
    position: absolute;
  }

  .nav-wrap {
    min-height: 76px;
  }

  .menu-toggle {
    z-index: 3;
    color: currentColor;
    background: none;
    border: 1px solid #ffffff4d;
    border-radius: 50%;
    place-content: center;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 0;
    display: grid;
    position: relative;
  }

  .site-header[data-scrolled] .menu-toggle {
    border-color: var(--line);
  }

  body[data-menu-open] .site-header[data-scrolled] {
    color: #fff;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: none;
  }

  body[data-menu-open] .site-header[data-scrolled] .brand__lockup--light {
    opacity: 1;
    transform: translateY(0);
  }

  body[data-menu-open] .site-header[data-scrolled] .brand__lockup--color {
    opacity: 0;
    transform: translateY(4px);
  }

  body[data-menu-open] .site-header[data-scrolled] .menu-toggle {
    border-color: #ffffff59;
  }

  .menu-toggle span:not(.sr-only) {
    background: currentColor;
    width: 18px;
    height: 1px;
    transition: transform .18s;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: translateY(3.5px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .primary-nav {
    z-index: 2;
    overscroll-behavior: contain;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    background: #05192dfa;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: 100dvh;
    min-height: 100vh;
    padding: 90px max(24px, 50vw - 380px);
    transition: opacity .22s, visibility .22s, transform .22s;
    display: flex;
    position: fixed;
    inset: 0;
    overflow-y: auto;
    transform: translateY(-12px);
  }

  .primary-nav[data-open] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .primary-nav > a:not(.nav-cta) {
    letter-spacing: -.04em;
    font-size: clamp(25px, 6vw, 40px);
    font-weight: 500;
  }

  .hero {
    min-height: 820px;
  }

  .hero__inner {
    min-height: 660px;
  }

  .hero__content {
    width: min(620px, 82%);
  }

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

  .hero-stat--status {
    display: none;
  }

  .trust-strip__inner, .split-grid, .genotype-panel, .patient-hub__layout, .patient-hero__layout, .patient-directory__layout, .testimonial__grid, .hpv__heading, .faq__grid {
    grid-template-columns: 1fr;
  }

  .trust-strip__inner {
    gap: 25px;
    padding: 36px 0;
  }

  .section {
    padding: 95px 0;
  }

  .split-grid, .genotype-panel, .patient-hub__layout, .patient-hero__layout, .patient-directory__layout, .testimonial__grid, .faq__grid {
    gap: 60px;
  }

  .precision-card, .equipment-feature {
    width: min(100%, 580px);
    margin-inline: auto;
  }

  .equipment-gallery {
    grid-template-columns: 1.2fr 1fr;
  }

  .equipment-lineup__heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .equipment-lineup__heading > p {
    max-width: 620px;
  }

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

  .equipment-product, .equipment-product--viper, .equipment-product--totalys, .equipment-product--max, .equipment-product--prepmate, .equipment-product--detail {
    grid-column: span 1;
    min-height: 390px;
  }

  .equipment-product--viper, .equipment-product--detail {
    grid-column: 1 / -1;
  }

  .genotype-panel {
    grid-template-columns: 1fr;
  }

  .journey .journey__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 72px;
  }

  .journey .journey-step:before {
    width: 36px;
  }

  .journey .journey-step:nth-of-type(odd):before {
    right: -36px;
  }

  .journey .journey-step:nth-of-type(odd):after {
    right: -47px;
  }

  .journey .journey-step:nth-of-type(2n):before {
    left: -36px;
  }

  .journey .journey-step:nth-of-type(2n):after {
    left: -47px;
  }

  .journey__line {
    display: none;
  }

  .directory-preview {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .patient-hero__layout {
    padding-top: 130px;
  }

  .patient-hero__content {
    padding-top: 40px;
  }

  .patient-hero__visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .patient-orientation__grid {
    grid-template-columns: 1fr;
  }

  .patient-orientation__card {
    min-height: 300px;
  }

  .patient-orientation__card:nth-child(2), .patient-orientation__card:nth-child(3) {
    margin-top: 0;
  }

  .patient-information__inner {
    grid-template-columns: auto 1fr;
  }

  .patient-information__inner > p {
    grid-column: 2;
    margin: 0;
  }

  .testimonial-stack .quote-card:nth-child(2) {
    margin-left: 70px;
  }

  .sample-feature__content {
    width: min(540px, 64%);
    padding: 42px;
  }

  .equipment-shot:last-child {
    grid-column: 1 / -1;
    min-height: 280px;
  }

  .hpv__heading {
    gap: 25px;
  }

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

  .fact-card {
    min-height: 290px;
  }

  .fact-card__index {
    margin-bottom: 55px;
  }

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

  .footer__grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .contact-map__lead {
    white-space: normal;
  }

  .fda-seal {
    border-width: 2px;
    width: 76px;
    bottom: 14px;
    left: 14px;
    box-shadow: 0 12px 32px #03192a33, inset 0 0 0 4px #fffffff5, inset 0 0 0 5px #0f8f8b52;
  }

  .fda-seal:before, .fda-seal:after {
    width: 4px;
    height: 4px;
    box-shadow: none;
  }

  .fda-seal:before {
    left: 8px;
  }

  .fda-seal:after {
    right: 8px;
  }

  .fda-seal__top, .fda-seal__bottom {
    font-size: 6px;
  }

  .fda-seal__bottom {
    letter-spacing: .04em;
    font-size: 4px;
  }

  .fda-seal strong {
    margin-top: 3px;
    font-size: 23px;
  }

  .fda-seal small {
    font-size: 4px;
    bottom: 11px;
  }

  :root {
    --shell: calc(100% - 28px);
  }

  .brand--header {
    width: 176px;
    height: 39px;
  }

  .brand__lockup {
    width: 165px;
  }

  .profile-gate {
    align-items: start;
    padding: 24px 14px;
  }

  .profile-gate__shell {
    grid-template-rows: auto auto auto;
    height: auto;
    min-height: calc(100dvh - 48px);
  }

  .profile-gate__shell > img {
    width: 175px;
    margin-bottom: 22px;
  }

  .profile-gate__heading h1 {
    font-size: clamp(43px, 13vw, 60px);
  }

  .profile-gate__heading > p:last-child {
    font-size: 15px;
  }

  .profile-gate__choices {
    box-shadow: none;
    background: none;
    border: 0;
    border-radius: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    display: grid;
    overflow: visible;
  }

  .profile-gate .profile-choice {
    clip-path: none;
    border-radius: 3px 32px 3px 3px;
    height: auto;
    min-height: 210px;
    padding: 24px;
  }

  .profile-gate .profile-choice--professional {
    min-height: 280px;
    padding: 28px;
  }

  .profile-gate .profile-choice--patient {
    min-height: 230px;
    margin-left: 0;
    padding-left: 24px;
  }

  .profile-choice__badge {
    top: 20px;
    left: 28px;
  }

  .profile-gate .profile-choice > .icon, .profile-gate .profile-choice--professional > .icon {
    margin: 58px 0 18px;
  }

  .hero {
    min-height: 780px;
  }

  .hero__media img {
    object-position: 68% center;
  }

  .hero__veil {
    background: linear-gradient(90deg, #041324f2, #0413248c), linear-gradient(0deg, #041324eb, #0000 70%);
  }

  .hero__inner {
    align-items: flex-end;
    min-height: 620px;
    padding: 120px 0 55px;
  }

  .hero__content {
    width: 100%;
  }

  .hero h1 {
    font-size: clamp(46px, 14vw, 64px);
  }

  .hero__lead {
    font-size: 17px;
  }

  .hero__actions, .cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__note {
    display: none;
  }

  .hero__stats {
    min-height: 130px;
  }

  .hero-stat {
    padding: 18px 8px;
  }

  .hero-stat:first-child {
    padding-left: 0;
  }

  .hero-stat strong {
    font-size: 22px;
  }

  .hero-stat > span {
    font-size: 8px;
    line-height: 1.4;
  }

  .trust-logos {
    gap: 8px;
  }

  .trust-logos > span {
    padding-left: 9px;
  }

  .trust-logos strong {
    font-size: 19px;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading h2, .testimonial h2, .cta h2 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .split-grid {
    flex-direction: column;
    display: flex;
  }

  .precision-card, .equipment-feature {
    border-radius: 4px 50px 4px 4px;
    min-height: 540px;
  }

  .dna-visual {
    opacity: .55;
    right: 10px;
  }

  .precision-card__content {
    padding: 150px 24px 80px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .journey {
    margin-top: 48px;
  }

  .journey .journey__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-left: 55px;
  }

  .journey .journey-step {
    grid-area: auto / 1;
    min-height: 280px;
  }

  .journey .journey-step:first-of-type, .journey .journey-step:nth-of-type(2), .journey .journey-step:nth-of-type(3), .journey .journey-step:nth-of-type(4), .journey .journey-step:nth-of-type(5), .journey .journey-step:nth-of-type(6) {
    grid-area: auto / 1;
  }

  .journey__timeline {
    left: 20px;
    transform: none;
  }

  .journey .journey-step:nth-of-type(odd):before, .journey .journey-step:nth-of-type(2n):before {
    width: 35px;
    left: -35px;
    right: auto;
  }

  .journey .journey-step:nth-of-type(odd):after, .journey .journey-step:nth-of-type(2n):after {
    left: -46px;
    right: auto;
  }

  .journey-step__action {
    bottom: 18px;
    right: 18px;
  }

  .journey__legend {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }

  .equipment-gallery {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }

  .equipment-lineup {
    margin-top: 76px;
  }

  .equipment-lineup__heading {
    margin-bottom: 38px;
  }

  .equipment-lineup__grid {
    grid-template-columns: 1fr;
  }

  .equipment-product, .equipment-product--viper, .equipment-product--totalys, .equipment-product--max, .equipment-product--prepmate, .equipment-product--detail {
    border-radius: 3px 34px 3px 3px;
    grid-column: auto;
    min-height: 350px;
  }

  .equipment-product picture {
    inset: 52px 24px 96px;
  }

  .equipment-product--totalys picture, .equipment-product--prepmate picture, .equipment-product--detail picture {
    inset-inline: 30px;
  }

  .equipment-product figcaption {
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
  }

  .equipment-product figcaption small {
    text-align: left;
    max-width: none;
  }

  .genotype-panel {
    border-radius: 3px 38px 3px 3px;
    margin-top: 58px;
    padding: 32px 22px;
  }

  .genotype-group {
    padding: 22px 18px;
  }

  .genotype-chips {
    grid-template-columns: repeat(2, 1fr);
  }

  .genotype-chips--grouped {
    grid-template-columns: 1fr;
  }

  .equipment-shot, .equipment-shot:last-child {
    border-radius: 3px 34px 3px 3px;
    grid-column: auto;
    min-height: 280px;
  }

  .process-grid:before {
    display: none;
  }

  .process-card {
    min-height: auto;
  }

  .sample-feature {
    border-radius: 4px 40px 4px 4px;
    min-height: 610px;
    margin-top: 54px;
  }

  .sample-feature__media img {
    object-position: 63% center;
  }

  .sample-feature__veil {
    background: linear-gradient(0deg, #041424f7 0%, #041424c2 48%, #04142414 82%);
  }

  .sample-feature__content {
    justify-content: flex-end;
    width: 100%;
    min-height: 610px;
    padding: 32px 24px 82px;
  }

  .sample-feature__badge {
    bottom: 20px;
    left: 24px;
    right: auto;
  }

  .quote-card {
    border-radius: 4px 38px 4px 4px;
  }

  .patient-hub__layout {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .patient-hero, .patient-hero__layout {
    min-height: auto;
  }

  .patient-hero__layout {
    gap: 45px;
    padding: 112px 0 72px;
  }

  .patient-hero__content {
    padding-top: 0;
  }

  .patient-hero__breadcrumb {
    margin-bottom: 38px;
  }

  .patient-hero h1 {
    font-size: clamp(48px, 14vw, 66px);
  }

  .patient-hero__content > p:not(.eyebrow):not(.patient-hero__note) {
    font-size: 16px;
  }

  .patient-hero__visual, .patient-hero__visual picture, .patient-hero__visual img {
    height: 440px;
    min-height: 440px;
  }

  .patient-hero__visual {
    border-radius: 4px 45px 4px 4px;
  }

  .patient-hero__visual img {
    object-position: 60% center;
  }

  .patient-promise {
    margin-top: -24px;
  }

  .patient-promise__grid {
    border-radius: 3px 28px 3px 3px;
    grid-template-columns: 1fr;
  }

  .patient-promise article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 92px;
  }

  .patient-promise article:last-child {
    border-bottom: 0;
  }

  .patient-orientation__grid {
    margin-top: 48px;
  }

  .patient-orientation__card {
    min-height: 290px;
    padding: 26px;
  }

  .patient-information {
    padding: 75px 0;
  }

  .patient-information__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .patient-information__inner > p {
    grid-column: auto;
  }

  .patient-hub__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .patient-hub__actions > span {
    padding-left: 8px;
  }

  .directory-preview {
    border-radius: 3px 38px 3px 3px;
  }

  .directory-preview__header, .directory-preview__footer {
    padding-inline: 18px;
  }

  .directory-preview__search {
    margin-inline: 14px;
  }

  .directory-preview__list {
    padding-inline: 14px;
  }

  .testimonial-stack .quote-card, .testimonial-stack .quote-card:nth-child(2) {
    margin-left: 0;
    padding: 30px 25px;
  }

  .quote-card blockquote {
    font-size: 23px;
  }

  .facts-grid {
    margin-top: 48px;
  }

  .faq-item summary {
    min-height: 76px;
    font-size: 15px;
  }

  .whatsapp-float {
    grid-template-columns: auto;
    min-width: 0;
    padding: 8px;
    bottom: 14px;
    right: 14px;
  }

  .whatsapp-float__label, .whatsapp-float__status {
    display: none;
  }

  .whatsapp-float__icon {
    width: 46px;
    height: 46px;
  }

  .video-modal, .resource-modal {
    padding: 10px;
  }

  .resource-modal__dialog {
    border-radius: 3px 28px 3px 3px;
    max-height: calc(100dvh - 20px);
  }

  .resource-modal__topline, .resource-modal__footer {
    padding: 12px 14px;
  }

  .resource-modal__body {
    height: min(66vh, 560px);
  }

  .resource-modal__footer > span {
    display: none;
  }

  .contact-map__frame, .contact-map__frame iframe {
    min-height: 350px;
  }

  .contact-map__numbers a {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .video-modal__dialog {
    border-radius: 3px 28px 3px 3px;
    width: 100%;
    max-height: calc(100dvh - 20px);
  }

  .video-modal__topline, .video-modal__footer {
    padding: 14px 16px;
  }

  .video-modal__topline strong {
    font-size: 14px;
  }

  .video-modal__footer > span {
    display: none;
  }

  .cta {
    padding: 85px 0;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer__grid > div:first-child {
    grid-column: auto;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 1100px) {
  .hero-equipment {
    display: none;
  }
}

.journey {
  isolation: isolate;
}

.journey .journey__grid {
  grid-template-rows: repeat(3, minmax(310px, auto));
  grid-template-columns: repeat(2, minmax(0, 390px));
  justify-content: center;
  gap: 132px 150px;
  padding: 58px 0 66px;
  position: relative;
}

.journey .journey-step, .journey .journey-step:first-of-type, .journey .journey-step:nth-of-type(2), .journey .journey-step:nth-of-type(3), .journey .journey-step:nth-of-type(4), .journey .journey-step:nth-of-type(5), .journey .journey-step:nth-of-type(6) {
  z-index: 2;
  --step-accent: var(--teal);
  background: radial-gradient(circle at 96% 2%, var(--step-accent) 0, transparent 34%), #fff;
  flex-direction: column;
  grid-row: auto;
  min-height: 310px;
  padding: 30px;
  display: flex;
  overflow: hidden;
}

@supports (color: color-mix(in lab, red, red)) {
  .journey .journey-step, .journey .journey-step:first-of-type, .journey .journey-step:nth-of-type(2), .journey .journey-step:nth-of-type(3), .journey .journey-step:nth-of-type(4), .journey .journey-step:nth-of-type(5), .journey .journey-step:nth-of-type(6) {
    background: radial-gradient(circle at 96% 2%, color-mix(in srgb, var(--step-accent) 12%, #fff) 0, transparent 34%), #fff;
  }
}

.journey .journey-step, .journey .journey-step:first-of-type, .journey .journey-step:nth-of-type(2), .journey .journey-step:nth-of-type(3), .journey .journey-step:nth-of-type(4), .journey .journey-step:nth-of-type(5), .journey .journey-step:nth-of-type(6) {
  border: 1px solid var(--step-accent);
}

@supports (color: color-mix(in lab, red, red)) {
  .journey .journey-step, .journey .journey-step:first-of-type, .journey .journey-step:nth-of-type(2), .journey .journey-step:nth-of-type(3), .journey .journey-step:nth-of-type(4), .journey .journey-step:nth-of-type(5), .journey .journey-step:nth-of-type(6) {
    border: 1px solid color-mix(in srgb, var(--step-accent) 25%, #dceceb);
  }
}

.journey .journey-step, .journey .journey-step:first-of-type, .journey .journey-step:nth-of-type(2), .journey .journey-step:nth-of-type(3), .journey .journey-step:nth-of-type(4), .journey .journey-step:nth-of-type(5), .journey .journey-step:nth-of-type(6) {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 4px 32px 4px 4px;
  transition: transform .42s cubic-bezier(.22, 1, .36, 1), border-color .32s, box-shadow .42s;
  box-shadow: 0 24px 58px #073a491a, inset 0 1px #fff;
}

.journey .journey-step:first-of-type {
  --step-accent: #087f83;
}

.journey .journey-step:nth-of-type(2) {
  --step-accent: #009f98;
}

.journey .journey-step:nth-of-type(3) {
  --step-accent: #087f9a;
}

.journey .journey-step:nth-of-type(4) {
  --step-accent: #157f76;
}

.journey .journey-step:nth-of-type(5) {
  --step-accent: #245f7e;
}

.journey .journey-step:nth-of-type(6) {
  --step-accent: #148b70;
}

.journey .journey-step:first-of-type {
  grid-area: 1 / 1;
}

.journey .journey-step:nth-of-type(2) {
  grid-area: 1 / 2;
}

.journey .journey-step:nth-of-type(3) {
  grid-area: 2 / 2;
}

.journey .journey-step:nth-of-type(4) {
  grid-area: 2 / 1;
}

.journey .journey-step:nth-of-type(5) {
  grid-area: 3 / 1;
}

.journey .journey-step:nth-of-type(6) {
  grid-area: 3 / 2;
}

.journey .journey-step:before, .journey .journey-step:after {
  content: none;
}

.journey-step__number {
  color: #fff;
  background: linear-gradient(145deg, var(--step-accent), var(--step-accent));
  place-items: center;
  width: 34px;
  height: 34px;
  display: grid;
}

@supports (color: color-mix(in lab, red, red)) {
  .journey-step__number {
    background: linear-gradient(145deg, color-mix(in srgb, var(--step-accent) 82%, #fff), var(--step-accent));
  }
}

.journey-step__number {
  border-radius: 50%;
  box-shadow: 0 0 0 6px #43d5cb1f, 0 8px 18px #0d8d8a33;
}

.journey-step__signal {
  width: 78px;
  height: 78px;
  color: var(--step-accent);
  background: linear-gradient(145deg, #fff 8%, var(--step-accent));
  margin: 30px 0 24px;
}

@supports (color: color-mix(in lab, red, red)) {
  .journey-step__signal {
    background: linear-gradient(145deg, #fff 8%, color-mix(in srgb, var(--step-accent) 14%, #fff));
  }
}

.journey-step__signal {
  border-color: var(--step-accent);
}

@supports (color: color-mix(in lab, red, red)) {
  .journey-step__signal {
    border-color: color-mix(in srgb, var(--step-accent) 34%, #fff);
  }
}

.journey-step__signal {
  box-shadow: inset 0 1px 0 #fff, 0 16px 34px var(--step-accent);
  border-radius: 24px;
}

@supports (color: color-mix(in lab, red, red)) {
  .journey-step__signal {
    box-shadow: inset 0 1px 0 #fff, 0 16px 34px color-mix(in srgb, var(--step-accent) 16%, transparent);
  }
}

.journey-step__signal:after {
  z-index: 2;
  content: "";
  background: var(--step-accent);
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px var(--step-accent);
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
}

@supports (color: color-mix(in lab, red, red)) {
  .journey-step__signal:after {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--step-accent) 14%, transparent);
  }
}

.journey-step__icon {
  stroke-width: 1.55px;
  width: 38px;
  height: 38px;
}

.journey-step h3 {
  font-size: clamp(20px, 1.8vw, 24px);
}

.journey-step p {
  padding-right: 6px;
  font-size: 12.5px;
}

.journey .journey-step--interactive {
  padding-bottom: 28px;
}

.journey .journey-step__action {
  background: var(--step-accent);
  min-height: 44px;
  box-shadow: 0 10px 24px var(--step-accent);
  align-self: flex-end;
  margin-top: auto;
  padding: 11px 15px;
  position: relative;
  bottom: auto;
  right: auto;
}

@supports (color: color-mix(in lab, red, red)) {
  .journey .journey-step__action {
    box-shadow: 0 10px 24px color-mix(in srgb, var(--step-accent) 20%, transparent);
  }
}

.journey .journey-step:hover, .journey .journey-step[data-journey-active] {
  z-index: 3;
  border-color: var(--step-accent);
}

@supports (color: color-mix(in lab, red, red)) {
  .journey .journey-step:hover, .journey .journey-step[data-journey-active] {
    border-color: color-mix(in srgb, var(--step-accent) 55%, #fff);
  }
}

.journey .journey-step:hover, .journey .journey-step[data-journey-active] {
  box-shadow: 0 34px 76px #073a4929, 0 0 0 1px var(--step-accent);
}

@supports (color: color-mix(in lab, red, red)) {
  .journey .journey-step:hover, .journey .journey-step[data-journey-active] {
    box-shadow: 0 34px 76px #073a4929, 0 0 0 1px color-mix(in srgb, var(--step-accent) 12%, transparent);
  }
}

.journey .journey-step:hover, .journey .journey-step[data-journey-active] {
  transform: translateY(-7px);
}

.journey .journey-step:hover .journey-step__signal, .journey .journey-step[data-journey-active] .journey-step__signal {
  color: #fff;
  background: linear-gradient(145deg, var(--step-accent), var(--step-accent));
}

@supports (color: color-mix(in lab, red, red)) {
  .journey .journey-step:hover .journey-step__signal, .journey .journey-step[data-journey-active] .journey-step__signal {
    background: linear-gradient(145deg, color-mix(in srgb, var(--step-accent) 78%, #fff), var(--step-accent));
  }
}

.journey .journey-step:hover .journey-step__signal, .journey .journey-step[data-journey-active] .journey-step__signal {
  box-shadow: 0 20px 42px var(--step-accent);
  border-color: #0000;
}

@supports (color: color-mix(in lab, red, red)) {
  .journey .journey-step:hover .journey-step__signal, .journey .journey-step[data-journey-active] .journey-step__signal {
    box-shadow: 0 20px 42px color-mix(in srgb, var(--step-accent) 30%, transparent);
  }
}

.journey .journey-step:hover .journey-step__signal, .journey .journey-step[data-journey-active] .journey-step__signal {
  transform: translateY(-5px) rotate(0);
}

.journey .journey-step:hover .journey-step__signal:after, .journey .journey-step[data-journey-active] .journey-step__signal:after {
  border-color: var(--step-accent);
  background: #fff;
}

@supports (color: color-mix(in lab, red, red)) {
  .journey .journey-step:hover .journey-step__signal:after, .journey .journey-step[data-journey-active] .journey-step__signal:after {
    border-color: color-mix(in srgb, var(--step-accent) 80%, #000);
  }
}

.journey .journey-step:hover .journey-step__icon, .journey .journey-step[data-journey-active] .journey-step__icon {
  transform: rotate(0) scale(1.08);
}

.journey__route {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.journey__route svg {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.journey__route path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.journey__route-shadow {
  stroke: #0d8d8a26;
  stroke-width: 24px;
  stroke-linecap: round;
  filter: drop-shadow(0 10px 18px #0d8d8a1f);
}

.journey__route-track {
  stroke: var(--teal);
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-dasharray: 1.5 2.3;
  animation: 5.5s linear infinite journey-route-flow;
}

.journey__route-runner {
  filter: drop-shadow(0 0 10px #43d5cbe6);
}

.journey__route-runner-halo {
  fill: #43d5cb38;
  stroke: #fffc;
  stroke-width: 1px;
}

.journey__route-runner-core {
  fill: #fff;
  stroke: var(--teal);
  stroke-width: 3px;
}

@keyframes journey-route-flow {
  to {
    stroke-dashoffset: -19px;
  }
}

.journey__route--mobile {
  display: none;
}

.journey__route-label {
  z-index: 3;
  color: var(--teal);
  letter-spacing: .13em;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #0d8d8a40;
  border-radius: 99px;
  padding: 7px 12px;
  font-size: 8px;
  font-weight: 900;
  position: absolute;
  box-shadow: 0 8px 20px #073a491a;
}

.journey__route-label--start {
  top: 15.77%;
  left: 3.75%;
  transform: translate(-50%, -50%);
}

.journey__route-label--end {
  inset: 83.85% auto auto 96.25%;
  transform: translate(-50%, -50%);
}

.journey__timeline {
  display: none;
}

.kit-gallery {
  background: #ffffff2e;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: auto;
}

.kit-gallery[hidden] {
  display: none;
}

.kit-gallery figure {
  background: #f8fafb;
  min-width: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.kit-gallery picture, .kit-gallery img {
  width: 100%;
  height: 100%;
  display: block;
}

.kit-gallery img {
  object-fit: contain;
}

.kit-gallery figcaption {
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #071d32d1;
  border-radius: 3px 14px 3px 3px;
  padding: 10px 13px;
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

@media (max-width: 1020px) and (min-width: 761px) {
  .journey .journey__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 104px 48px;
    padding: 46px 8px 54px;
  }

  .journey .journey-step, .journey .journey-step:first-of-type, .journey .journey-step:nth-of-type(2), .journey .journey-step:nth-of-type(3), .journey .journey-step:nth-of-type(4), .journey .journey-step:nth-of-type(5), .journey .journey-step:nth-of-type(6) {
    min-height: 300px;
    padding: 24px;
  }

  .journey-step__action {
    min-height: 44px;
  }
}

@media (max-width: 760px) {
  .journey .journey__grid {
    flex-direction: column;
    gap: 42px;
    padding: 28px 0 38px;
    display: flex;
  }

  .journey .journey-step, .journey .journey-step:first-of-type, .journey .journey-step:nth-of-type(2), .journey .journey-step:nth-of-type(3), .journey .journey-step:nth-of-type(4), .journey .journey-step:nth-of-type(5), .journey .journey-step:nth-of-type(6) {
    width: calc(100% - 34px);
    min-height: 260px;
    padding: 24px;
  }

  .journey .journey-step--interactive {
    min-height: 300px;
    padding-bottom: 24px;
  }

  .journey .journey-step:nth-of-type(odd) {
    border-radius: 4px 28px 4px 4px;
    align-self: flex-start;
  }

  .journey .journey-step:nth-of-type(2n) {
    border-radius: 28px 4px 4px;
    align-self: flex-end;
  }

  .journey__route--desktop {
    display: none;
  }

  .journey__route--mobile {
    display: block;
    inset: 0;
  }

  .journey__route-shadow {
    stroke-width: 18px;
  }

  .journey__route-track {
    stroke-width: 3px;
  }

  .journey-step__signal {
    width: 70px;
    height: 70px;
    margin: 20px 0 17px;
  }

  .journey-step__icon {
    width: 34px;
    height: 34px;
  }

  .journey .journey-step[data-journey-active] {
    transform: translateY(-3px);
  }

  .journey-step p {
    max-width: calc(100% - 20px);
  }

  .journey-step__action {
    margin-top: 18px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .kit-gallery {
    scroll-snap-type: y proximity;
    grid-template-columns: 1fr;
  }

  .kit-gallery figure {
    scroll-snap-align: start;
    min-height: 54vh;
  }
}

@media (max-width: 1100px) {
  .genotype-compare {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .genotype-compare__card--extended {
    grid-column: 1 / -1;
    min-height: auto;
    transform: none;
  }

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

@media (max-width: 680px) {
  .genotype-panel {
    padding: 0 0 32px;
  }

  .genotype-panel__header {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 34px 23px 38px;
  }

  .genotype-panel__header h3 em {
    display: inline;
  }

  .genotype-panel__question {
    text-align: left;
    padding: 42px 22px 32px;
  }

  .genotype-panel__question p {
    margin: 0;
  }

  .genotype-compare {
    grid-template-columns: 1fr;
    padding-inline: 14px;
  }

  .genotype-compare__card, .genotype-compare__card--extended {
    grid-column: auto;
    min-height: auto;
    padding: 22px;
  }

  .genotype-compare__card h5 {
    margin-top: 16px;
  }

  .genotype-compare__card > p:last-child {
    min-height: 0;
  }

  .genotype-results {
    grid-template-columns: 1fr;
  }

  .genotype-risk {
    grid-template-columns: 1fr;
    justify-items: start;
    margin: 36px 14px 0;
    padding: 25px 22px;
  }

  .genotype-risk__mark {
    width: 104px;
    height: 104px;
  }

  .genotype-risk__mark strong {
    font-size: 36px;
  }

  .genotype-risk__signal {
    display: none;
  }

  .genotype-panel__note {
    text-align: left;
    padding-inline: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .journey__route-runner {
    display: none;
  }

  .journey .journey-step[data-journey-active] {
    transform: none;
  }
}

@media print {
  .site-header, .hero__grid, .hero__actions, .cta, .footer {
    display: none;
  }

  .hero {
    min-height: auto;
    color: var(--ink);
    background: #fff;
  }

  .hero__media, .hero__veil {
    display: none;
  }
}
