.elementor-1199 .elementor-element.elementor-element-14fe02a{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f09f692 *//* ==========================================================
   UK TRT — TESTOSTERONE CYPIONATE
   FULL EDITORIAL THEME
========================================================== */

.cypionate-page {
  --cyp-accent: #b3b401;
  --cyp-accent-hover: #d6d73a;

  --cyp-danger: #d85f5f;
  --cyp-danger-soft: #ff8585;

  --cyp-bg: #0f0f0f;

  --cyp-card:
    linear-gradient(
      180deg,
      #171717 0%,
      #121212 100%
    );

  --cyp-card-soft:
    linear-gradient(
      180deg,
      #191919 0%,
      #131313 100%
    );

  --cyp-white: #ffffff;
  --cyp-body: #bbbbbb;
  --cyp-soft: #d1d1d1;
  --cyp-muted: #929292;

  --cyp-border: rgba(255,255,255,.06);
  --cyp-border-mid: rgba(255,255,255,.10);
  --cyp-border-faint: rgba(255,255,255,.04);

  --cyp-shadow-lg:
    0 18px 44px rgba(0,0,0,.28);

  --cyp-shadow-md:
    0 12px 28px rgba(0,0,0,.18);

  width: 100%;
  max-width: 100%;

  margin: 0;
  padding: 110px 0 30px;

  overflow: hidden;

  background: var(--cyp-bg);
  color: var(--cyp-white);

  font-family: 'Montserrat', sans-serif;
}


/* ==========================================================
   GLOBAL
========================================================== */

.cypionate-page *,
.cypionate-page *::before,
.cypionate-page *::after {
  box-sizing: border-box;
}

.cypionate-page img {
  display: block;

  width: 100%;
  max-width: 100%;
  height: auto;
}

.cypionate-page h1,
.cypionate-page h2,
.cypionate-page h3,
.cypionate-page h4,
.cypionate-page p {
  margin-top: 0;
}

.cypionate-page a {
  text-decoration: none;
}

.cypionate-shell {
  width: 90%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ==========================================================
   HERO
========================================================== */

.cypionate-hero {
  width: 100%;
  max-width: 980px;

  margin: 0 auto 54px;

  text-align: center;
}

.cypionate-eyebrow,
.cypionate-kicker {
  display: inline-block;

  margin-bottom: 16px;

  color: var(--cyp-accent);

  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;

  letter-spacing: .16em;

  text-transform: uppercase;
}

.cypionate-hero h1 {
  margin: 0 0 20px;

  color: var(--cyp-white);

  font-size: 60px;
  line-height: 1.03;
  letter-spacing: -.035em;
  font-weight: 800;
}

.cypionate-intro {
  width: 100%;
  max-width: 900px;

  margin: 0 auto;
}

.cypionate-intro p {
  margin: 0 0 18px;

  color: var(--cyp-body);

  font-size: 18px;
  line-height: 1.9;
}

.cypionate-intro p:last-child {
  margin-bottom: 0;
}


/* ==========================================================
   ACCENT
========================================================== */

.cypionate-accent {
  width: 78px;
  height: 3px;

  margin: 0 auto 28px;

  border-radius: 999px;

  background: var(--cyp-accent);
}

.cypionate-accent.small {
  width: 64px;

  margin: 0 0 22px;
}

.cypionate-centered-heading .cypionate-accent,
.cypionate-summary__head .cypionate-accent,
.cypionate-resource-box .cypionate-accent,
.cypionate-faq-head .cypionate-accent {
  margin-left: auto;
  margin-right: auto;
}


/* ==========================================================
   TABLE OF CONTENTS
========================================================== */

.cypionate-summary {
  width: 100%;

  margin: 0 auto 10px;
}

.cypionate-summary__card {
  width: 100%;
  max-width: 1120px;

  margin: 0 auto;

  padding: 34px;

  border: 1px solid var(--cyp-border);
  border-radius: 24px;

  background: var(--cyp-card);

  box-shadow: var(--cyp-shadow-md);
}

.cypionate-summary__head {
  width: 100%;
  max-width: 760px;

  margin: 0 auto 28px;

  text-align: center;
}

.cypionate-summary__head .cypionate-eyebrow {
  margin-bottom: 12px;
}

.cypionate-summary__head h2 {
  margin: 0 0 14px;

  color: var(--cyp-white);

  font-size: 34px;
  line-height: 1.12;
  letter-spacing: -.025em;
  font-weight: 800;
}

.cypionate-toc {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 12px;

  max-width: 980px;

  margin: 0 auto;
}

.cypionate-toc__item,
.cypionate-toc__item:visited {
  display: flex;

  align-items: center;

  gap: 13px;

  min-width: 0;
  min-height: 58px;

  padding: 12px 15px;

  border: 1px solid var(--cyp-border);
  border-radius: 14px;

  background: rgba(255,255,255,.018);

  color: var(--cyp-white);

  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.cypionate-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);
}

.cypionate-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(--cyp-accent);

  font-size: 10px;
  line-height: 1;
  font-weight: 800;
}

