.elementor-2177 .elementor-element.elementor-element-f4e4785{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-24062fe *//* ==========================================================
   UK TRT - TESTOGEL / TESTOSTERONE GEL GUIDE
   FULL EDITORIAL THEME
========================================================== */

.testogel-page {
  --accent: #b3b401;
  --accent-hover: #d6d73a;

  --danger: #d85f5f;
  --danger-soft: #ff8585;

  --bg: #0f0f0f;
  --bg-card: linear-gradient(180deg, #171717 0%, #121212 100%);
  --bg-card-soft: linear-gradient(180deg, #191919 0%, #131313 100%);

  --text-main: #ffffff;
  --text-body: #bbbbbb;
  --text-soft: #d1d1d1;
  --text-muted: #929292;

  --border-soft: rgba(255,255,255,0.06);
  --border-mid: rgba(255,255,255,0.10);
  --border-faint: rgba(255,255,255,0.04);

  --shadow-lg: 0 18px 44px rgba(0,0,0,0.28);
  --shadow-md: 0 12px 28px rgba(0,0,0,0.18);

  width: 100%;
  max-width: 100%;

  margin: 0;
  padding: 110px 0 30px;

  overflow: hidden;

  background: var(--bg);
  color: var(--text-main);

  font-family: 'Montserrat', sans-serif;
}


/* ==========================================================
   GLOBAL
========================================================== */

.testogel-page *,
.testogel-page *::before,
.testogel-page *::after {
  box-sizing: border-box;
}

.testogel-page img {
  display: block;

  width: 100%;
  max-width: 100%;
  height: auto;
}

.testogel-page h1,
.testogel-page h2,
.testogel-page h3,
.testogel-page h4,
.testogel-page p {
  margin-top: 0;
}

.testogel-page a {
  text-decoration: none;
}

.testogel-shell {
  width: 90%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ==========================================================
   HERO
========================================================== */

.testogel-hero {
  width: 100%;
  max-width: 980px;

  margin: 0 auto 54px;

  text-align: center;
}

.testogel-eyebrow,
.testogel-kicker {
  display: inline-block;

  margin-bottom: 16px;

  color: var(--accent);

  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;

  letter-spacing: .16em;

  text-transform: uppercase;
}

.testogel-hero h1 {
  margin: 0 0 20px;

  color: var(--text-main);

  font-size: 60px;
  line-height: 1.03;
  letter-spacing: -.035em;
  font-weight: 800;
}

.testogel-intro {
  width: 100%;
  max-width: 900px;

  margin: 0 auto;
}

.testogel-intro p {
  margin: 0 0 18px;

  color: var(--text-body);

  font-size: 18px;
  line-height: 1.9;
}

.testogel-intro p:last-child {
  margin-bottom: 0;
}


/* ==========================================================
   ACCENT LINES
========================================================== */

.testogel-accent {
  width: 78px;
  height: 3px;

  margin: 0 auto 28px;

  border-radius: 999px;

  background: var(--accent);
}

.testogel-accent.small {
  width: 64px;

  margin: 0 0 22px;
}

.testogel-centered-heading .testogel-accent,
.testogel-choice-box .testogel-accent,
.testogel-final .testogel-accent,
.testogel-faq-head .testogel-accent,
.testogel-summary__head .testogel-accent {
  margin-left: auto;
  margin-right: auto;
}


/* ==========================================================
   TABLE OF CONTENTS
========================================================== */

.testogel-summary {
  width: 100%;

  margin: 0 auto 10px;
}

.testogel-summary__card {
  width: 100%;
  max-width: 1120px;

  margin: 0 auto;

  padding: 34px;

  border: 1px solid var(--border-soft);
  border-radius: 24px;

  background: var(--bg-card);

  box-shadow: var(--shadow-md);
}

.testogel-summary__head {
  width: 100%;
  max-width: 760px;

  margin: 0 auto 28px;

  text-align: center;
}

.testogel-summary__head .testogel-eyebrow {
  margin-bottom: 12px;
}

.testogel-summary__head h2 {
  margin: 0 0 14px;

  color: var(--text-main);

  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -.025em;
  font-weight: 800;
}

.testogel-toc {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0,1fr));

  gap: 12px;

  max-width: 980px;

  margin: 0 auto;
}

.testogel-toc__item,
.testogel-toc__item:visited {
  display: flex;

  align-items: center;

  gap: 13px;

  min-width: 0;
  min-height: 58px;

  padding: 12px 15px;

  border: 1px solid var(--border-soft);
  border-radius: 14px;

  background: rgba(255,255,255,.018);

  color: var(--text-main);

  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.testogel-toc__item:hover {
  transform: translateY(-2px);

  border-color: rgba(179,180,1,.32);

  background: rgba(179,180,1,.055);

  box-shadow:
    0 8px 18px rgba(0,0,0,.15);
}

.testogel-toc__number {
  display: flex;

  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  width: 32px;
  height: 32px;

  border: 1px solid rgba(179,180,1,.30);
  border-radius: 50%;

  background: rgba(179,180,1,.06);

  color: var(--accent);

  font-size: 10px;
  line-height: 1;
  font-weight: 800;
}

.testogel-toc__text {
  min-width: 0;

  color: var(--text-main);

  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 700;
}


/* ==========================================================
   SECTION BASE
========================================================== */

.testogel-section {
  padding: 58px 0;

  border-top: 1px solid var(--border-faint);
}

.testogel-section:first-of-type {
  border-top: none;
}


/* ==========================================================
   TYPOGRAPHY
========================================================== */

.testogel-copy,
.testogel-column {
  min-width: 0;
}

.testogel-copy h2,
.testogel-panel__intro h2,
.testogel-choice-box h2,
.testogel-final h2 {
  margin: 0 0 14px;

  color: var(--text-main);

  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -.03em;
  font-weight: 800;
}

.testogel-copy p,
.testogel-column p,
.testogel-choice-box p,
.testogel-final p {
  margin: 0 0 18px;

  color: var(--text-body);

  font-size: 17px;
  line-height: 1.92;
}

.testogel-copy p:last-child,
.testogel-column p:last-child,
.testogel-choice-box p:last-child,
.testogel-final p:last-child {
  margin-bottom: 0;
}

.testogel-copy strong,
.testogel-column strong,
.testogel-choice-box strong,
.testogel-final strong {
  color: var(--text-main);
}


/* ==========================================================
   CENTERED HEADINGS
========================================================== */

.testogel-centered-heading {
  width: 100%;
  max-width: 900px;

  margin: 0 auto 34px;

  text-align: center;
}

.testogel-centered-heading h2 {
  max-width: 860px;

  margin: 0 auto 14px;

  color: var(--text-main);

  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -.03em;
  font-weight: 800;
}

.testogel-centered-heading p {
  max-width: 820px;

  margin: 0 auto;

  color: var(--text-body);

  font-size: 17px;
  line-height: 1.9;
}


/* ==========================================================
   GENERAL SPLIT GRID
========================================================== */

.testogel-grid {
  display: grid;

  grid-template-columns:
    minmax(0,.95fr)
    minmax(0,1.05fr);

  gap: 48px;

  align-items: center;
}

.testogel-aside {
  min-width: 0;
}


/* ==========================================================
   AT A GLANCE CARD
========================================================== */

.testogel-highlight {
  width: 100%;
  max-width: 540px;

  margin: 0 auto;

  padding: 30px;

  border: 1px solid rgba(179,180,1,.20);
  border-left: 4px solid var(--accent);
  border-radius: 20px;

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.07),
      rgba(255,255,255,.01)
    );

  box-shadow: var(--shadow-md);
}

.testogel-highlight__label {
  display: inline-block;

  margin-bottom: 10px;

  color: var(--accent);

  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .14em;

  text-transform: uppercase;
}

.testogel-highlight h3 {
  margin: 0 0 18px;

  color: var(--text-main);

  font-size: 27px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 800;
}

.testogel-highlight ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.testogel-highlight li {
  position: relative;

  margin: 0 0 12px;

  padding-left: 21px;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.7;
}

.testogel-highlight li:last-child {
  margin-bottom: 0;
}

.testogel-highlight li::before {
  content: "";

  position: absolute;

  top: .7em;
  left: 0;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--accent);
}

