/** Shopify CDN: Minification failed

Line 1864:3 Unexpected "/"

**/
:root {
  --navy: #0b1f3a;
  --blue: #1c4480;
  --mid: #2d68b0;
  --accent: #e05c18;
  --accent2: #f07030;
  --bg: #edf1f7;
  --card: #fff;
  --border: #cdd5e0;
  --text: #0b1f3a;
  --muted: #586880;
  --light: #eef2f8;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
}

.health-risk-section {
  padding-inline: 20px;
}

.health-risk-section .hero-section.home {
  padding-bottom: 50px;
  font-size: 16px;
  padding-top: 140px;
}

.widget {
  width: 100%;
  max-width: 1320px;
  background: var(--card);
  border-radius: 16px;
  box-shadow: 0 4px 6px #0b1f3a0a, 0 20px 60px #0b1f3a1f;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.hdr {
  background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);
  padding: 1.15em 2em;
  display: flex;
  align-items: center;
  gap: 1em;
}

.hdr-title {
  font-family: 'DM Serif Display', serif;
  font-size: 1.35em;
  color: #fff;
  line-height: 1.1;
}

.hdr-title em {
  font-style: italic;
  opacity: 0.82;
}

.hdr-sub {
  font-size: .7em;
  color: #ffffff75;
  margin-top: 8px;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.4;
}

.hdr-badge {
  margin-left: auto;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 20px;
  padding: 0.3em 1.4em;
  font-size: .62em;
  font-weight: 700;
  color: #ffffff9e;
  letter-spacing: .12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.widget-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.meter-row {
  display: grid;
  grid-template-columns: 30.77% 69.23%;
  flex-shrink: 0;
  border-bottom: 1px solid var(--border);
}

.meter-left-cap {
  background: #f8fafc;
  border-right: 1px solid var(--border);
  padding: 0.75em 1.5em 0.65em;
  display: flex;
  align-items: center;
}

.meter-left-cap span {
  font-size: .59em;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  line-height: 1.4;
}

.meter-area {
  background: #f4f7fb;
  padding: 0.75em 1.5em 0.65em;
}

.meter-top-row {
  display: flex;
  align-items: center;
  margin-bottom: 0.3em;
}

.meter-label {
  font-size: 0.59em;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy);
}

.meter-chip {
  margin-left: auto;
  font-size: 0.62em;
  font-weight: 700;
  padding: 0.1em 0.52em;
  border-radius: 4px;
  background: var(--light);
  color: var(--muted);
  transition: all 0.4s ease;
  letter-spacing: 0.04em;
}

.meter-track {
  position: relative;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #0db86a 0%, #8bc83a 22%, #f0c400 44%, #f08800 64%, #e84400 80%, #e81428 100%);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.meter-needle {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2.5px solid var(--navy);
  border-radius: 50%;
  transition: left 1.4s cubic-bezier(.34, 1.56, .64, 1);
  box-shadow: 0 2px 8px #0b1f3a38;
  left: 2%;
  display: block !important;
}

.meter-ends {
  display: flex;
  justify-content: space-between;
  font-size: 0.56em;
  font-weight: 700;
  color: var(--muted);
  margin-top: 0.2em;
  letter-spacing: 0.06em;
}

.badges-row {
  display: grid;
  grid-template-columns: 30.77% 69.23%;
  flex-shrink: 0;
  border-bottom: 1px solid var(--border);
}

.badges-row:not(:has(.show)) {
  display: none
}

.badges-left-cap {
  background: #f8fafc;
  border-right: 1px solid var(--border);
}

.badges-area {
  background: #fafcff;
  padding: 0.32em 1.2em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.22em;
  min-height: 1.8em;
  align-items: center;
}

.sys-badge {
  font-size: .56em;
  font-weight: 700;
  padding: 6px 8px;
  line-height: 1.4;
  border-radius: 6px;
  display: none;
  transform: scale(.82);
  transition: all .32s;
  background: var(--bc, #eef2f8);
  color: var(--tc, #5a7090);
}

.sys-badge.show {
  display: block;
  transform: scale(1);
}

.cols {
  display: grid;
  grid-template-columns: 30.77% 30.77% 38.46%;
  flex: 1;
  min-height: 0;
  max-height: 790px;
  height: 1px;
}

.col-left {
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  background: #f8fafc;
  overflow: hidden;
}

.col-left-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.3em 1.5em 0.8em;
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
}

.col-left-body::-webkit-scrollbar {
  width: 3px;
}

.col-left-body::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 2px;
}

