@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&family=Orbitron:wght@500;700;900&display=swap");

:root {
  --bg: #06101f;
  --panel: #0c1729;
  --line: rgba(88, 180, 236, 0.2);
  --text: #f7fbff;
  --muted: #9db9dc;
  --cyan: #08a9d6;
  --green: #00d664;
  --purple: #9a6cff;
  --amber: #ffb84d;
  --rose: #ff6f91;
  --blue: #3f7cff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 168, 216, 0.22), transparent 38rem),
    linear-gradient(180deg, #050d1a 0%, #071427 46%, #04101d 100%);
  font-family: Inter, Arial, sans-serif;
}

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

.app-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
  padding: 18px 38px;
  border-bottom: 1px solid var(--line);
  background: rgba(5, 13, 25, 0.94);
  backdrop-filter: blur(16px);
}

.brand {
  font-family: Orbitron, Arial Black, sans-serif;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.05;
}

.brand span {
  display: block;
  margin-top: 5px;
  color: var(--green);
  font-size: 13px;
  letter-spacing: 0.35em;
}

.app-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted);
  font-weight: 800;
}

.app-nav a:hover {
  color: var(--cyan);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 26px;
  border: 1px solid rgba(0, 174, 220, 0.55);
  border-radius: 999px;
  background: var(--cyan);
  color: #00121c;
  font-weight: 900;
}

.button.secondary {
  background: rgba(10, 25, 46, 0.7);
  color: var(--cyan);
}

.hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 86px 30px 58px;
  text-align: center;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 14px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Orbitron, Arial Black, sans-serif;
  line-height: 1.08;
}

h1 {
  font-size: clamp(48px, 7vw, 110px);
}

h2 {
  font-size: clamp(34px, 4.2vw, 68px);
}

h3 {
  font-size: 22px;
}

.gradient-text {
  background: linear-gradient(90deg, #ffffff, #62e4ff 45%, #00d664);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  max-width: 980px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-top: 34px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  max-width: 1160px;
  margin: 44px auto 0;
}

.stat {
  padding: 26px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(12, 23, 41, 0.82);
}

.stat strong {
  display: block;
  color: var(--cyan);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 34px;
}

.stat span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}

.overview-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 54px 30px 66px;
}

.overview-head {
  max-width: 980px;
  margin-bottom: 30px;
}

.overview-head p:last-child {
  color: var(--muted);
  font-size: 21px;
  line-height: 1.55;
}

.overview-callout {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 28px;
  padding: 24px 28px;
  border: 1px solid rgba(0, 173, 216, 0.28);
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(0, 173, 216, 0.14), rgba(10, 23, 42, 0.88));
  color: var(--muted);
  font-size: 19px;
  line-height: 1.5;
}

.overview-callout strong {
  color: var(--cyan);
  font-family: Orbitron, Arial Black, sans-serif;
  white-space: nowrap;
}

.primary-care-hero-visual {
  margin: 34px auto 0;
  max-width: 880px;
  overflow: hidden;
  border: 1px solid rgba(84, 245, 210, 0.28);
  border-radius: 28px;
  background: rgba(8, 22, 38, 0.76);
  box-shadow: 0 26px 72px rgba(0, 18, 38, 0.42);
}

.primary-care-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.primary-care-image-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.primary-care-image-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(84, 245, 210, 0.22);
  border-radius: 18px;
  background: rgba(8, 22, 38, 0.74);
  box-shadow: 0 20px 48px rgba(0, 14, 28, 0.26);
}

.primary-care-image-grid img {
  display: block;
  width: 100%;
  height: auto;
}

.primary-care-image-grid figcaption {
  padding: 14px 16px 16px;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 700;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.overview-card {
  min-height: 222px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(13, 29, 51, 0.94), rgba(8, 19, 35, 0.92));
}

.overview-card span {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(0, 173, 216, 0.12);
  color: var(--cyan);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 12px;
}

.overview-card h3 {
  margin-bottom: 12px;
  color: var(--cyan);
}

.overview-card p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.overview-card.green span,
.overview-card.green h3 {
  color: var(--green);
}

.overview-card.green span {
  background: rgba(0, 214, 100, 0.12);
}

.overview-card.purple span,
.overview-card.purple h3 {
  color: var(--purple);
}

.overview-card.purple span {
  background: rgba(154, 108, 255, 0.14);
}

.overview-card.amber span,
.overview-card.amber h3 {
  color: var(--amber);
}

.overview-card.amber span {
  background: rgba(255, 211, 63, 0.12);
}

.overview-card.blue span,
.overview-card.blue h3 {
  color: var(--blue);
}

.overview-card.blue span {
  background: rgba(63, 124, 255, 0.14);
}

.overview-card.rose span,
.overview-card.rose h3 {
  color: var(--rose);
}

.overview-card.rose span {
  background: rgba(255, 111, 145, 0.12);
}

.overview-layers {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) 1.5fr;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid rgba(124, 169, 222, 0.16);
  border-radius: 18px;
  background: rgba(9, 22, 40, 0.82);
}

.overview-layers h3 {
  margin-top: 10px;
}

.layer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.layer-row span {
  padding: 10px 15px;
  border: 1px solid rgba(0, 173, 216, 0.26);
  border-radius: 999px;
  background: rgba(0, 173, 216, 0.09);
  color: #9fbee6;
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 13px;
}