.testogel-highlight li strong {
  color: var(--text-main);
}


/* ==========================================================
   HOW TESTOGEL WORKS
========================================================== */

.testogel-process-grid {
  display: grid;

  gap: 18px;

  margin-top: 36px;
}

.testogel-process-grid--four {
  grid-template-columns:
    repeat(4,minmax(0,1fr));
}

.testogel-process-card {
  min-width: 0;
  min-height: 230px;

  padding: 25px 22px;

  border: 1px solid var(--border-soft);
  border-radius: 18px;

  background: var(--bg-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.15);

  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.testogel-process-card:hover {
  transform: translateY(-2px);

  border-color: rgba(179,180,1,.22);

  box-shadow:
    0 10px 24px rgba(0,0,0,.20);
}

.testogel-process-card > span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  margin-bottom: 16px;

  border: 1px solid rgba(179,180,1,.34);
  border-radius: 50%;

  background: rgba(179,180,1,.06);

  color: var(--accent);

  font-size: 11px;
  font-weight: 800;
}

.testogel-process-card h3 {
  margin: 0 0 10px;

  color: var(--text-main);

  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.testogel-process-card p {
  margin: 0;

  color: var(--text-soft);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================================
   FORMULATION / DOSE CARDS
========================================================== */

.testogel-dose-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 18px;

  margin-top: 34px;
}

.testogel-dose-card {
  min-height: 205px;

  padding: 25px 23px;

  border: 1px solid var(--border-soft);
  border-radius: 18px;

  background: var(--bg-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.14);
}

.testogel-dose-card--accent {
  border-color: rgba(179,180,1,.24);

  background:
    linear-gradient(
      145deg,
      rgba(179,180,1,.07),
      rgba(255,255,255,.012)
    );
}

.testogel-dose-label {
  display: inline-block;

  margin-bottom: 12px;

  color: var(--accent);

  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .12em;

  text-transform: uppercase;
}

.testogel-dose-card > strong {
  display: block;

  margin-bottom: 10px;

  color: var(--text-main);

  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.testogel-dose-card p {
  margin: 0;

  color: var(--text-soft);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================================
   RED PRODUCT-CONVERSION WARNING
========================================================== */

.testogel-warning-note {
  width: 100%;
  max-width: 900px;

  margin: 28px auto 0;

  padding: 22px 24px;

  border: 1px solid rgba(216,95,95,.30);
  border-left: 4px solid var(--danger);
  border-radius: 16px;

  background:
    linear-gradient(
      135deg,
      rgba(216,95,95,.09),
      rgba(255,255,255,.008)
    );

  box-shadow:
    0 10px 24px rgba(0,0,0,.16);
}

.testogel-warning-note > strong {
  display: block;

  margin-bottom: 8px;

  color: var(--danger-soft);

  font-size: 15px;
  line-height: 1.5;
  font-weight: 800;
}

.testogel-warning-note p {
  margin: 0;

  color: var(--text-soft);

  font-size: 14px;
  line-height: 1.75;
}


/* ==========================================================
   NHS PANEL
========================================================== */

.testogel-section--panel {
  border-top: none;
}

.testogel-panel {
  width: 100%;

  padding: 40px;

  border: 1px solid rgba(179,180,1,.16);
  border-radius: 24px;

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.045),
      rgba(255,255,255,.009)
    );

  box-shadow: var(--shadow-md);
}

.testogel-panel__intro {
  max-width: 900px;

  margin-bottom: 30px;
}

.testogel-panel__intro h2 {
  max-width: 850px;
}

.testogel-panel__intro p {
  margin: 0;

  color: var(--text-body);

  font-size: 17px;
  line-height: 1.9;
}

.testogel-columns {
  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    minmax(0,.85fr);

  gap: 34px;

  align-items: start;
}

.testogel-note {
  padding: 27px;

  border: 1px solid var(--border-soft);
  border-radius: 18px;

  background: var(--bg-card);

  box-shadow:
    0 9px 24px rgba(0,0,0,.17);
}

.testogel-note-label {
  display: inline-block;

  margin-bottom: 9px;

  color: var(--accent);

  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .12em;

  text-transform: uppercase;
}

.testogel-note h3 {
  margin: 0 0 12px;

  color: var(--text-main);

  font-size: 23px;
  line-height: 1.3;
  font-weight: 800;
}

.testogel-note p {
  margin: 0 0 20px;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.75;
}


/* ==========================================================
   GENERAL ACTION BUTTONS
========================================================== */

.testogel-actions {
  display: flex;

  align-items: center;

  gap: 12px;

  flex-wrap: wrap;

  margin-top: 22px;
}

.testogel-actions--center {
  justify-content: center;

  margin-top: 30px;
}

.testogel-btn,
.testogel-btn:visited {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 44px;

  padding: 0 18px;

  border: 1px solid rgba(179,180,1,.34);
  border-radius: 999px;

  background: rgba(179,180,1,.08);

  color: #ffffff !important;

  font-size: 13px;
  line-height: 1.2;
  font-weight: 700;

  text-align: center;

  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.testogel-btn:hover {
  transform: translateY(-2px);

  background: rgba(179,180,1,.14);

  border-color: rgba(179,180,1,.52);

  box-shadow:
    0 8px 20px rgba(179,180,1,.08);
}

.testogel-btn--secondary {
  background: rgba(255,255,255,.02);

  border-color: rgba(255,255,255,.12);
}

.testogel-btn--secondary:hover {
  background: rgba(255,255,255,.045);

  border-color: rgba(179,180,1,.30);
}


/* ==========================================================
   NHS TREATMENT GUIDE PILLS
   NATURAL WIDTH — NO EQUAL BOXES
========================================================== */

.testogel-nhs-guide-grid {
  display: flex;

  align-items: center;

  gap: 10px;

  flex-wrap: wrap;

  width: 100%;

  margin-top: 22px;
}

.testogel-nhs-guide-card,
.testogel-nhs-guide-card:visited {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  min-height: 44px;

  padding: 0 17px;

  border: 1px solid rgba(179,180,1,.30);
  border-radius: 999px;

  background: rgba(179,180,1,.065);

  color: #ffffff !important;

  white-space: nowrap;

  text-align: center;
  text-decoration: none !important;

  box-shadow:
    0 4px 12px rgba(0,0,0,.08);

  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

/* Hide old category labels */

.testogel-nhs-guide-card > span {
  display: none !important;
}

/* Visible pill title */

.testogel-nhs-guide-card > strong {
  display: block;

  margin: 0;

  color: #ffffff !important;

  font-size: 12.5px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;

  white-space: nowrap;

  text-align: center !important;
}

.testogel-nhs-guide-card:hover {
  transform: translateY(-2px);

  background: rgba(179,180,1,.13);

  border-color: rgba(179,180,1,.50);

  box-shadow:
    0 7px 18px rgba(179,180,1,.07);
}


/* ==========================================================
   APPLICATION GRID
========================================================== */

.testogel-application-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 18px;

  margin-top: 36px;
}

.testogel-application-card {
  min-height: 220px;

  padding: 25px 23px;

  border: 1px solid var(--border-soft);
  border-radius: 18px;

  background: var(--bg-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.14);
}

.testogel-application-card > span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  margin-bottom: 15px;

  border: 1px solid rgba(179,180,1,.30);
  border-radius: 50%;

  color: var(--accent);

  background: rgba(179,180,1,.05);

  font-size: 10px;
  font-weight: 800;
}

.testogel-application-card h3 {
  margin: 0 0 9px;

  color: var(--text-main);

  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.testogel-application-card p {
  margin: 0;

  color: var(--text-soft);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================================
   TRANSFER WARNING
========================================================== */

.testogel-transfer {
  width: 100%;
  max-width: 1080px;

  margin: 0 auto;

  padding: 36px;

  border: 1px solid rgba(216,95,95,.28);
  border-left: 4px solid var(--danger);
  border-radius: 22px;

  background:
    linear-gradient(
      135deg,
      rgba(216,95,95,.08),
      rgba(255,255,255,.008)
    );

  box-shadow: var(--shadow-md);
}

.testogel-transfer-label {
  display: inline-block;

  margin-bottom: 10px;

  color: var(--danger-soft);

  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .14em;

  text-transform: uppercase;
}

.testogel-transfer > h2 {
  max-width: 760px;

  margin: 0 0 16px;

  color: var(--text-main);

  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -.025em;
  font-weight: 800;
}

.testogel-transfer > p {
  max-width: 900px;

  margin: 0 0 14px;

  color: var(--text-soft);

  font-size: 15.5px;
  line-height: 1.8;
}

.testogel-transfer-grid {
  display: grid;

  grid-template-columns:
    repeat(4,minmax(0,1fr));

  gap: 14px;

  margin-top: 28px;
}

.testogel-transfer-card {
  min-width: 0;

  padding: 20px;

  border: 1px solid rgba(216,95,95,.17);
  border-radius: 16px;

  background: rgba(255,255,255,.018);
}

.testogel-transfer-card > span {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 32px;
  height: 32px;

  margin-bottom: 12px;

  border: 1px solid rgba(216,95,95,.34);
  border-radius: 50%;

  color: var(--danger-soft);

  font-size: 10px;
  font-weight: 800;
}

.testogel-transfer-card strong {
  display: block;

  margin-bottom: 8px;

  color: var(--text-main);

  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
}

.testogel-transfer-card p {
  margin: 0;

  color: var(--text-soft);

  font-size: 13px;
  line-height: 1.65;
}


/* ==========================================================
   MONITORING GRID
========================================================== */

.testogel-monitoring-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 18px;

  margin-top: 36px;
}

.testogel-monitoring-card {
  min-height: 225px;

  padding: 26px 24px;

  border: 1px solid var(--border-soft);
  border-radius: 18px;

  background: var(--bg-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.15);
}

.testogel-monitoring-card > span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  margin-bottom: 16px;

  border: 1px solid rgba(179,180,1,.34);
  border-radius: 50%;

  background: rgba(179,180,1,.06);

  color: var(--accent);

  font-size: 11px;
  font-weight: 800;
}

.testogel-monitoring-card h3 {
  margin: 0 0 10px;

  color: var(--text-main);

  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.testogel-monitoring-card p {
  margin: 0;

  color: var(--text-soft);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================================
   BENEFITS
========================================================== */

.testogel-pros-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 18px;

  margin-top: 34px;
}

.testogel-pro-card {
  position: relative;

  min-height: 195px;

  padding: 24px 24px 24px 48px;

  border: 1px solid var(--border-soft);
  border-radius: 16px;

  background: var(--bg-card);

  box-shadow:
    0 6px 18px rgba(0,0,0,.14);
}

.testogel-pro-card::before {
  content: "";

  position: absolute;

  top: 30px;
  left: 20px;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--accent);

  box-shadow:
    0 0 8px rgba(179,180,1,.28);
}

.testogel-pro-card h3 {
  margin: 0 0 9px;

  color: var(--text-main);

  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
}

.testogel-pro-card p {
  margin: 0;

  color: var(--text-soft);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================================
   DRAWBACKS / SIDE EFFECTS
========================================================== */

.testogel-side-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 18px;

  margin-top: 34px;
}

.testogel-side-card {
  min-height: 200px;

  padding: 24px;

  border: 1px solid var(--border-soft);
  border-radius: 16px;

  background: var(--bg-card);

  box-shadow:
    0 6px 18px rgba(0,0,0,.14);
}

.testogel-side-card h3 {
  margin: 0 0 10px;

  color: var(--accent);

  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
}

.testogel-side-card p {
  margin: 0;

  color: var(--text-soft);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================================
   TESTOGEL VS INJECTIONS
========================================================== */

.testogel-compare-grid {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 22px;

  max-width: 1040px;

  margin: 36px auto 0;
}

.testogel-compare-card {
  padding: 28px;

  border: 1px solid var(--border-soft);
  border-radius: 20px;

  background: var(--bg-card);

  box-shadow: var(--shadow-md);
}

.testogel-compare-label {
  display: inline-block;

  margin-bottom: 11px;

  color: var(--accent);

  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .12em;

  text-transform: uppercase;
}

.testogel-compare-card h3 {
  margin: 0 0 17px;

  color: var(--text-main);

  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
}

.testogel-compare-card ul {
  margin: 0;
  padding: 0;

  list-style: none;
}

.testogel-compare-card li {
  position: relative;

  margin: 0 0 12px;

  padding-left: 20px;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.7;
}

.testogel-compare-card li:last-child {
  margin-bottom: 0;
}

.testogel-compare-card li::before {
  content: "";

  position: absolute;

  top: .7em;
  left: 0;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--accent);
}


/* ==========================================================
   WHO MIGHT PREFER TESTOGEL
========================================================== */

.testogel-choice-box {
  width: 100%;
  max-width: 920px;

  margin: 0 auto;

  text-align: center;
}

.testogel-choice-box p {
  max-width: 820px;

  margin-left: auto;
  margin-right: auto;
}


/* ==========================================================
   FINAL THOUGHTS
========================================================== */

.testogel-final {
  width: 100%;
  max-width: 900px;

  margin: 0 auto;

  text-align: center;
}

.testogel-final p {
  max-width: 820px;

  margin-left: auto;
  margin-right: auto;
}


/* ==========================================================
   RELATED TRT GUIDES
========================================================== */

.testogel-related-guides-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 22px;

  max-width: 1120px;

  margin: 36px auto 0;

  align-items: stretch;
}