.cypionate-toc__text {
  min-width: 0;

  color: var(--cyp-white);

  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 700;
}


/* 15th item centred */

.cypionate-toc__item--final {
  grid-column: 1 / -1;

  width: calc(50% - 6px);
  max-width: 484px;

  justify-self: center;
}


/* ==========================================================
   SECTION BASE
========================================================== */

.cypionate-section {
  padding: 58px 0;

  border-top: 1px solid var(--cyp-border-faint);
}


/* ==========================================================
   GENERAL TYPOGRAPHY
========================================================== */

.cypionate-narrow {
  width: 100%;
  max-width: 920px;
}

.cypionate-narrow h2,
.cypionate-copy h2,
.cypionate-feature__content h2,
.cypionate-resource-box h2 {
  margin: 0 0 14px;

  color: var(--cyp-white);

  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -.03em;
  font-weight: 800;
}

.cypionate-narrow p,
.cypionate-copy p,
.cypionate-feature__content p,
.cypionate-resource-box p {
  margin: 0 0 18px;

  color: var(--cyp-body);

  font-size: 17px;
  line-height: 1.92;
}

.cypionate-narrow p:last-child,
.cypionate-copy p:last-child,
.cypionate-feature__content p:last-child,
.cypionate-resource-box p:last-child {
  margin-bottom: 0;
}


/* ==========================================================
   CENTERED HEADINGS
========================================================== */

.cypionate-centered-heading {
  width: 100%;
  max-width: 900px;

  margin: 0 auto 34px;

  text-align: center;
}

.cypionate-centered-heading h2 {
  max-width: 860px;

  margin: 0 auto 14px;

  color: var(--cyp-white);

  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -.03em;
  font-weight: 800;
}

.cypionate-centered-heading p {
  max-width: 820px;

  margin: 0 auto;

  color: var(--cyp-body);

  font-size: 17px;
  line-height: 1.9;
}


/* ==========================================================
   ACTIONS
========================================================== */

.cypionate-actions {
  display: flex;

  align-items: center;

  gap: 12px;

  flex-wrap: wrap;

  margin-top: 24px;
}

.cypionate-actions--center {
  justify-content: center;

  margin-top: 32px;
}

.cypionate-btn,
.cypionate-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;
}

.cypionate-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);
}

.cypionate-btn--secondary {
  background: rgba(255,255,255,.02);

  border-color: rgba(255,255,255,.12);
}


/* ==========================================================
   SPLIT GRID
========================================================== */

.cypionate-grid {
  display: grid;

  grid-template-columns:
    minmax(0,.95fr)
    minmax(0,1.05fr);

  gap: 48px;

  align-items: center;
}

.cypionate-grid--reverse .cypionate-copy {
  order: 2;
}

.cypionate-grid--reverse .cypionate-media {
  order: 1;
}

.cypionate-copy,
.cypionate-media {
  min-width: 0;
}


/* ==========================================================
   IMAGE CARDS
========================================================== */

.cypionate-image-card {
  width: calc(100% + 40px);

  margin-left: -20px;
  margin-right: -20px;

  overflow: hidden;

  border: 1px solid var(--cyp-border);
  border-radius: 24px;

  background: var(--cyp-card);

  box-shadow: var(--cyp-shadow-lg);
}

.cypionate-image-card img {
  display: block;

  width: 100%;
  height: auto;

  object-fit: cover;
  object-position: center;
}


/* ==========================================================
   BENEFITS IMAGE
   MODERATE LANDSCAPE CROP
========================================================== */