.col-left-footer {
  flex-shrink: 0;
  padding: 0.9em 1.5em;
  border-top: 1px solid var(--border);
  background: #f4f6fa;
}

.col-center {
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  background: #fff;
  overflow: hidden;
}

.col-center-body {
  flex: 1;
  overflow-y: auto;
  padding: 1.2em 1.4em;
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
  min-width: 0;
}

.col-center-body::-webkit-scrollbar {
  width: 3px;
}

.col-center-body::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 2px;
}

.col-center-footer {
  flex-shrink: 0;
  border-top: 1px solid var(--border);
  background: #f4f7fb;
}

.col-right {
  background: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.col-right img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: top center;
}

.body-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
}

.intro {
  display: flex;
  flex-direction: column;
  gap: 0.9em;
  animation: fadeUp 0.3s ease;
}

.intro[hidden] {
  display: none !important;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.intro-hed {
  font-family: 'DM Serif Display', serif;
  font-size: 1.18em;
  color: var(--navy);
  line-height: 1.22;
}

.intro-hed em {
  font-style: italic;
  color: var(--accent);
}

.intro-desc {
  font-size: 0.78em;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 400;
}

.intro-desc strong {
  color: var(--navy);
  font-weight: 600;
}

.intro-steps {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.step {
  display: flex;
  align-items: flex-start;
  gap: 0.65em;
  padding: 0.6em 0.75em;
  background: var(--light);
  border-radius: 9px;
  border: 1px solid var(--border);
}

.step-n {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--navy);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6em;
  font-weight: 700;
  margin-top: 1px;
}

.step-t strong {
  font-size: 0.72em;
  font-weight: 700;
  color: var(--navy);
  display: block;
  margin-bottom: 0.1em;
  line-height: 1.2;
}

.step-t span {
  font-size: 0.68em;
  color: var(--muted);
  line-height: 1.42;
  display: block;
}

.intro-note {
  margin-top: auto;
  padding: 0.82em;
  background: linear-gradient(135deg, rgba(11, 31, 58, 0.04), rgba(28, 68, 128, 0.07));
  border-radius: 9px;
  border: 1px solid rgba(28, 68, 128, 0.12);
  font-size: 0.7em;
  color: var(--navy);
  line-height: 1.5;
  text-align: center;
}

.intro-note strong {
  display: block;
  font-size: 0.76em;
  margin-bottom: 0.2em;
  color: var(--accent);
}

.section-btns {
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}

.btn-sec {
  display: flex;
  align-items: center;
  gap: 0.48em;
  width: 100%;
  padding: 0.5em 0.8em;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.73em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
  text-align: left;
}

.btn-sec:hover {
  border-color: var(--mid);
  color: var(--navy);
  background: var(--light);
}

.btn-sec.on {
  border-color: var(--accent);
  color: var(--accent);
  background: #fff8f5;
}

.btn-sec-ic {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1.5px solid var(--border);
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78em;
  font-weight: 700;
  color: var(--muted);
  transition: all 0.18s;
  line-height: 1;
}

.btn-sec.on .btn-sec-ic {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  font-size: 0.6em;
}

.pkg-strip {
  display: flex;
  border-top: none;
}

.pkb {
  flex: 1;
  padding: 0.62em 0.2em;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.6em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
  color: var(--muted);
  border: 1px solid var(--border);
  border-left: none;
  transition: all 0.18s;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pkb:first-child {
  border-left: 1px solid var(--border);
}

.pkb:hover {
  background: var(--light);
  color: var(--navy);
}

.pkb.active {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(224, 92, 24, 0.26);
}

.rec-badge {
  position: absolute;
  top: -9px;
  left: 50%;
  transform: translate(-50%);
  background: var(--accent);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  padding: 2px 4px;
  border-radius: 3px;
  white-space: nowrap;
  border: 1.5px solid #fff;
  line-height: 1.4;
  letter-spacing: 0;
}

.btn-analyze {
  width: 100%;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.72em 1em;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78em;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.22s;
  box-shadow: 0 4px 14px rgba(224, 92, 24, 0.26);
}

.btn-analyze:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(224, 92, 24, 0.38);
}

.panel-title {
  font-family: 'DM Serif Display', serif;
  font-size: 1.2em;
  color: var(--navy);
  margin-bottom: 0.16em;
}

.panel-sub {
  font-size: 0.7em;
  color: var(--muted);
  line-height: 1.45;
  margin-bottom: 1em;
  font-weight: 300;
}

.sec {
  margin-bottom: 0.88em;
}

.sec-hdr {
  font-size: .59em;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--navy);
  margin-bottom: .44em;
  padding-bottom: 6px;
  border-bottom: 1.5px solid var(--light);
  display: flex;
  align-items: center;
  gap: .4em;
  line-height: 1;
}