.testogel-related-guide-card,
.testogel-related-guide-card:visited {
  display: flex;

  flex-direction: column;

  min-width: 0;
  height: 100%;

  overflow: hidden;

  border: 1px solid var(--border-soft);
  border-radius: 18px;

  background: var(--bg-card);

  color: inherit;

  box-shadow:
    0 8px 22px rgba(0,0,0,.16);

  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.testogel-related-guide-card:hover {
  transform: translateY(-4px);

  border-color: rgba(179,180,1,.32);

  box-shadow:
    0 12px 28px rgba(0,0,0,.26),
    0 0 16px rgba(179,180,1,.05);
}

.testogel-related-guide-image {
  width: 100%;

  aspect-ratio: 16 / 10;

  overflow: hidden;

  background: #111;
}

.testogel-related-guide-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform .28s ease;
}

.testogel-related-guide-card:hover
.testogel-related-guide-image img {
  transform: scale(1.035);
}

.testogel-related-guide-content {
  display: flex;

  flex-direction: column;

  flex: 1;

  padding: 22px;
}

.testogel-related-guide-content > span:first-child {
  margin-bottom: 8px;

  color: var(--accent);

  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .11em;

  text-transform: uppercase;
}

.testogel-related-guide-content h3 {
  margin: 0 0 10px;

  color: var(--text-main);

  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.testogel-related-guide-content p {
  flex-grow: 1;

  margin: 0 0 20px;

  color: var(--text-soft);

  font-size: 14px;
  line-height: 1.7;
}

.testogel-related-guide-button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  align-self: flex-start;

  min-height: 38px;

  padding: 0 14px;

  margin-top: auto;

  border: 1px solid rgba(179,180,1,.30);
  border-radius: 999px;

  background: rgba(179,180,1,.07);

  color: #ffffff;

  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.testogel-all-guides-action {
  display: flex;

  justify-content: center;

  margin-top: 30px;
}


/* ==========================================================
   FAQ
========================================================== */

.testogel-faq {
  width: 100%;

  padding: 58px 0 42px;

  border-top: 1px solid var(--border-faint);
}

.testogel-faq-head {
  width: 100%;
  max-width: 850px;

  margin: 0 auto 26px;

  text-align: center;
}

.testogel-faq-head h2 {
  margin: 0 auto 14px;

  color: var(--text-main);

  font-size: clamp(2rem,4vw,2.9rem);
  line-height: 1.08;
  letter-spacing: -.03em;
  font-weight: 800;
}

.testogel-faq-head p {
  max-width: 720px;

  margin: 0 auto;

  color: var(--text-body);

  font-size: 15px;
  line-height: 1.8;
}

.testogel-faq-list {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 14px;

  align-items: start;

  max-width: 1120px;

  margin: 24px auto 0;
}

.testogel-faq-item {
  min-width: 0;

  overflow: hidden;

  border: 1px solid var(--border-soft);
  border-radius: 18px;

  background: var(--bg-card);

  box-shadow:
    0 8px 22px rgba(0,0,0,.10);
}

.testogel-faq-item[open] {
  border-color: rgba(179,180,1,.38);
}

.testogel-faq-item summary {
  position: relative;

  display: flex;

  align-items: center;

  min-height: 84px;

  padding: 18px 56px 18px 24px;

  color: var(--text-main);

  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;

  cursor: pointer;

  list-style: none;
}

.testogel-faq-item summary::-webkit-details-marker {
  display: none;
}

.testogel-faq-item summary::marker {
  content: "";
}

.testogel-faq-item summary::after {
  content: "+";

  position: absolute;

  top: 50%;
  right: 22px;

  color: var(--accent);

  font-size: 25px;
  line-height: 1;
  font-weight: 700;

  transform: translateY(-50%);
}

.testogel-faq-item[open] summary {
  color: var(--accent);
}

.testogel-faq-item[open] summary::after {
  content: "−";
}

.testogel-faq-answer {
  padding: 0 24px 24px;

  border-top: 1px solid var(--border-soft);
}

.testogel-faq-answer p {
  margin: 16px 0 0;

  color: var(--text-body);

  font-size: 16px;
  line-height: 1.9;
}


/* ==========================================================
   MEDICAL DISCLAIMER
========================================================== */

.testogel-disclaimer {
  width: 100%;
  max-width: 920px;

  margin: 0 auto;

  padding: 28px 30px;

  border: 1px solid rgba(179,180,1,.20);
  border-left: 4px solid var(--accent);
  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.055),
      rgba(255,255,255,.008)
    );
}