.layer-overview-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid rgba(0, 214, 100, 0.42);
  border-radius: 999px;
  background: rgba(0, 214, 100, 0.12);
  color: var(--green);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.layer-overview-button:hover {
  background: var(--green);
  color: #02111d;
  transform: translateY(-1px);
}

.overview-page-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 86px 30px 38px;
  text-align: center;
}

.overview-article {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 30px 90px;
}

.overview-text-card {
  margin-bottom: 26px;
  padding: 30px;
  border: 1px solid rgba(124, 169, 222, 0.16);
  border-radius: 20px;
  background: rgba(9, 22, 40, 0.86);
}

.overview-text-card h2 {
  margin-bottom: 18px;
  color: var(--cyan);
}

.overview-text-card h3 {
  margin: 24px 0 12px;
  color: var(--text);
}

.overview-text-card p,
.overview-text-card li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.overview-list {
  margin: 14px 0 22px;
  padding-left: 22px;
}

.cyan-list li::marker {
  color: var(--cyan);
}

.green-list li::marker {
  color: var(--green);
}

.overview-key-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0;
}

.overview-key-grid.small {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.overview-key-card {
  padding: 22px;
  border: 1px solid rgba(124, 169, 222, 0.16);
  border-radius: 16px;
  background: rgba(7, 18, 34, 0.86);
}

.overview-key-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--cyan);
  font-family: Orbitron, Arial Black, sans-serif;
}

.overview-key-card p {
  margin: 0;
  font-size: 16px;
}

.overview-key-card.green strong {
  color: var(--green);
}

.overview-key-card.purple strong {
  color: var(--purple);
}

.overview-key-card.amber strong {
  color: var(--amber);
}

.overview-key-card.blue strong {
  color: var(--blue);
}

.overview-key-card.rose strong {
  color: var(--rose);
}

.overview-table-wrap {
  overflow-x: auto;
  margin: 18px 0 24px;
}

.overview-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  overflow: hidden;
  border: 1px solid rgba(124, 169, 222, 0.18);
  border-radius: 16px;
}

.overview-table th,
.overview-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(124, 169, 222, 0.12);
  color: var(--muted);
  text-align: left;
}

.overview-table th {
  color: var(--cyan);
  background: rgba(0, 173, 216, 0.10);
  font-family: Orbitron, Arial Black, sans-serif;
}

.overview-table tr:last-child td {
  border-bottom: 0;
}

.section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 62px 30px;
}

.section-head {
  margin-bottom: 34px;
}

.section-head p {
  max-width: 920px;
  color: var(--muted);
  font-size: 21px;
  line-height: 1.5;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(11, 24, 43, 0.86);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.quote-panel {
  padding: 30px;
  border-left: 6px solid var(--cyan);
}

.quote-panel blockquote {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  line-height: 1.5;
}

.quote-panel cite {
  display: block;
  margin-top: 18px;
  color: var(--muted);
  font-style: normal;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 32px;
}

.tag {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(9, 22, 40, 0.78);
  color: var(--muted);
  font-weight: 800;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

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

.card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(13, 29, 51, 0.92), rgba(8, 19, 35, 0.92));
}

.card p,
.timeline p,
.glossary-card p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.card[data-accent="green"] h3,
.accent-green {
  color: var(--green);
}

.card[data-accent="purple"] h3,
.accent-purple {
  color: var(--purple);
}

.card[data-accent="amber"] h3,
.accent-amber {
  color: var(--amber);
}

.card[data-accent="rose"] h3,
.accent-rose {
  color: var(--rose);
}

.card[data-accent="blue"] h3,
.accent-blue {
  color: var(--blue);
}

.card[data-accent="cyan"] h3,
.accent-cyan {
  color: var(--cyan);
}

.genomics-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 80px;
}

.genomics-tab {
  min-width: 170px;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 15px;
}

.genomics-tab.is-active,
.genomics-tab:hover {
  border-color: transparent;
  background: var(--cyan);
  color: #00121c;
}

.genomics-view {
  display: none;
}

.genomics-view.is-active {
  display: block;
}

.sequencing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.sequencing-card {
  position: relative;
  min-height: 400px;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(10, 23, 42, 0.86);
}

.sequencing-card.comprehensive {
  border-color: rgba(0, 169, 214, 0.28);
}

.sequencing-card.targeted {
  border-color: rgba(0, 214, 100, 0.28);
}

.icon-tile {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  margin-bottom: 24px;
  border-radius: 16px;
  background: rgba(0, 169, 214, 0.15);
  color: var(--cyan);
  font-size: 24px;
}

.targeted .icon-tile {
  background: rgba(0, 214, 100, 0.15);
  color: var(--green);
}

.pill {
  position: absolute;
  top: 36px;
  right: 36px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(0, 169, 214, 0.12);
  color: var(--cyan);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 12px;
}

.targeted .pill {
  background: rgba(0, 214, 100, 0.12);
  color: var(--green);
}