.sec-hdr::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--dot, var(--mid));
  flex-shrink: 0;
}

.fld {
  margin-bottom: 0.32em;
}

.fld select {
  width: 100%;
  background: var(--light);
  border: 1.5px solid var(--border);
  border-radius: 7px;
  padding: 0.42em 1.8em 0.42em 0.62em;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.79em;
  color: var(--text);
  font-weight: 400;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%232d68b0' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.55em center;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.fld select:focus {
  border-color: var(--mid);
  box-shadow: 0 0 0 3px rgba(45, 104, 176, 0.1);
  outline: none;
}

.cg {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 0.2em;
}

.ci {
    display: flex;
    align-items: flex-start;
    gap: .34em;
    padding: .2em .1em;
    cursor: pointer;
    border-radius: 4px;
    transition: background .12s;
    -webkit-user-select: none;
    user-select: none;
    margin: 0;
}

.ci.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.ci.is-disabled input {
  cursor: not-allowed;
}

.ci:hover {
  background: var(--light);
}

.ci input {
  display: none;
}

.cm {
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 3px;
  border: 2px solid var(--border);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.13s;
  margin-top: 1px;
}

.ci input:checked+.cm {
  background: var(--navy);
  border-color: var(--navy);
}

.cm svg {
  display: none;
}

.ci input:checked+.cm svg {
  display: block;
}

.ci span:last-child {
  font-size: 0.65em;
  font-weight: 400;
  color: var(--text);
  line-height: 1.3;
}

.rp {
  display: flex;
  flex-wrap: wrap;
  gap: 0.22em;
  margin-bottom: 0.4em;
}

.rp input {
  display: none;
}

.rp label {
  padding: .23rem .52rem;
  border-radius: 13px;
  font-size: .64em;
  font-weight: 500;
  cursor: pointer;
  border: 1.5px solid var(--border);
  color: var(--muted);
  background: var(--light);
  transition: all .15s;
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
  line-height: 1.6;
}

.rp input:checked+label {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}

.rp label:hover {
  border-color: var(--mid);
  color: var(--navy);
}

.sublbl {
  font-size: .63em;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: .15em;
  margin-top: .36em;
  line-height: 1.6;
}

.divl {
  height: 1px;
  background: var(--light);
  margin: 0.6em 0;
}

.center-titlebar {
  flex-shrink: 0;
  padding: 0.75em 1.4em 0.6em;
  border-bottom: 1px solid var(--border);
  background: #f8fafc;
  display: flex;
  align-items: center;
  gap: 0.6em;
}

.center-titlebar-title {
  font-size: 0.72em;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.01em;
}

.center-titlebar-back {
  margin-left: auto;
  padding: 0.2em 0.6em;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  color: var(--muted);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.62em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s;
}

.center-titlebar-back:hover {
  border-color: var(--mid);
  color: var(--navy);
}

.og {
  opacity: 0;
  transition: opacity 0.8s ease;
}

.og.lit {
  opacity: 1;
}

#hrwOg-brain.lit {
  animation: p-brain 2.4s ease-in-out infinite;
}

#hrwOg-heart.lit {
  animation: p-heart 1.05s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