.testogel-disclaimer h2 {
  margin: 0 0 11px;

  color: var(--text-main);

  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.testogel-disclaimer p {
  margin: 0;

  color: rgba(255,255,255,.52);

  font-size: 13.5px;
  line-height: 1.78;
}


/* ==========================================================
   FOCUS STATES
========================================================== */

.testogel-page a:focus-visible,
.testogel-faq-item summary:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}


/* ==========================================================
   LARGE TABLET / SMALL LAPTOP
========================================================== */

@media (max-width: 1100px) {

  .testogel-grid,
  .testogel-columns {
    grid-template-columns: 1fr;

    gap: 34px;
  }

  .testogel-highlight {
    max-width: 760px;
  }

  .testogel-process-grid--four {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .testogel-application-grid,
  .testogel-monitoring-grid,
  .testogel-pros-grid,
  .testogel-side-grid {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .testogel-transfer-grid {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 900px) {

  .testogel-page {
    padding: 82px 0 26px;
  }

  .testogel-hero h1 {
    font-size: 42px;
  }

  .testogel-copy h2,
  .testogel-panel__intro h2,
  .testogel-centered-heading h2,
  .testogel-choice-box h2,
  .testogel-final h2 {
    font-size: 34px;
  }

  .testogel-intro p,
  .testogel-copy p,
  .testogel-column p,
  .testogel-panel__intro p,
  .testogel-centered-heading p,
  .testogel-choice-box p,
  .testogel-final p {
    font-size: 16px;
  }

  .testogel-summary__card {
    padding: 28px 24px;
  }

  .testogel-summary__head h2 {
    font-size: 30px;
  }

  .testogel-toc {
    grid-template-columns: 1fr;
  }

  .testogel-compare-grid,
  .testogel-faq-list {
    grid-template-columns: 1fr;
  }

  .testogel-panel {
    padding: 30px 26px;
  }

  /* NHS pills remain natural width on tablet */

  .testogel-nhs-guide-grid {
    justify-content: flex-start;
  }

}


/* ==========================================================
   RELATED GUIDES TABLET
========================================================== */

@media (max-width: 800px) {

  .testogel-related-guides-grid {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 640px) {

  .testogel-page {
    padding: 62px 0 20px;
  }

  .testogel-shell {
    width: 92%;
  }

  .testogel-hero {
    margin-bottom: 42px;
  }

  .testogel-hero h1 {
    font-size: 35px;
    line-height: 1.08;
  }

  .testogel-section {
    padding: 44px 0;
  }

  .testogel-copy h2,
  .testogel-panel__intro h2,
  .testogel-centered-heading h2,
  .testogel-choice-box h2,
  .testogel-final h2 {
    font-size: 28px;
  }

  .testogel-summary__card {
    padding: 24px 18px;

    border-radius: 20px;
  }

  .testogel-summary__head {
    margin-bottom: 22px;
  }

  .testogel-summary__head h2 {
    font-size: 27px;
  }

  .testogel-toc {
    gap: 10px;
  }

  .testogel-toc__item {
    min-height: 54px;

    padding: 10px 12px;
  }

  .testogel-toc__number {
    width: 30px;
    height: 30px;
  }

  .testogel-toc__text {
    font-size: 13px;
  }

  .testogel-process-grid--four,
  .testogel-dose-grid,
  .testogel-application-grid,
  .testogel-monitoring-grid,
  .testogel-pros-grid,
  .testogel-side-grid,
  .testogel-transfer-grid,
  .testogel-related-guides-grid {
    grid-template-columns: 1fr;
  }

  .testogel-process-card,
  .testogel-dose-card,
  .testogel-application-card,
  .testogel-monitoring-card,
  .testogel-pro-card,
  .testogel-side-card {
    min-height: 0;
  }

  .testogel-panel {
    padding: 24px 18px;

    border-radius: 20px;
  }

  .testogel-note {
    padding: 22px 18px;
  }

  .testogel-actions {
    width: 100%;
  }

  .testogel-btn {
    width: 100%;

    text-align: center;
  }

  /* NHS navigation becomes stacked pills */

  .testogel-nhs-guide-grid {
    display: grid;

    grid-template-columns: 1fr;

    gap: 9px;

    width: 100%;

    margin-top: 20px;
  }

  .testogel-nhs-guide-card,
  .testogel-nhs-guide-card:visited {
    width: 100%;

    min-height: 44px;

    padding: 0 16px;
  }

  .testogel-nhs-guide-card > strong {
    white-space: normal;
  }

  .testogel-warning-note {
    padding: 20px 18px;
  }

  .testogel-transfer {
    padding: 26px 20px;
  }

  .testogel-transfer > h2 {
    font-size: 27px;
  }

  .testogel-compare-card {
    padding: 23px 20px;
  }

  .testogel-related-guide-content {
    padding: 18px;
  }

  .testogel-related-guide-image {
    aspect-ratio: 16 / 10;
  }

  .testogel-all-guides-action {
    width: 100%;
  }

  .testogel-all-guides-action .testogel-btn {
    width: 100%;
  }

  .testogel-faq {
    padding-top: 46px;
  }

  .testogel-faq-item summary {
    min-height: 74px;

    padding: 18px 48px 18px 18px;

    font-size: 16px;
  }

  .testogel-faq-item summary::after {
    right: 18px;
  }

  .testogel-faq-answer {
    padding: 0 18px 20px;
  }

  .testogel-disclaimer {
    padding: 24px 20px;
  }

}


/* ==========================================================
   EXTRA SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

  .testogel-hero h1 {
    font-size: 32px;
  }

  .testogel-summary__head h2 {
    font-size: 25px;
  }

  .testogel-transfer > h2 {
    font-size: 25px;
  }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

  .testogel-toc__item,
  .testogel-process-card,
  .testogel-btn,
  .testogel-nhs-guide-card,
  .testogel-related-guide-card,
  .testogel-related-guide-image img {
    transition: none !important;
  }

  .testogel-toc__item:hover,
  .testogel-process-card:hover,
  .testogel-btn:hover,
  .testogel-nhs-guide-card:hover,
  .testogel-related-guide-card:hover {
    transform: none !important;
  }

}/* End custom CSS */