.sequencing-card p,
.sequencing-card li {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.sequencing-card ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.comprehensive li::marker {
  color: var(--cyan);
}

.targeted li::marker {
  color: var(--green);
}

.biomarker-callout {
  margin-top: 50px;
  padding: 28px 34px;
  border: 1px solid rgba(0, 169, 214, 0.34);
  border-radius: 18px;
  background: rgba(8, 29, 47, 0.72);
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.biomarker-callout strong {
  color: var(--text);
}

.biomarker-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.biomarker-card {
  min-height: 194px;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(10, 23, 42, 0.88);
}

.biomarker-card span {
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(0, 169, 214, 0.14);
  color: var(--cyan);
  font-family: Orbitron, Arial Black, sans-serif;
  font-weight: 900;
}

.biomarker-card small {
  display: block;
  margin: 22px 0 8px;
  font-family: Orbitron, Arial Black, sans-serif;
}

.biomarker-card p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
}

.biomarker-card.red {
  border-color: rgba(255, 111, 145, 0.36);
}

.biomarker-card.red span,
.biomarker-card.red small {
  color: var(--rose);
}

.biomarker-card.green-card {
  border-color: rgba(0, 214, 100, 0.36);
}

.biomarker-card.green-card span,
.biomarker-card.green-card small {
  color: var(--green);
}

.biomarker-card.yellow {
  border-color: rgba(255, 216, 0, 0.32);
}

.biomarker-card.yellow span,
.biomarker-card.yellow small {
  color: #ffd800;
}

.biomarker-card.purple-card {
  border-color: rgba(154, 108, 255, 0.36);
}

.biomarker-card.purple-card span,
.biomarker-card.purple-card small {
  color: var(--purple);
}

.biomarker-card.blue-card {
  border-color: rgba(63, 124, 255, 0.36);
}

.biomarker-card.blue-card span,
.biomarker-card.blue-card small {
  color: var(--blue);
}

.biomarker-card.cyan-card {
  border-color: rgba(0, 169, 214, 0.36);
}

.biomarker-card.cyan-card span,
.biomarker-card.cyan-card small {
  color: var(--cyan);
}

.pharma-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 34px;
}

.pharma-benefit {
  min-height: 170px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(10, 23, 42, 0.86);
}

.checkmark {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-bottom: 18px;
  border: 2px solid var(--green);
  border-radius: 999px;
  color: var(--green);
  font-weight: 900;
  line-height: 1;
}

.pharma-benefit h3 {
  font-size: 16px;
}

.pharma-benefit p {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.clinical-app {
  display: grid;
  grid-template-columns: 0.95fr 1.95fr;
  gap: 30px;
}

.clinical-tabs {
  display: grid;
  gap: 12px;
}

.clinical-tab {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-areas:
    "icon title"
    "icon subtitle";
  gap: 2px 14px;
  min-height: 88px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(8, 19, 35, 0.82);
  color: var(--text);
  cursor: pointer;
  text-align: left;
}

.clinical-tab span {
  grid-area: icon;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 13px;
  background: rgba(255, 111, 145, 0.14);
  color: var(--rose);
  font-size: 22px;
}

.clinical-tab strong {
  grid-area: title;
  align-self: end;
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 17px;
}

.clinical-tab small {
  grid-area: subtitle;
  color: var(--rose);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 12px;
}

.clinical-tab:hover,
.clinical-tab.is-active {
  background: rgba(255, 111, 145, 0.12);
  border-color: rgba(255, 111, 145, 0.38);
}

.clinical-tab.green span {
  background: rgba(0, 214, 100, 0.12);
  color: var(--green);
}

.clinical-tab.green small {
  color: var(--green);
}

.clinical-tab.green:hover,
.clinical-tab.green.is-active {
  background: rgba(0, 214, 100, 0.12);
  border-color: rgba(0, 214, 100, 0.36);
}

.clinical-tab.cyan-tab span {
  background: rgba(0, 169, 214, 0.12);
  color: var(--cyan);
}

.clinical-tab.cyan-tab small {
  color: var(--cyan);
}

.clinical-tab.cyan-tab:hover,
.clinical-tab.cyan-tab.is-active {
  background: rgba(0, 169, 214, 0.12);
  border-color: rgba(0, 169, 214, 0.36);
}

.clinical-tab.purple-tab span {
  background: rgba(154, 108, 255, 0.14);
  color: var(--purple);
}

.clinical-tab.purple-tab small {
  color: var(--purple);
}

.clinical-tab.purple-tab:hover,
.clinical-tab.purple-tab.is-active {
  background: rgba(154, 108, 255, 0.12);
  border-color: rgba(154, 108, 255, 0.36);
}

.clinical-tab.yellow-tab span {
  background: rgba(255, 216, 0, 0.12);
  color: #ffd800;
}

.clinical-tab.yellow-tab small {
  color: #ffd800;
}

.clinical-tab.yellow-tab:hover,
.clinical-tab.yellow-tab.is-active {
  background: rgba(255, 216, 0, 0.10);
  border-color: rgba(255, 216, 0, 0.36);
}

.clinical-tab.blue-tab span {
  background: rgba(63, 124, 255, 0.14);
  color: var(--blue);
}

.clinical-tab.blue-tab small {
  color: var(--blue);
}

.clinical-tab.blue-tab:hover,
.clinical-tab.blue-tab.is-active {
  background: rgba(63, 124, 255, 0.12);
  border-color: rgba(63, 124, 255, 0.38);
}

.clinical-content {
  min-height: 610px;
}

.clinical-panel {
  display: none;
  min-height: 100%;
  padding: 38px;
  border: 1px solid rgba(255, 111, 145, 0.36);
  border-radius: 18px;
  background: rgba(10, 23, 42, 0.9);
}

.clinical-panel.is-active {
  display: block;
}

.clinical-panel.green {
  border-color: rgba(0, 214, 100, 0.36);
}

.clinical-panel.cyan-tab {
  border-color: rgba(0, 169, 214, 0.36);
}

.clinical-panel.purple-tab {
  border-color: rgba(154, 108, 255, 0.36);
}

.clinical-panel.yellow-tab {
  border-color: rgba(255, 216, 0, 0.36);
}

.clinical-panel.blue-tab {
  border-color: rgba(63, 124, 255, 0.36);
}

.clinical-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.clinical-title span {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(255, 111, 145, 0.14);
  color: var(--rose);
  font-size: 24px;
}

.clinical-panel.green .clinical-title span {
  background: rgba(0, 214, 100, 0.12);
  color: var(--green);
}

.clinical-panel.cyan-tab .clinical-title span {
  background: rgba(0, 169, 214, 0.12);
  color: var(--cyan);
}

.clinical-panel.purple-tab .clinical-title span {
  background: rgba(154, 108, 255, 0.14);
  color: var(--purple);
}

.clinical-panel.yellow-tab .clinical-title span {
  background: rgba(255, 216, 0, 0.12);
  color: #ffd800;
}

.clinical-panel.blue-tab .clinical-title span {
  background: rgba(63, 124, 255, 0.14);
  color: var(--blue);
}

.clinical-title small {
  color: var(--rose);
  font-family: Orbitron, Arial Black, sans-serif;
}

.clinical-panel.green .clinical-title small,
.clinical-panel.green .clinical-list strong {
  color: var(--green);
}

.clinical-panel.cyan-tab .clinical-title small,
.clinical-panel.cyan-tab .clinical-list strong {
  color: var(--cyan);
}

.clinical-panel.purple-tab .clinical-title small,
.clinical-panel.purple-tab .clinical-list strong {
  color: var(--purple);
}

.clinical-panel.yellow-tab .clinical-title small,
.clinical-panel.yellow-tab .clinical-list strong {
  color: #ffd800;
}

.clinical-panel.blue-tab .clinical-title small,
.clinical-panel.blue-tab .clinical-list strong {
  color: var(--blue);
}

.clinical-panel > p {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.55;
}

.clinical-list {
  margin-top: 20px;
  padding: 22px;
  border-radius: 14px;
  background: rgba(5, 14, 27, 0.34);
}

.clinical-list strong {
  color: var(--rose);
  font-family: Orbitron, Arial Black, sans-serif;
}

.clinical-list p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(11, 24, 43, 0.82);
}