#hrwOg-lung-L.lit {
  animation: p-lung 3.2s ease-in-out infinite 0.3s;
}

#hrwOg-lung-R.lit {
  animation: p-lung 3.2s ease-in-out infinite 0.8s;
}

#hrwOg-liver.lit {
  animation: p-liver 2.6s ease-in-out infinite 0.5s;
}

#hrwOg-spleen.lit {
  animation: p-liver 2.6s ease-in-out infinite 1s;
}

#hrwOg-aorta.lit {
  animation: p-liver 3s ease-in-out infinite 0.7s;
}

@keyframes p-heart {
  0% {
    opacity: .52;
    filter: brightness(.9);
    transform: scale(1);
  }

  8% {
    opacity: 1;
    filter: brightness(1.7);
    transform: scale(1.1);
  }

  18% {
    opacity: .62;
    filter: brightness(1.0);
    transform: scale(.97);
  }

  28% {
    opacity: .9;
    filter: brightness(1.4);
    transform: scale(1.06);
  }

  42% {
    opacity: .52;
    filter: brightness(.88);
    transform: scale(.97);
  }

  100% {
    opacity: .52;
    filter: brightness(.9);
    transform: scale(1);
  }
}

@keyframes p-brain {

  0%,
  100% {
    opacity: .45;
    filter: brightness(.82);
    transform: scale(1);
  }

  35% {
    opacity: 1;
    filter: brightness(1.6);
    transform: scale(1.07);
  }

  65% {
    opacity: .7;
    filter: brightness(1.22);
    transform: scale(1.03);
  }
}

@keyframes p-lung {

  0%,
  100% {
    opacity: .38;
    filter: brightness(.72);
    transform: scale(.96);
  }

  40% {
    opacity: .9;
    filter: brightness(1.45);
    transform: scale(1.08);
  }

  60% {
    opacity: .8;
    filter: brightness(1.3);
    transform: scale(1.05);
  }
}

@keyframes p-liver {

  0%,
  100% {
    opacity: .42;
    filter: brightness(.78);
    transform: scale(.97);
  }

  45% {
    opacity: .9;
    filter: brightness(1.5);
    transform: scale(1.06);
  }
}

.vload {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.88);
  z-index: 200;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.vload.show {
  display: flex;
}

.lspinner {
  width: 32px;
  height: 32px;
  border: 2.5px solid var(--border);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin .8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.vload span {
  font-size: 0.75em;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.rec-bar {
  border-top: 1px solid var(--border);
  padding: 0.9em 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5em;
  background: #fff;
  flex-wrap: wrap;
}

.rec-bar.is-hidden {
  display: none;
}

.rec-bar h3 {
  font-family: "DM Serif Display", serif;
  font-size: 18px;
  color: var(--navy);
  margin: 0;
}

.rec-bar p {
  font-size: 0.71em;
  color: var(--muted);
  margin-top: 0.12em;
  max-width: 580px;
  line-height: 1.5;
}

.rec-price {
  font-size: 1.05em;
  font-weight: 700;
  color: var(--navy);
  margin-top: 0.22em;
  letter-spacing: -0.01em;
}

.rec-actions {
  display: flex;
  gap: 0.5em;
  flex-shrink: 0;
}

.btn-view {
  padding: .6em 1.1em;
  border-radius: 8px;
  font-family: DM Sans, sans-serif;
  font-size: .72em;
  font-weight: 700;
  cursor: pointer;
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--border);
  transition: all .18s;
  text-transform: uppercase;
  letter-spacing: .04em;
  white-space: nowrap;
  text-decoration: none;
  display: flex;
}

.btn-view:hover:not(:disabled) {
  border-color: var(--mid);
  color: var(--mid);
}

.btn-cart:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.btn-view.is-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}

.btn-cart-label {
  display: flex;
  align-items: center;
  grid-gap: 4px;
}

.btn-cart .loading__spinner {
  width: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}

.btn-cart .loading__spinner:not(.hidden)+span {
  visibility: hidden;
}

.btn-cart .loading__spinner .path {
  stroke: #fff;
}