#cypionate-benefits .cypionate-image-card {
  width: calc(100% + 40px);

  margin-left: -20px;
  margin-right: -20px;

  aspect-ratio: 4 / 3;

  overflow: hidden;
}

#cypionate-benefits .cypionate-image-card img {
  display: block;

  width: 100%;
  height: 110%;

  object-fit: cover;

  /*
   Keeps more of the lower half of the image visible
   without making the crop excessively short.
  */
  object-position: center 68%;
}


/* ==========================================================
   IMAGE CARDS — TABLET
========================================================== */

@media (max-width: 1100px) {

  .cypionate-image-card {
    width: 100%;
    max-width: 760px;

    margin-left: auto;
    margin-right: auto;
  }

  #cypionate-benefits .cypionate-image-card {
    width: 100%;
    max-width: 720px;

    margin-left: auto;
    margin-right: auto;

    aspect-ratio: 16 / 10;
  }

  #cypionate-benefits .cypionate-image-card img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center 66%;
  }

}


/* ==========================================================
   BENEFITS IMAGE — MOBILE
   SLIGHTLY TALLER CROP
========================================================== */

@media (max-width: 640px) {

  #cypionate-benefits .cypionate-image-card {
    width: 100%;
    max-width: 100%;

    margin-left: 0;
    margin-right: 0;

    /* Slightly taller than 16 / 11 */
    aspect-ratio: 4 / 3;

    overflow: hidden;

    border-radius: 18px;
  }

  #cypionate-benefits .cypionate-image-card img {
    display: block;

    width: 100%;
    height: 110%;

    object-fit: cover;

    /* Keeps the useful lower part of the image in frame */
    object-position: center 64%;
  }

}


/* ==========================================================
   QUICK REFERENCE
========================================================== */

.cypionate-info-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 18px;

  margin-top: 36px;
}

.cypionate-info-card {
  min-height: 220px;

  padding: 25px 23px;

  border: 1px solid var(--cyp-border);
  border-radius: 18px;

  background: var(--cyp-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.14);
}

.cypionate-info-card > span,
.cypionate-pathway-card > span,
.cypionate-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(--cyp-accent);

  font-size: 11px;
  font-weight: 800;
}

.cypionate-info-card h3,
.cypionate-pathway-card h3,
.cypionate-monitoring-card h3 {
  margin: 0 0 10px;

  color: var(--cyp-white);

  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.cypionate-info-card p,
.cypionate-pathway-card p,
.cypionate-monitoring-card p {
  margin: 0;

  color: var(--cyp-soft);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================================
   UK AVAILABILITY FEATURE
   NO LEFT YELLOW STRIP
========================================================== */

.cypionate-feature {
  display: block;

  width: 100%;
  max-width: 1040px;

  margin: 0 auto;

  padding: 36px;

  border: 1px solid rgba(179,180,1,.16);
  border-radius: 22px;

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.045),
      rgba(255,255,255,.009)
    );

  box-shadow: var(--cyp-shadow-md);
}

.cypionate-feature__content {
  width: 100%;
}

.cypionate-feature__content h2 {
  max-width: 860px;
}

.cypionate-feature__content p {
  max-width: 960px;
}


/* ==========================================================
   THREE-CARD SECTIONS
========================================================== */

.cypionate-three-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 18px;

  margin-top: 34px;
}

.cypionate-simple-card {
  position: relative;

  min-height: 205px;

  padding: 24px 24px 24px 48px;

  border: 1px solid var(--cyp-border);
  border-radius: 16px;

  background: var(--cyp-card);

  box-shadow:
    0 6px 18px rgba(0,0,0,.14);
}

.cypionate-simple-card::before {
  content: "";

  position: absolute;

  top: 30px;
  left: 20px;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--cyp-accent);
}

.cypionate-simple-card h3 {
  margin: 0 0 9px;

  color: var(--cyp-white);

  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
}

.cypionate-simple-card p {
  margin: 0;

  color: var(--cyp-soft);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================================
   PATHWAY GRID
========================================================== */

.cypionate-pathway-grid {
  display: grid;

  grid-template-columns:
    repeat(4,minmax(0,1fr));

  gap: 18px;

  margin-top: 36px;
}

.cypionate-pathway-card {
  min-height: 235px;

  padding: 26px 24px;

  border: 1px solid var(--cyp-border);
  border-radius: 18px;

  background: var(--cyp-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.15);
}


/* ==========================================================
   SIDE EFFECTS
========================================================== */

.cypionate-side-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 18px;

  margin-top: 34px;
}