.timeline-year {
  color: var(--amber);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 28px;
}

.mini-label {
  display: block;
  margin-bottom: 8px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.omics-summary {
  margin-bottom: 34px;
}

.glossary-section {
  padding: 90px 36px 80px;
  border-top: 1px solid rgba(124, 169, 222, 0.14);
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 173, 216, 0.12), transparent 34%),
    rgba(5, 14, 29, 0.74);
}

.glossary-hero {
  max-width: 980px;
  margin: 0 auto 34px;
  text-align: center;
}

.reference-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 18px;
  padding: 10px 24px;
  border: 1px solid rgba(0, 173, 216, 0.35);
  border-radius: 999px;
  background: rgba(0, 173, 216, 0.12);
  color: var(--cyan);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.glossary-hero h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(48px, 6vw, 76px);
  line-height: 0.98;
}

.glossary-hero h2 span {
  color: var(--cyan);
}

.glossary-hero p:last-child {
  max-width: 860px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 24px;
  line-height: 1.45;
}

.glossary-search {
  position: relative;
  display: block;
  max-width: 720px;
  margin: 0 auto 30px;
}

.glossary-search span {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: 0;
}

.glossary-search span::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(157, 183, 217, 0.8);
  border-radius: 50%;
}

.glossary-search span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  left: 15px;
  top: 14px;
  border-radius: 2px;
  background: rgba(157, 183, 217, 0.8);
  transform: rotate(45deg);
}

.glossary-search-input {
  width: 100%;
  padding: 16px 22px 16px 56px;
  border: 1px solid var(--line);
  border-radius: 999px;
  outline: none;
  background: rgba(8, 20, 38, 0.86);
  color: var(--text);
  font: 18px Inter, Arial, sans-serif;
}

.glossary-search-input::placeholder {
  color: rgba(157, 183, 217, 0.86);
}

.glossary-search-input:focus {
  border-color: rgba(0, 173, 216, 0.65);
  box-shadow: 0 0 0 4px rgba(0, 173, 216, 0.12);
}

.glossary-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 28px;
}

.glossary-filter {
  min-width: 62px;
  padding: 11px 22px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(8, 20, 38, 0.72);
  color: var(--muted);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 13px;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.glossary-filter:hover,
.glossary-filter.is-active {
  border-color: rgba(0, 173, 216, 0.85);
  background: var(--cyan);
  color: #04101f;
}

.glossary-filter:hover {
  transform: translateY(-1px);
}

.glossary-count {
  min-height: 20px;
  margin: -10px auto 26px;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
}

.term-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1344px;
  margin: 0 auto;
}