.btn-cart {
  display: flex;
  align-items: center;
  gap: .38em;
  padding: .6em 1.3em;
  border-radius: 8px;
  font-family: DM Sans, sans-serif;
  font-size: .72em;
  font-weight: 700;
  cursor: pointer;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  color: #fff;
  border: none;
  transition: all .22s;
  box-shadow: 0 4px 14px #e05c183d;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .04em;
  position: relative;
}

.btn-cart:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(224, 92, 24, 0.38);
}

.btn-cart.added {
  background: linear-gradient(135deg, #059669, #10b981);
}

.disclaimer {
  padding: 0.42em 2em;
  background: #f7f9fc;
  border-top: 1px solid var(--border);
  font-size: 0.58em;
  color: var(--muted);
  line-height: 1.5;
}

.toast {
  position: fixed;
  bottom: 1.5em;
  right: 1.5em;
  background: var(--navy);
  color: #fff;
  padding: 0.72em 1.2em;
  border-radius: 10px;
  font-size: 0.76em;
  font-weight: 600;
  box-shadow: 0 8px 28px rgba(11, 31, 58, 0.22);
  z-index: 9999;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s;
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 0.38em;
}

.toast.show {
  opacity: 1;
  transform: translateY(0);
}

.toast a {
  color: #7dd3fc;
  text-decoration: underline;
  margin-left: 0.3em;
}

.profile-completion {
  width: 100%;
}

.profile-completion__label {
  font-size: 0.59em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  display: block;
  line-height: 1.3;
  margin-bottom: 0.35em;
}

.profile-completion__value {
  font-size: 1.15em;
  font-weight: 800;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 0.35em;
}

.profile-completion__track {
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: #e4eaf2;
  overflow: hidden;
  margin-bottom: 0.35em;
}

.profile-completion__bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--mid), var(--accent));
  transition: width 0.35s ease;
  display: block !important;
}

.profile-completion__text {
  font-size: 0.56em;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hrw-landscape-warning {
  display: none;
}

@media screen and (max-width: 989px) and (orientation: landscape) {
  .health-risk-section .widget {
    display: none;
  }

  .health-risk-section::before {
    content: "For the best experience, please rotate your phone to portrait mode.";
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70vh;
    padding: 24px;
    text-align: center;
    background: #fff;
    color: var(--navy);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(11, 31, 58, 0.12);
  }
}

.hrw-mobile-popup {
  display: none;
}

@media screen and (max-width: 749px) {
  .hrw-mobile-popup {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: block;
  }

  .hrw-mobile-popup[hidden] {
    display: none;
  }

  .hrw-mobile-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.62);
    backdrop-filter: blur(4px);
    display: block !important;
  }

  .hrw-mobile-popup__dialog {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 18px;
    background: #ffffff;
    color: #111827;
    padding: 28px 22px 24px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
    text-align: center;
  }

  .hrw-mobile-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111827;
    cursor: pointer;
  }

  .hrw-mobile-popup__close svg {
    width: 16px;
    height: 16px;
  }

  .hrw-mobile-popup__title {
    margin: 0 32px 10px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
  }

  .hrw-mobile-popup__text {
    font-size: 15px;
    line-height: 1.55;
    color: #4b5563;
  }

  .hrw-mobile-popup__text p {
    margin: 0;
  }

  body.hrw-mobile-popup-open {
    overflow: hidden;
  }
}