.cypionate-side-card {
  min-height: 200px;

  padding: 24px;

  border: 1px solid var(--cyp-border);
  border-radius: 16px;

  background: var(--cyp-card);

  box-shadow:
    0 6px 18px rgba(0,0,0,.14);
}

.cypionate-side-card h3 {
  margin: 0 0 10px;

  color: var(--cyp-accent);

  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
}

.cypionate-side-card p {
  margin: 0;

  color: var(--cyp-soft);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================================
   CYPIONATE VS ENANTHATE VS SUSTANON
========================================================== */

.cypionate-compare-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 20px;

  width: 100%;
  max-width: 1120px;

  margin: 36px auto 0;

  align-items: stretch;
}


/* ==========================================================
   COMPARISON CARD BASE
========================================================== */

.cypionate-compare-card,
.cypionate-compare-card:visited {
  display: flex;
  flex-direction: column;

  min-width: 0;
  height: 100%;
  min-height: 390px;

  margin: 0;
  padding: 27px 25px;

  border: 1px solid var(--cyp-border);
  border-radius: 20px;

  background: var(--cyp-card);

  color: var(--cyp-white) !important;
  text-decoration: none !important;

  box-shadow: var(--cyp-shadow-md);

  transition:
    transform .22s ease,
    border-color .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}


/* ==========================================================
   LINKED CARDS
========================================================== */

a.cypionate-compare-card:hover {
  transform: translateY(-4px);

  border-color: rgba(179,180,1,.34);

  background:
    linear-gradient(
      180deg,
      rgba(179,180,1,.035) 0%,
      rgba(255,255,255,.012) 100%
    );

  box-shadow:
    0 14px 30px rgba(0,0,0,.26),
    0 0 18px rgba(179,180,1,.045);
}


/* ==========================================================
   CURRENT CYPIONATE CARD
========================================================== */

.cypionate-compare-card--current {
  border-color: rgba(179,180,1,.32);

  background:
    linear-gradient(
      145deg,
      rgba(179,180,1,.075) 0%,
      rgba(255,255,255,.012) 100%
    );

  box-shadow:
    0 10px 28px rgba(0,0,0,.20);
}


/* ==========================================================
   CATEGORY LABEL
========================================================== */

.cypionate-compare-label {
  display: block;

  margin: 0 0 11px;

  color: var(--cyp-accent) !important;

  font-size: 10px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;

  letter-spacing: .12em !important;
  text-transform: uppercase;
}


/* ==========================================================
   CARD TITLE
========================================================== */

.cypionate-compare-card h3 {
  margin: 0 0 12px !important;

  color: var(--cyp-white) !important;

  font-size: 23px !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
}


/* ==========================================================
   DESCRIPTION
========================================================== */

.cypionate-compare-card > p {
  margin: 0 0 20px !important;

  color: var(--cyp-soft) !important;

  font-size: 14px !important;
  line-height: 1.72 !important;
}


/* ==========================================================
   BULLET LIST
========================================================== */

.cypionate-compare-card ul {
  display: block;

  width: 100%;

  margin: 0 0 24px !important;
  padding: 0 !important;

  list-style: none !important;
}

.cypionate-compare-card li {
  position: relative;

  display: block;

  margin: 0 0 11px !important;
  padding: 0 0 0 20px !important;

  color: var(--cyp-soft) !important;

  font-size: 13.5px !important;
  line-height: 1.62 !important;
  font-weight: 500 !important;
}

.cypionate-compare-card li:last-child {
  margin-bottom: 0 !important;
}

.cypionate-compare-card li::before {
  content: "";

  position: absolute;

  top: .68em;
  left: 0;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--cyp-accent);

  box-shadow:
    0 0 0 3px rgba(179,180,1,.07);
}


/* ==========================================================
   "YOU'RE READING THIS GUIDE"
========================================================== */

.cypionate-current-guide {
  position: relative;

  display: inline-flex;
  align-items: center;

  align-self: flex-start;

  min-height: 39px;

  margin: auto 0 0 !important;
  padding: 0 0 0 20px !important;

  color: #ffffff !important;

  font-size: 12.5px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;

  text-align: left !important;
}