.term-card {
  position: relative;
  min-height: 132px;
  padding: 28px 26px 26px;
  border: 1px solid rgba(124, 169, 222, 0.14);
  border-radius: 16px;
  background: rgba(9, 22, 40, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018);
}

.term-card.is-hidden {
  display: none;
}

.term-card h3 {
  max-width: calc(100% - 148px);
  margin: 0 0 12px;
  color: var(--text);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 20px;
  line-height: 1.15;
}

.term-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}

.term-tag {
  position: absolute;
  top: 26px;
  right: 24px;
  max-width: 154px;
  padding: 6px 12px;
  border-radius: 999px;
  overflow: hidden;
  color: var(--cyan);
  background: rgba(0, 173, 216, 0.12);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 12px;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.term-card[data-category="Regenerative Medicine"] .term-tag,
.term-card[data-category="Gene Therapy"] .term-tag {
  color: var(--green);
  background: rgba(0, 223, 124, 0.12);
}

.term-card[data-category="Genomics"] .term-tag {
  color: #58a6ff;
  background: rgba(56, 124, 255, 0.13);
}

.term-card[data-category="Precision Medicine"] .term-tag {
  color: var(--purple);
  background: rgba(167, 91, 255, 0.16);
}

.term-card[data-category="Pharmacogenomics"] .term-tag {
  color: var(--amber);
  background: rgba(255, 211, 63, 0.13);
}

.references-section {
  padding: 90px 36px 70px;
  background:
    radial-gradient(circle at 40% 0%, rgba(0, 173, 216, 0.08), transparent 32%),
    rgba(5, 14, 29, 0.72);
}

.references-head {
  max-width: 1040px;
  margin: 0 auto 42px;
}

.references-eyebrow {
  margin: 0 0 16px;
  color: var(--cyan);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 15px;
  letter-spacing: 0.42em;
  text-transform: uppercase;
}

.references-eyebrow::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-right: 16px;
  border: 2px solid currentColor;
  border-top-width: 3px;
  border-radius: 2px;
  vertical-align: -2px;
  box-shadow: inset 7px 0 0 rgba(0, 173, 216, 0.2);
}

.references-head h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(34px, 4vw, 48px);
}