/* Tablet */
/* @media screen and (max-width: 989px) {
  .health-risk-section {
    padding-inline: 14px;
  }

  .health-risk-section .hero-section.home {
    padding-bottom: 32px;
  }

  .widget {
    border-radius: 14px;
  }

  .hdr {
    padding: 1em 1.1em;
    align-items: flex-start;
  }

  .hdr-title {
    font-size: 1.25em;
  }

  .hdr-sub {
    font-size: 0.72em;
    max-width: 420px;
  }

  .hdr-badge {
    font-size: 0.56em;
    padding: 0.32em 0.8em;
  }

  .meter-row,
  .badges-row {
    grid-template-columns: 1fr;
  }

  .meter-left-cap,
  .badges-left-cap {
    display: none;
  }

  .meter-area {
    padding: 0.85em 1em;
  }

  .badges-area {
    padding: 0.55em 1em;
  }

  .cols {
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: none;
    min-height: 0;
  }

  .col-left,
  .col-center,
  .col-right {
    border-right: 0;
  }

  .col-left,
  .col-center {
    border-bottom: 1px solid var(--border);
  }

  .col-left-body,
  .col-center-body {
    overflow: visible;
    max-height: none;
  }

  .col-right {
    min-height: 420px;
    max-height: 520px;
    border-bottom: 1px solid var(--border);
    order: 2;
  }

  .col-left {
    order: 1;
  }

  .col-center {
    order: 3;
  }

  .col-right img {
    height: auto;
    max-height: 520px;
    object-fit: contain;
  }

  .body-svg {
    height: 100%;
  }

  .pkg-strip {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }

  .pkg-strip::-webkit-scrollbar {
    display: none;
  }

  .pkb {
    min-width: 150px;
    flex: 0 0 auto;
    scroll-snap-align: start;
    padding: 0.8em 0.7em;
  }

  .rec-bar {
    padding: 1em;
    align-items: flex-start;
  }

  .rec-actions {
    width: 100%;
  }

  .btn-view,
  .btn-cart {
    flex: 1;
    justify-content: center;
  }
}

/* Mobile */
@media screen and (max-width: 749px) {
  .health-risk-section {
    padding-inline: 10px;
  }

  .health-risk-section .hero-section.home {
    padding-bottom: 24px;
    font-size: 15px;
  }

  .widget {
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(11, 31, 58, 0.12);
  }

  .hdr {
    flex-direction: column;
    gap: 0.65em;
    padding: 1em;
  }

  .hdr-title {
    font-size: 1.28em;
  }

  .hdr-sub {
    font-size: 0.76em;
    line-height: 1.45;
  }

  .hdr-badge {
    margin-left: 0;
    align-self: flex-start;
    font-size: 0.58em;
    padding: 0.35em 0.8em;
  }

  .meter-area {
    padding: 0.9em 0.9em 0.8em;
  }

  .meter-top-row {
    align-items: flex-start;
    gap: 0.5em;
  }

  .meter-chip {
    max-width: 58%;
    text-align: right;
    line-height: 1.3;
  }

  .meter-track {
    height: 9px;
  }

  .meter-needle {
    width: 18px;
    height: 18px;
  }

  .badges-area {
    padding: 0.6em 0.85em;
    gap: 0.35em;
  }

  .sys-badge {
    font-size: 0.62em;
    padding: 0.22em 0.55em;
    border-radius: 999px;
  }

  .col-left-body,
  .col-center-body {
    padding: 1em;
  }

  .col-left-footer {
    padding: 0.85em 1em;
    position: sticky;
    bottom: 0;
    z-index: 4;
    box-shadow: 0 -8px 24px rgba(11, 31, 58, 0.08);
  }

  .panel-title {
    font-size: 1.28em;
  }

  .panel-sub {
    font-size: 0.76em;
  }

  .sec {
    margin-bottom: 1em;
  }

  .sec-hdr {
    font-size: 0.66em;
    margin-bottom: 0.65em;
  }

  .fld {
    margin-bottom: 0.5em;
  }

  .fld select {
    min-height: 44px;
    font-size: 0.9em;
    border-radius: 9px;
    padding: 0.72em 2.2em 0.72em 0.85em;
    background-position: right 0.85em center;
  }

  .cg {
    grid-template-columns: 1fr;
    gap: 0.18em;
  }

  .ci {
    align-items: center;
    min-height: 32px;
    padding: .45em .35em;
    border-radius: 8px;
    margin: 0;
  }

  .cm {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border-radius: 5px;
  }

  .ci span:last-child {
    font-size: 0.82em;
    line-height: 1.35;
  }

  .rp {
    gap: 0.35em;
  }

  .rp label {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    padding: 0.45em 0.85em;
    border-radius: 999px;
    font-size: 0.78em;
  }

  .sublbl {
    font-size: 0.72em;
    margin-top: 0.65em;
    margin-bottom: 0.35em;
  }

  .btn-sec {
    min-height: 44px;
    padding: 0.7em 0.85em;
    border-radius: 10px;
    font-size: 0.82em;
  }

  .btn-sec-ic {
    width: 22px;
    height: 22px;
  }

  .btn-analyze {
    min-height: 48px;
    font-size: 0.78em;
    border-radius: 10px;
  }

  .center-titlebar {
    padding: 0.75em 1em;
    gap: 0.5em;
  }

  .center-titlebar-title {
    font-size: 0.82em;
  }

  .center-titlebar-back {
    font-size: 0.68em;
    padding: 0.42em 0.65em;
  }

  .intro {
    gap: 0.85em;
  }

  .intro-icon {
    width: 42px;
    height: 42px;
  }

  .intro-hed {
    font-size: 1.35em;
  }

  .intro-desc {
    font-size: 0.84em;
  }

  .step {
    gap: 0.7em;
    padding: 0.75em;
    border-radius: 10px;
  }

  .step-n {
    width: 24px;
    height: 24px;
    font-size: 0.68em;
  }

  .step-t strong {
    font-size: 0.82em;
  }

  .step-t span {
    font-size: 0.76em;
  }

  .intro-note {
    font-size: 0.78em;
    padding: 0.85em;
  }

  .intro-note strong {
    font-size: 0.86em;
  }

  .col-right {
    min-height: 360px;
    max-height: 440px;
    padding: 0.6em 0;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  }

  .col-right img {
    max-height: 420px;
    width: 100%;
  }

  .col-center-footer {
    position: sticky;
    bottom: 0;
    z-index: 3;
    box-shadow: 0 -8px 24px rgba(11, 31, 58, 0.08);
  }

  .pkg-strip {
    padding: 0.55em;
    gap: 0.45em;
    background: #f4f7fb;
  }

  .pkb {
    border: 1px solid var(--border);
    border-radius: 999px;
    min-width: 132px;
    padding: 0.72em 0.9em;
    font-size: 0.64em;
  }

  .pkb:first-child {
    border-left: 1px solid var(--border);
  }

  .rec-badge,
  .hrw-rec-badge {
    top: -7px;
    font-size: 7px;
  }

  .rec-bar {
    padding: 1em;
    gap: 0.9em;
  }

  .rec-bar h3 {
    font-size: 1.18em;
  }

  .rec-bar p {
    font-size: 0.8em;
  }

  .rec-price {
    font-size: 1.05em;
  }

  .rec-actions {
    flex-direction: column;
    gap: 0.55em;
  }

  .btn-view,
  .btn-cart {
    width: 100%;
    min-height: 44px;
    font-size: 0.76em;
    border-radius: 10px;
  }

  .disclaimer {
    padding: 0.75em 1em;
    font-size: 0.66em;
  }

  .toast {
    left: 12px;
    right: 12px;
    bottom: 14px;
    justify-content: center;
    text-align: center;
  }
}

/* Small mobile */
@media screen and (max-width: 480px) {
  .health-risk-section {
    padding-inline: 8px;
  }

  .hdr-title {
    font-size: 1.18em;
  }

  .hdr-sub {
    font-size: 0.72em;
  }

  .meter-top-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .meter-chip {
    max-width: 100%;
    margin-left: 0;
    text-align: left;
  }

  .badges-area {
    padding: 0.55em 0.75em;
  }

  .col-left-body,
  .col-center-body {
    padding: 0.9em 0.8em;
  }

  .col-left-footer {
    padding: 0.8em;
  }

  .panel-title {
    font-size: 1.18em;
  }

  .intro-hed {
    font-size: 1.22em;
  }

  .col-right {
    min-height: 300px;
    max-height: 380px;
  }

  .col-right img {
    max-height: 360px;
  }

  .pkg-strip {
    padding: 0.5em;
  }

  .pkb {
    min-width: 118px;
    font-size: 0.58em;
    padding-inline: 0.75em;
  }

  .rec-bar {
    padding: 0.9em 0.8em;
  }
}

@media screen and (max-width: 767px) {
  .health-risk-section .hero-section.home {
    padding-bottom: 0;
  }

  .hdr {
    padding: 1.15em 1.5em;
  }
} */