.cypionate-current-guide::before {
  content: "";

  position: absolute;

  left: 0;
  top: 50%;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--cyp-accent);

  box-shadow:
    0 0 0 4px rgba(179,180,1,.08);

  transform: translateY(-50%);
}


/* ==========================================================
   ENANTHATE / SUSTANON BUTTON
========================================================== */

.cypionate-compare-action {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  align-self: flex-start;

  min-height: 39px;

  margin: auto 0 0 !important;
  padding: 0 15px !important;

  border: 1px solid rgba(179,180,1,.30);
  border-radius: 999px;

  background: rgba(179,180,1,.07);

  color: #ffffff !important;

  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;

  white-space: nowrap;
}

a.cypionate-compare-card:hover
.cypionate-compare-action {
  border-color: rgba(179,180,1,.48);

  background: rgba(179,180,1,.13);
}


/* ==========================================================
   RED COMPARISON NOTICE
========================================================== */

.cypionate-comparison-warning {
  width: 100%;
  max-width: 900px;

  margin: 34px auto 0;

  padding: 23px 25px;

  border: 1px solid rgba(216,95,95,.30);
  border-left: 4px solid var(--cyp-danger);
  border-radius: 17px;

  background:
    linear-gradient(
      135deg,
      rgba(216,95,95,.09) 0%,
      rgba(255,255,255,.008) 100%
    );

  box-shadow:
    0 10px 24px rgba(0,0,0,.16);
}

.cypionate-comparison-warning > strong {
  display: block;

  margin: 0 0 8px !important;

  color: var(--cyp-danger-soft) !important;

  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 800 !important;
}

.cypionate-comparison-warning > p {
  margin: 0 !important;

  color: var(--cyp-soft) !important;

  font-size: 14.5px !important;
  line-height: 1.75 !important;
}


/* ==========================================================
   COMPARISON — TABLET
========================================================== */

@media (max-width: 900px) {

  .cypionate-compare-grid {
    grid-template-columns: 1fr;

    max-width: 760px;
  }

  .cypionate-compare-card {
    min-height: 0;
  }

}


/* ==========================================================
   COMPARISON — MOBILE
========================================================== */

@media (max-width: 640px) {

  .cypionate-compare-grid {
    gap: 14px;

    margin-top: 28px;
  }

  .cypionate-compare-card {
    min-height: 0;

    padding: 23px 20px;
  }

  .cypionate-compare-card h3 {
    font-size: 21px !important;
  }

  .cypionate-comparison-warning {
    padding: 20px 18px;
  }

}


/* ==========================================================
   MONITORING
========================================================== */

.cypionate-monitoring-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 18px;

  margin-top: 36px;
}

.cypionate-monitoring-card {
  min-height: 225px;

  padding: 26px 24px;

  border: 1px solid var(--cyp-border);
  border-radius: 18px;

  background: var(--cyp-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.15);
}


/* ==========================================================
   RESOURCE BOX
========================================================== */

.cypionate-resource-box {
  width: 100%;
  max-width: 900px;

  margin: 0 auto;

  padding: 34px;

  border: 1px solid rgba(179,180,1,.18);
  border-radius: 22px;

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.055),
      rgba(255,255,255,.008)
    );

  box-shadow: var(--cyp-shadow-md);

  text-align: center;
}

.cypionate-resource-box p {
  max-width: 760px;

  margin-left: auto;
  margin-right: auto;
}

.cypionate-resource-box .cypionate-btn {
  margin-top: 12px;
}


/* ==========================================================
   RELATED GUIDES
========================================================== */

.cypionate-related-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 22px;

  max-width: 1120px;

  margin: 36px auto 0;

  align-items: stretch;
}

.cypionate-related-card,
.cypionate-related-card:visited {
  display: flex;

  flex-direction: column;

  min-width: 0;
  height: 100%;

  overflow: hidden;

  border: 1px solid var(--cyp-border);
  border-radius: 18px;

  background: var(--cyp-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;
}

.cypionate-related-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);
}

.cypionate-related-image {
  width: 100%;

  aspect-ratio: 16 / 10;

  overflow: hidden;

  background: #111;
}

.cypionate-related-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform .28s ease;
}

.cypionate-related-card:hover
.cypionate-related-image img {
  transform: scale(1.035);
}