.reference-list {
  display: grid;
  gap: 16px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.reference-list li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 16px;
  padding: 23px 34px;
  border: 1px solid rgba(124, 169, 222, 0.13);
  border-radius: 14px;
  background: rgba(9, 22, 40, 0.82);
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.reference-list p {
  margin: 0;
}

.reference-number {
  color: var(--cyan);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.reference-list strong {
  color: var(--text);
}

.reference-list em {
  color: #9fbee6;
}

.reference-list span:not(.reference-number) {
  color: var(--cyan);
}

.download-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px;
}

.download-panel p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.regen-triad {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 42px;
}

.sequencing-card.signal {
  border-color: rgba(154, 108, 255, 0.34);
}

.sequencing-card.signal .pill,
.sequencing-card.signal h3 {
  color: var(--purple);
}

.compact-head {
  margin-top: 28px;
}

.left-tags {
  justify-content: flex-start;
}

.tight-grid {
  gap: 18px;
}

.regen-pipeline {
  margin-top: 34px;
}

.stem-app .gradient-text {
  background: linear-gradient(90deg, #ffffff, #00d664 48%, #08a9d6);
  -webkit-background-clip: text;
  background-clip: text;
}

.potency-path {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 36px;
}

.potency-path span {
  position: relative;
  display: grid;
  min-height: 74px;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(0, 214, 100, 0.28);
  border-radius: 16px;
  background: rgba(0, 214, 100, 0.08);
  color: var(--green);
  font-family: Orbitron, Arial Black, sans-serif;
  text-align: center;
}

.potency-path span:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  width: 12px;
  height: 2px;
  background: rgba(0, 214, 100, 0.55);
}

.path-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  text-align: center;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.process-grid .sequencing-card {
  min-height: 290px;
}

.transplant-grid {
  margin-top: 30px;
}

.research-frontier {
  min-height: 220px;
}

.stem-app .term-card[data-category="Core"] .term-tag {
  color: var(--green);
  background: rgba(0, 223, 124, 0.12);
}

.stem-app .term-card[data-category="Sources"] .term-tag,
.stem-app .term-card[data-category="Laboratory"] .term-tag {
  color: #58a6ff;
  background: rgba(56, 124, 255, 0.13);
}

.stem-app .term-card[data-category="Processes"] .term-tag,
.stem-app .term-card[data-category="Molecular"] .term-tag {
  color: var(--cyan);
  background: rgba(0, 173, 216, 0.12);
}

.stem-app .term-card[data-category="Regenerative"] .term-tag {
  color: var(--purple);
  background: rgba(167, 91, 255, 0.16);
}

.stem-app .term-card[data-category="Advanced"] .term-tag {
  color: var(--amber);
  background: rgba(255, 211, 63, 0.13);
}

.warning-callout {
  border-color: rgba(255, 111, 145, 0.34);
  background: linear-gradient(90deg, rgba(255, 111, 145, 0.12), rgba(10, 23, 42, 0.88));
}

.faq-list {
  display: grid;
  gap: 14px;
  max-width: 1040px;
}

.faq-list details {
  border: 1px solid rgba(124, 169, 222, 0.16);
  border-radius: 16px;
  background: rgba(9, 22, 40, 0.82);
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 28px;
  color: var(--text);
  font-family: Orbitron, Arial Black, sans-serif;
  font-size: 18px;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--cyan);
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details[open] summary {
  border-bottom: 1px solid rgba(124, 169, 222, 0.12);
  color: var(--green);
}

.faq-list p {
  margin: 0;
  padding: 22px 28px 26px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.app-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 44px 30px 70px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

@media (max-width: 980px) {
  .app-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .stats,
  .overview-grid,
  .overview-layers,
  .overview-key-grid,
  .overview-key-grid.small,
  .grid,
  .grid.two,
  .split,
  .clinical-app,
  .sequencing-grid,
  .biomarker-grid,
  .pharma-benefits,
  .regen-triad,
  .process-grid,
  .potency-path,
  .primary-care-image-grid,
  .term-grid {
    grid-template-columns: 1fr;
  }

  .glossary-section {
    padding: 70px 18px;
  }

  .glossary-hero h2 {
    font-size: 42px;
  }

  .glossary-hero p:last-child {
    font-size: 18px;
  }

  .term-card h3 {
    max-width: none;
  }

  .term-tag {
    position: static;
    display: inline-flex;
    margin-bottom: 14px;
    max-width: 100%;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .references-section {
    padding: 70px 18px;
  }

  .reference-list li {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px;
  }
}
.nutrition-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.nutrition-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .nutrition-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .nutrition-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.precision-medicine-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.precision-medicine-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .precision-medicine-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .precision-medicine-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.regenerative-medicine-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.regenerative-medicine-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .regenerative-medicine-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .regenerative-medicine-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.stem-cell-technology-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.stem-cell-technology-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .stem-cell-technology-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .stem-cell-technology-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.bioengineering-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.bioengineering-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .bioengineering-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .bioengineering-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.ai-clinical-medicine-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.ai-clinical-medicine-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .ai-clinical-medicine-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .ai-clinical-medicine-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.biotechnology-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.biotechnology-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .biotechnology-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .biotechnology-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.drug-design-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.drug-design-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .drug-design-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .drug-design-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.pharmaceuticals-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.pharmaceuticals-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .pharmaceuticals-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .pharmaceuticals-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.neurology-neuroscience-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.neurology-neuroscience-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .neurology-neuroscience-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .neurology-neuroscience-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.abnormal-psychology-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.abnormal-psychology-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .abnormal-psychology-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .abnormal-psychology-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.human-anatomy-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.human-anatomy-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .human-anatomy-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .human-anatomy-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.pain-management-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.pain-management-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .pain-management-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .pain-management-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.epigenetics-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.epigenetics-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .epigenetics-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .epigenetics-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.genetics-genomics-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.genetics-genomics-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .genetics-genomics-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .genetics-genomics-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.cell-biology-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.cell-biology-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .cell-biology-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .cell-biology-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.cancer-oncology-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.cancer-oncology-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .cancer-oncology-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .cancer-oncology-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.meditation-science-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.meditation-science-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .meditation-science-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .meditation-science-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.global-health-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.global-health-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .global-health-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .global-health-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.microbiology-immunology-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.microbiology-immunology-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .microbiology-immunology-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .microbiology-immunology-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.medical-conditions-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.medical-conditions-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .medical-conditions-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .medical-conditions-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.human-physiology-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.human-physiology-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .human-physiology-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .human-physiology-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.developmental-biology-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.developmental-biology-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .developmental-biology-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .developmental-biology-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.primary-care-internal-medicine-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.primary-care-internal-medicine-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .primary-care-internal-medicine-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .primary-care-internal-medicine-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.molecular-biology-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.molecular-biology-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .molecular-biology-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .molecular-biology-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.biochemistry-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.biochemistry-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .biochemistry-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .biochemistry-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.smart-devices-wearable-biosensors-hero-figure {
  width: min(100%, 1280px);
  margin: 34px auto 0;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 16px;
  overflow: hidden;
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.smart-devices-wearable-biosensors-hero-figure img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

@media (max-width: 720px) {
  .smart-devices-wearable-biosensors-hero-figure {
    border-radius: 12px;
    margin-top: 26px;
  }

  .smart-devices-wearable-biosensors-hero-figure img {
    aspect-ratio: 1 / 1;
  }
}
.biochemistry-metabolic-key-concepts {
  max-width: 1280px;
  border-radius: 18px;
  border-color: rgba(56, 189, 248, 0.42);
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.biochemistry-metabolic-key-concepts img {
  width: 100%;
  height: auto;
}
.biochemistry-sequenced-image-grid {
  gap: 18px;
}

.biochemistry-sequenced-image-grid figure {
  aspect-ratio: 3 / 2;
  border-color: rgba(56, 189, 248, 0.42);
  background: #031327;
}

.biochemistry-sequenced-image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.biochemistry-sequenced-image-grid figcaption {
  display: none;
}
.biochemistry-sequence-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.biochemistry-sequence-trigger:focus-visible {
  outline: 3px solid rgba(0, 255, 132, 0.9);
  outline-offset: -3px;
}

.biochemistry-image-viewer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(1, 8, 18, 0.92);
  backdrop-filter: blur(10px);
}

.biochemistry-image-viewer.is-open {
  display: flex;
}

.biochemistry-image-viewer img {
  display: block;
  width: min(96vw, 1500px);
  max-height: 88vh;
  object-fit: contain;
  border: 1px solid rgba(56, 189, 248, 0.5);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58), 0 0 44px rgba(34, 211, 238, 0.2);
}

.biochemistry-image-viewer__close {
  position: fixed;
  top: 22px;
  right: 24px;
  z-index: 1;
  padding: 10px 16px;
  border: 1px solid rgba(125, 211, 252, 0.5);
  border-radius: 999px;
  background: rgba(3, 19, 39, 0.92);
  color: #f8fafc;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 720px) {
  .biochemistry-image-viewer {
    padding: 18px;
  }

  .biochemistry-image-viewer img {
    width: 96vw;
    max-height: 82vh;
    border-radius: 12px;
  }
}
.primary-care-pathway-hero-panel {
  max-width: 1280px;
  border-radius: 18px;
  border-color: rgba(56, 189, 248, 0.42);
  background: #031327;
  box-shadow: 0 24px 70px rgba(1, 7, 18, 0.48), 0 0 32px rgba(34, 211, 238, 0.14);
}

.primary-care-pathway-hero-panel img {
  width: 100%;
  height: auto;
}
.primary-care-sequenced-image-grid {
  gap: 18px;
}

.primary-care-sequenced-image-grid figure {
  aspect-ratio: 3 / 2;
  border-color: rgba(56, 189, 248, 0.42);
  background: #031327;
}

.primary-care-sequenced-image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.primary-care-sequenced-image-grid figcaption {
  display: none;
}

.primary-care-sequence-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.primary-care-sequence-trigger:focus-visible {
  outline: 3px solid rgba(0, 255, 132, 0.9);
  outline-offset: -3px;
}

.primary-care-image-viewer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(1, 8, 18, 0.92);
  backdrop-filter: blur(10px);
}

.primary-care-image-viewer.is-open {
  display: flex;
}

.primary-care-image-viewer img {
  display: block;
  width: min(96vw, 1500px);
  max-height: 88vh;
  object-fit: contain;
  border: 1px solid rgba(56, 189, 248, 0.5);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58), 0 0 44px rgba(34, 211, 238, 0.2);
}

.primary-care-image-viewer__close {
  position: fixed;
  top: 22px;
  right: 24px;
  z-index: 1;
  padding: 10px 16px;
  border: 1px solid rgba(125, 211, 252, 0.5);
  border-radius: 999px;
  background: rgba(3, 19, 39, 0.92);
  color: #f8fafc;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 720px) {
  .primary-care-image-viewer {
    padding: 18px;
  }

  .primary-care-image-viewer img {
    width: 96vw;
    max-height: 82vh;
    border-radius: 12px;
  }
}
.molecular-biology-sequenced-image-grid {
  gap: 18px;
}

.molecular-biology-sequenced-image-grid figure {
  aspect-ratio: 3 / 2;
  border-color: rgba(56, 189, 248, 0.42);
  background: #031327;
}

.molecular-biology-sequenced-image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.molecular-biology-sequenced-image-grid figcaption {
  display: none;
}

.molecular-biology-sequence-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.molecular-biology-sequence-trigger:focus-visible {
  outline: 3px solid rgba(0, 255, 132, 0.9);
  outline-offset: -3px;
}

.molecular-biology-image-viewer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(1, 8, 18, 0.92);
  backdrop-filter: blur(10px);
}

