.vital-samples-r10 {
  --hc-ink: #342641;
  --hc-muted: #65596f;
  --hc-purple: #65358f;
  --hc-line: #e3dbe9;
}

.vital-samples-r10 [hidden] {
  display: none !important;
}

.vital-samples-r10 .hc-wrap {
  width: min(1180px, calc(100% - 80px));
  margin-inline: auto;
}

.vital-samples-r10 .hc-header {
  font-family: Inter, system-ui, sans-serif;
  font-style: normal;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
  margin: 0;
  position: relative;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: linear-gradient(110deg, #fff 40%, #fcf9ff);
  border-bottom: 1px solid var(--hc-line);
  box-shadow: 0 3px 18px #41256108;
}

.vital-samples-r10 .hc-header,
.vital-samples-r10 .hc-header * { box-sizing: border-box; }
.vital-samples-r10 .hc-header nav a { padding: 0; background: transparent; border: 0; box-shadow: none; }

.vital-samples-r10 .hc-header > .hc-wrap {
  min-height: 96px;
  padding-block: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.vital-samples-r10 .hc-brand {
  display: block;
  flex: 0 0 auto;
}

.vital-samples-r10 .hc-brand img {
  display: block;
  width: 205px;
  height: auto;
  max-width: 100%;
}

.vital-samples-r10 .hc-header nav {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.vital-samples-r10 .hc-header nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
  color: var(--hc-purple);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}

.vital-samples-r10 .hc-header nav a[aria-current="page"] {
  color: var(--hc-ink);
  font-weight: 700;
}

.vital-samples-r10 .hc-header nav a:hover,
.vital-samples-r10 .hc-footer a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.vital-samples-r10 .hc-header a:focus-visible,
.vital-samples-r10 .hc-footer a:focus-visible,
.vital-samples-r10 .hc-promo-row :is(input, button):focus-visible {
  outline: 3px solid #8b5ba8;
  outline-offset: 4px;
}

.vital-samples-r10 .hc-promo-row {
  border-top: 1px solid #e7deed;
  background: linear-gradient(110deg, #f6effb, #f7f4fc 55%, #eef3fb);
}

.vital-samples-r10 .hc-promo-layout {
  display: grid;
  grid-template-columns: auto minmax(240px, 380px) minmax(0, 1fr);
  align-items: center;
  gap: 12px 20px;
  padding-block: 13px;
}

.vital-samples-r10 .hc-promo-layout > label {
  color: #543068;
  font-size: 14px;
  font-weight: 700;
}

.vital-samples-r10 .hc-promo-controls {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0;
}

.vital-samples-r10 .hc-promo-row input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 10px;
  color: var(--hc-ink);
  background: #fff;
  border: 1px solid #ac93bd;
  border-radius: 5px;
  font: inherit;
  font-size: 14px;
}

.vital-samples-r10 .hc-promo-row input::placeholder {
  color: #73637e;
  opacity: 1;
}

.vital-samples-r10 .hc-promo-row button {
  flex: none;
  min-height: 44px;
  padding: 8px 12px;
  color: #543068;
  background: #f5eef9;
  border: 1px solid #ac93bd;
  border-radius: 5px;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: translate .18s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease;
}

.vital-samples-r10 .hc-promo-row button:not(:disabled):hover {
  translate: 0 -2px;
  box-shadow: 0 4px 14px #65358f22;
}

.vital-samples-r10 .hc-promo-row button:disabled {
  color: #65596f;
  background: #efebf2;
  border-color: #c5b8ce;
  cursor: default;
}

.vital-samples-r10 .hc-promo-row button.is-applied {
  opacity: 1;
  color: #fff;
  background: var(--hc-purple) !important;
  border-color: var(--hc-purple);
}

.vital-samples-r10 .hc-promo-feedback p {
  margin: 0;
  color: #543068;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.vital-samples-r10 .hc-promo-feedback .is-error {
  color: #9d2525;
}

.vital-samples-r10 .hc-footer {
  border-top: 1px solid var(--hc-line);
  padding: 24px 0;
  color: var(--hc-muted);
  background: linear-gradient(115deg, #f7f0fc, #faf8fd 55%, #f0f4fb);
  font-size: 14px;
}

.vital-samples-r10 .hc-footer > .hc-wrap,
.vital-samples-r10 .hc-footer nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px 28px;
  flex-wrap: wrap;
}

.vital-samples-r10 .hc-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--hc-purple);
  text-decoration: none;
}

.vital-samples-r10 .hc-footer .hc-terms {
  margin: 12px 0 0;
  padding-top: 18px;
  font-size: 13px;
  line-height: 1.7;
}

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

.vital-samples-r10 .hc-skip:focus {
  top: 8px;
  left: 8px;
  z-index: 2000;
  width: auto;
  height: auto;
  padding: 12px;
  margin: 0;
  overflow: visible;
  clip: auto;
  color: var(--hc-ink);
  background: #fff;
  border: 3px solid #8b5ba8;
  border-radius: 5px;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .vital-samples-r10 .hc-promo-layout {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px 16px;
  }

  .vital-samples-r10 .hc-promo-feedback {
    grid-column: 1 / -1;
  }
}

@media (max-width: 650px) {
  .vital-samples-r10 .hc-wrap {
    width: calc(100% - 48px);
  }

  .vital-samples-r10 .hc-header > .hc-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    min-height: 80px;
    padding-block: 18px 8px;
  }

  .vital-samples-r10 .hc-brand img {
    width: 190px;
  }

  .vital-samples-r10 .hc-header nav {
    width: 100%;
    justify-content: space-between;
    gap: 8px 14px;
  }

  .vital-samples-r10 .hc-header nav a {
    font-size: 14px;
  }

  .vital-samples-r10 .hc-footer nav {
    justify-content: flex-start;
    gap: 8px 22px;
  }
}

@media (max-width: 480px) {
  .vital-samples-r10 .hc-wrap {
    width: calc(100% - 40px);
  }

  .vital-samples-r10 .hc-brand img {
    width: 155px;
  }

  .vital-samples-r10 .hc-header nav a {
    gap: 6px;
  }

  .vital-samples-r10 .hc-promo-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .vital-samples-r10 .hc-promo-controls {
    width: 100%;
  }

  .vital-samples-r10 .hc-footer > .hc-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vital-samples-r10 .hc-promo-row button {
    transition: none !important;
  }

  .vital-samples-r10 .hc-promo-row button:not(:disabled):hover {
    translate: none;
  }
}