.cypionate-related-content {
  display: flex;

  flex-direction: column;

  flex: 1;

  padding: 22px;
}

.cypionate-related-content > span {
  display: block;

  margin-bottom: 8px;

  color: var(--cyp-accent);

  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .11em;

  text-transform: uppercase;
}

.cypionate-related-content h3 {
  margin: 0 0 10px;

  color: var(--cyp-white);

  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.cypionate-related-content p {
  flex-grow: 1;

  margin: 0 0 20px;

  color: var(--cyp-soft);

  font-size: 14px;
  line-height: 1.7;
}

.cypionate-related-content strong {
  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: var(--cyp-white);

  font-size: 12px;
  font-weight: 700;
}

.cypionate-all-guides {
  display: flex;

  justify-content: center;

  margin-top: 30px;
}


/* ==========================================================
   FAQ
========================================================== */

.cypionate-faq {
  width: 100%;

  padding: 58px 0 42px;

  border-top: 1px solid var(--cyp-border-faint);
}

.cypionate-faq-head {
  width: 100%;
  max-width: 850px;

  margin: 0 auto 26px;

  text-align: center;
}

.cypionate-faq-head h2 {
  margin: 0 auto 14px;

  color: var(--cyp-white);

  font-size: clamp(2rem,4vw,2.9rem);
  line-height: 1.08;
  letter-spacing: -.03em;
  font-weight: 800;
}

.cypionate-faq-head p {
  max-width: 720px;

  margin: 0 auto;

  color: var(--cyp-body);

  font-size: 15px;
  line-height: 1.8;
}

.cypionate-faq-list {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 14px;

  align-items: start;

  max-width: 1120px;

  margin: 24px auto 0;
}

.cypionate-faq-item {
  min-width: 0;

  overflow: hidden;

  border: 1px solid var(--cyp-border);
  border-radius: 18px;

  background: var(--cyp-card);

  box-shadow:
    0 8px 22px rgba(0,0,0,.10);
}

.cypionate-faq-item[open] {
  border-color: rgba(179,180,1,.38);
}

.cypionate-faq-item summary {
  position: relative;

  display: flex;

  align-items: center;

  min-height: 84px;

  padding: 18px 56px 18px 24px;

  color: var(--cyp-white);

  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;

  cursor: pointer;

  list-style: none;
}

.cypionate-faq-item summary::-webkit-details-marker {
  display: none;
}

.cypionate-faq-item summary::marker {
  content: "";
}

.cypionate-faq-item summary::after {
  content: "+";

  position: absolute;

  top: 50%;
  right: 22px;

  color: var(--cyp-accent);

  font-size: 25px;
  line-height: 1;
  font-weight: 700;

  transform: translateY(-50%);
}

.cypionate-faq-item[open] summary {
  color: var(--cyp-accent);
}

.cypionate-faq-item[open] summary::after {
  content: "−";
}

.cypionate-faq-answer {
  padding: 0 24px 24px;

  border-top: 1px solid var(--cyp-border);
}

.cypionate-faq-answer p {
  margin: 16px 0 0;

  color: var(--cyp-body);

  font-size: 16px;
  line-height: 1.9;
}


/* ==========================================================
   DISCLAIMER
========================================================== */

.cypionate-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(--cyp-accent);
  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.055),
      rgba(255,255,255,.008)
    );
}