.molecular-biology-image-viewer.is-open {
  display: flex;
}

.molecular-biology-image-viewer img {
  display: block;
  width: min(96vw, 1500px);
  max-height: 88vh;
  object-fit: contain;
  border: 1px solid rgba(56, 189, 248, 0.5);
  border-radius: 18px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58), 0 0 44px rgba(34, 211, 238, 0.2);
}

.molecular-biology-image-viewer__close {
  position: fixed;
  top: 22px;
  right: 24px;
  z-index: 1;
  padding: 10px 16px;
  border: 1px solid rgba(125, 211, 252, 0.5);
  border-radius: 999px;
  background: rgba(3, 19, 39, 0.92);
  color: #f8fafc;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 720px) {
  .molecular-biology-image-viewer {
    padding: 18px;
  }

  .molecular-biology-image-viewer img {
    width: 96vw;
    max-height: 82vh;
    border-radius: 12px;
  }
}

.molecular-lab-study-panel {
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(56, 189, 248, 0.34);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(3, 19, 39, 0.92), rgba(2, 8, 23, 0.96));
  box-shadow: inset 0 0 40px rgba(14, 165, 233, 0.08), 0 24px 70px rgba(0, 0, 0, 0.28);
}

.molecular-lab-study-heading {
  max-width: 860px;
  margin-bottom: 18px;
}

.molecular-lab-study-heading h3 {
  margin: 4px 0 8px;
  color: #f8fafc;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
}

.molecular-lab-study-heading p:last-child {
  color: #b7c6db;
  line-height: 1.6;
}

.molecular-lab-study-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.molecular-lab-study-trigger {
  min-height: 230px;
  padding: 0;
  border: 1px solid rgba(45, 212, 191, 0.35);
  border-radius: 18px;
  background: #031327;
  color: #f8fafc;
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.25);
}

.molecular-lab-study-trigger img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  object-position: center;
  transform: scale(1.01);
  transition: transform 180ms ease, filter 180ms ease;
}

.molecular-lab-study-trigger span {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 12px;
  display: block;
  padding: 9px 12px;
  border: 1px solid rgba(125, 211, 252, 0.28);
  border-radius: 999px;
  background: rgba(2, 8, 23, 0.78);
  color: #f8fafc;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

.molecular-lab-study-trigger:hover img,
.molecular-lab-study-trigger:focus-visible img {
  transform: scale(1.055);
  filter: saturate(1.15) brightness(1.08);
}

.molecular-lab-study-trigger:focus-visible {
  outline: 3px solid rgba(0, 255, 132, 0.9);
  outline-offset: 3px;
}

.molecular-lab-study-viewer {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(1, 8, 18, 0.94);
  backdrop-filter: blur(10px);
}

.molecular-lab-study-viewer.is-open {
  display: flex;
}

.molecular-lab-study-viewer__panel {
  width: min(96vw, 1560px);
  max-height: 92vh;
  overflow: auto;
  border: 1px solid rgba(56, 189, 248, 0.48);
  border-radius: 24px;
  background: #020817;
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.62), 0 0 52px rgba(34, 211, 238, 0.18);
}

.molecular-lab-study-viewer figure {
  margin: 0;
  height: min(68vh, 760px);
  min-height: 430px;
  background: #031327;
  border-bottom: 1px solid rgba(56, 189, 248, 0.36);
  overflow: hidden;
}

.molecular-lab-study-viewer img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.molecular-lab-study-viewer__text {
  padding: clamp(22px, 3vw, 38px);
}

.molecular-lab-study-viewer__text h3 {
  margin: 6px 0 8px;
  color: #f8fafc;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.molecular-lab-study-viewer__subtitle {
  margin: 0 0 14px;
  color: #22d3ee;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 800;
}

.molecular-lab-study-viewer__explanation {
  margin: 0;
  color: #dbeafe;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.72;
}

.molecular-lab-study-viewer__close {
  position: sticky;
  top: 18px;
  float: right;
  z-index: 1;
  margin: 18px 18px -58px 0;
  padding: 10px 16px;
  border: 1px solid rgba(125, 211, 252, 0.5);
  border-radius: 999px;
  background: rgba(3, 19, 39, 0.94);
  color: #f8fafc;
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 900px) {
  .molecular-lab-study-grid {
    grid-template-columns: 1fr;
  }

  .molecular-lab-study-viewer {
    padding: 14px;
  }

  .molecular-lab-study-viewer figure {
    height: 58vh;
    min-height: 280px;
  }
}

.molecular-biology-lab-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}

.molecular-biology-lab-link:focus-visible {
  outline: 3px solid rgba(0, 255, 132, 0.9);
  outline-offset: -3px;
}

.molecular-biology-lab-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.molecular-lab-page-hero .stats {
  margin-top: 28px;
}

.molecular-lab-page-panel {
  overflow: hidden;
  border: 1px solid rgba(56, 189, 248, 0.42);
  border-radius: 24px;
  background: #020817;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34), inset 0 0 38px rgba(14, 165, 233, 0.08);
}

.molecular-lab-page-image-frame {
  margin: 0;
  width: 100%;
  height: min(68vh, 780px);
  min-height: 460px;
  background: #031327;
  border-bottom: 1px solid rgba(56, 189, 248, 0.36);
  overflow: hidden;
}

.molecular-lab-page-image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.molecular-lab-page-explanation {
  padding: clamp(24px, 3vw, 42px);
}

.molecular-lab-page-explanation h3 {
  margin: 4px 0 8px;
  color: #f8fafc;
  font-size: clamp(2rem, 4vw, 3.55rem);
}

.molecular-lab-page-subtitle {
  margin: 0 0 16px;
  color: #22d3ee;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 900;
}

#molecularLabPageText {
  margin: 0;
  color: #dbeafe;
  font-size: clamp(1rem, 1.55vw, 1.22rem);
  line-height: 1.74;
}

.molecular-lab-page-selector {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.molecular-lab-page-choice {
  position: relative;
  min-height: 160px;
  padding: 0;
  border: 1px solid rgba(56, 189, 248, 0.36);
  border-radius: 16px;
  background: #031327;
  color: #f8fafc;
  cursor: pointer;
  overflow: hidden;
}

.molecular-lab-page-choice.is-active,
.molecular-lab-page-choice:hover,
.molecular-lab-page-choice:focus-visible {
  border-color: rgba(0, 255, 132, 0.82);
  box-shadow: 0 0 24px rgba(0, 255, 132, 0.2);
}

.molecular-lab-page-choice img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  object-position: center;
  transition: transform 180ms ease, filter 180ms ease;
}

.molecular-lab-page-choice:hover img,
.molecular-lab-page-choice:focus-visible img,
.molecular-lab-page-choice.is-active img {
  transform: scale(1.04);
  filter: saturate(1.12) brightness(1.08);
}

.molecular-lab-page-choice span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 8px 10px;
  border: 1px solid rgba(125, 211, 252, 0.25);
  border-radius: 999px;
  background: rgba(2, 8, 23, 0.78);
  font-weight: 900;
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .molecular-lab-page-selector {
    grid-template-columns: 1fr;
  }

  .molecular-lab-page-image-frame {
    height: 56vh;
    min-height: 300px;
  }
}