.cypionate-disclaimer h2 {
  margin: 0 0 11px;

  color: var(--cyp-white);

  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.cypionate-disclaimer p {
  margin: 0;

  color: rgba(255,255,255,.52);

  font-size: 13.5px;
  line-height: 1.78;
}


/* ==========================================================
   FOCUS STATES
========================================================== */

.cypionate-page a:focus-visible,
.cypionate-faq-item summary:focus-visible {
  outline: 2px solid var(--cyp-accent);

  outline-offset: 3px;
}


/* ==========================================================
   LARGE TABLET
========================================================== */

@media (max-width: 1100px) {

  .cypionate-grid {
    grid-template-columns: 1fr;

    gap: 36px;
  }

  .cypionate-grid--reverse .cypionate-copy,
  .cypionate-grid--reverse .cypionate-media {
    order: initial;
  }

  .cypionate-image-card {
    max-width: 760px;

    margin-left: auto;
    margin-right: auto;
  }

  .cypionate-info-grid,
  .cypionate-side-grid,
  .cypionate-monitoring-grid {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .cypionate-pathway-grid {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 900px) {

  .cypionate-page {
    padding: 82px 0 26px;
  }

  .cypionate-hero h1 {
    font-size: 42px;
  }

  .cypionate-narrow h2,
  .cypionate-copy h2,
  .cypionate-feature__content h2,
  .cypionate-centered-heading h2,
  .cypionate-resource-box h2 {
    font-size: 34px;
  }

  .cypionate-intro p,
  .cypionate-narrow p,
  .cypionate-copy p,
  .cypionate-feature__content p,
  .cypionate-centered-heading p,
  .cypionate-resource-box p {
    font-size: 16px;
  }

  .cypionate-summary__card {
    padding: 28px 24px;
  }

  .cypionate-toc {
    grid-template-columns: 1fr;
  }

  /* Final item becomes normal width on tablet */

  .cypionate-toc__item--final {
    grid-column: auto;

    width: 100%;
    max-width: none;

    justify-self: stretch;
  }

  .cypionate-three-grid {
    grid-template-columns: 1fr;
  }

  .cypionate-compare-grid {
    grid-template-columns: 1fr;

    max-width: 760px;
  }

  .cypionate-compare-card {
    min-height: 0;
  }

  .cypionate-related-grid {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .cypionate-faq-list {
    grid-template-columns: 1fr;
  }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 640px) {

  .cypionate-page {
    padding: 62px 0 20px;
  }

  .cypionate-shell {
    width: 92%;
  }

  .cypionate-hero {
    margin-bottom: 42px;
  }

  .cypionate-hero h1 {
    font-size: 35px;

    line-height: 1.08;
  }

  .cypionate-section {
    padding: 44px 0;
  }

  .cypionate-narrow h2,
  .cypionate-copy h2,
  .cypionate-feature__content h2,
  .cypionate-centered-heading h2,
  .cypionate-resource-box h2 {
    font-size: 28px;
  }

  .cypionate-summary__card {
    padding: 24px 18px;

    border-radius: 20px;
  }

  .cypionate-summary__head h2 {
    font-size: 27px;
  }

  .cypionate-toc {
    gap: 10px;
  }

  .cypionate-toc__item {
    min-height: 54px;

    padding: 10px 12px;
  }

  .cypionate-toc__number {
    width: 30px;
    height: 30px;
  }

  .cypionate-toc__text {
    font-size: 13px;
  }

  .cypionate-info-grid,
  .cypionate-pathway-grid,
  .cypionate-side-grid,
  .cypionate-monitoring-grid,
  .cypionate-related-grid {
    grid-template-columns: 1fr;
  }

  .cypionate-info-card,
  .cypionate-pathway-card,
  .cypionate-side-card,
  .cypionate-monitoring-card {
    min-height: 0;
  }

  .cypionate-feature {
    padding: 26px 20px;
  }

  .cypionate-actions {
    width: 100%;
  }

  .cypionate-btn {
    width: 100%;
  }

  .cypionate-resource-box {
    padding: 28px 20px;
  }

  .cypionate-related-content {
    padding: 18px;
  }

  .cypionate-all-guides {
    width: 100%;
  }

  .cypionate-all-guides .cypionate-btn {
    width: 100%;
  }

  .cypionate-faq {
    padding-top: 46px;
  }

  .cypionate-faq-item summary {
    min-height: 74px;

    padding: 18px 48px 18px 18px;

    font-size: 16px;
  }

  .cypionate-faq-item summary::after {
    right: 18px;
  }

  .cypionate-faq-answer {
    padding: 0 18px 20px;
  }

  .cypionate-disclaimer {
    padding: 24px 20px;
  }

}


/* ==========================================================
   EXTRA SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

  .cypionate-hero h1 {
    font-size: 32px;
  }

}


/* ==========================================================
   REDUCED MOTION
========================================================== */

@media (prefers-reduced-motion: reduce) {

  .cypionate-toc__item,
  .cypionate-btn,
  .cypionate-compare-card,
  .cypionate-related-card,
  .cypionate-related-image img {
    transition: none !important;
  }

  .cypionate-toc__item:hover,
  .cypionate-btn:hover,
  .cypionate-compare-card:hover,
  .cypionate-related-card:hover {
    transform: none !important;
  }

}/* End custom CSS */