.elementor-1479 .elementor-element.elementor-element-d898fb7{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-29e5611 *//* ==========================================================
   LOW TESTOSTERONE GUIDE EDITORIAL THEME (Harmonized for Sustanon)
========================================================== */

.lowt-editorial-page {
  --accent: #b3b401;
  --accent-hover: #d6d73a;
  --bg: #0f0f0f;
  --bg-card: linear-gradient(180deg, #171717 0%, #121212 100%);
  --text-main: #ffffff;
  --text-body: #bbbbbb;
  --text-soft: #d1d1d1;
  --border-soft: rgba(255, 255, 255, 0.06);
  --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);
  background: var(--bg);
  padding: 110px 0 96px;
  font-family: 'Montserrat', sans-serif;
  color: var(--text-body);
}

.lowt-editorial-page * {
  box-sizing: border-box;
}

.lowt-editorial-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lowt-editorial-page h1,
.lowt-editorial-page h2,
.lowt-editorial-page h3 {
  margin-top: 0;
  color: var(--text-main);
}

.lowt-editorial-shell {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
}

/* HERO */
.lowt-editorial-hero {
  max-width: 940px;
  margin: 0 auto 46px;
  text-align: center;
}

.lowt-editorial-eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lowt-editorial-hero h1 {
  margin-bottom: 18px;
  color: var(--text-main);
  font-size: 60px;
  line-height: 1.03;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.lowt-editorial-intro p {
  margin: 0 0 18px;
  color: var(--text-body);
  font-size: 18px;
  line-height: 1.92;
}

.lowt-editorial-intro p:last-child {
  margin-bottom: 0;
}

/* ACCENT */
.lowt-editorial-accent {
  width: 78px;
  height: 3px;
  margin: 0 auto 28px;
  border-radius: 999px;
  background: var(--accent);
}

.lowt-editorial-accent.small {
  width: 64px;
  margin: 0 0 22px;
}

/* LINK STYLE */
.lowt-editorial-page a.lowt-editorial-link,
.lowt-editorial-page a.lowt-editorial-link:visited,
.lowt-editorial-page a.lowt-editorial-link:focus,
.lowt-editorial-page a.lowt-editorial-link:active {
  color: var(--accent) !important;
  font-weight: 700;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(179,180,1,0.35);
  transition: color .18s ease, border-color .18s ease, opacity .18s ease, transform .18s ease;
  display: inline-block;
}

.lowt-editorial-page a.lowt-editorial-link:hover {
  color: var(--accent-hover) !important;
  border-bottom-color: rgba(179,180,1,0.68);
  text-decoration: none !important;
  opacity: .95;
  transform: translateY(-2px);
}

/* BUTTON STYLE */
.lowt-editorial-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: rgba(179,180,1,0.08);
  border: 1px solid var(--accent);
  border-radius: 999px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.lowt-editorial-btn:hover {
  background: rgba(179,180,1,0.18);
  border-color: var(--accent-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(179,180,1,0.15);
}

/* SUMMARY (Centered, compact card with balanced items) */
.lowt-editorial-summary {
  margin: 0 0 58px;
  display: flex;
  justify-content: center;
}

.lowt-editorial-summary__card {
  width: 100%;
  max-width: 980px;
  padding: 32px 36px;
  border: 1px solid var(--border-soft);
  border-radius: 26px;
  background: var(--bg-card);
  box-shadow: var(--shadow-md);
  text-align: center;
}

.lowt-editorial-summary__card h2 {
  margin: 0 auto 10px;
  color: var(--text-main);
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 800;
}

.lowt-editorial-summary__card .lowt-editorial-accent.small {
  margin: 0 auto 22px;
}

.lowt-editorial-summary__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 20px;
  margin-top: 18px;
  text-align: left;
}

.lowt-editorial-summary__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 16px 20px 16px 42px;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: rgba(255,255,255,0.015);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: border-color .2s ease, transform .2s ease;
}

.lowt-editorial-summary__item:hover {
  border-color: rgba(179,180,1,0.3);
  transform: translateY(-1px);
}

.lowt-editorial-summary__item::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(179,180,1,0.4);
}

/* SECTION BASE */
.lowt-editorial-section {
  padding: 60px 0;
  border-top: 1px solid var(--border-faint);
}

/* SPLIT */
.lowt-editorial-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 58px;
  align-items: center;
}

.lowt-editorial-split.reverse .lowt-editorial-copy {
  order: 2;
}

.lowt-editorial-split.reverse .lowt-editorial-media {
  order: 1;
}

.lowt-editorial-copy {
  min-width: 0;
  text-align: left;
}

.lowt-editorial-copy h2,
.lowt-editorial-narrow h2,
.lowt-editorial-feature__content h2 {
  margin-bottom: 14px;
  color: var(--text-main);
  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.lowt-editorial-copy h3,
.lowt-editorial-aside h3 {
  margin-bottom: 12px;
}

.lowt-editorial-copy p,
.lowt-editorial-narrow p,
.lowt-editorial-feature__content p {
  margin: 0 0 18px;
  color: var(--text-body);
  font-size: 17px;
  line-height: 1.95;
  text-align: left;
}

.lowt-editorial-copy p:last-child,
.lowt-editorial-narrow p:last-child,
.lowt-editorial-feature__content p:last-child {
  margin-bottom: 0;
}

.lowt-editorial-media {
  display: flex;
  justify-content: center;
}

.lowt-editorial-image-card {
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  background: var(--bg-card);
  box-shadow: var(--shadow-lg);
  width: 100%;
}

.lowt-editorial-image-card img {
  width: 100%;
  min-height: 400px;
  max-height: 520px;
  object-fit: cover;
}

/* NARROW */
.lowt-editorial-narrow {
  max-width: 920px;
  margin: 0 auto;
  text-align: left;
}

.lowt-editorial-narrow--final {
  max-width: 860px;
  margin: 0 auto;
}

/* SYMPTOMS (Aligned headers and card layouts) */
.lowt-editorial-symptoms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 32px 0 24px;
  align-items: stretch;
}

.lowt-editorial-symptom-col {
  padding: 28px 24px;
  border: 1px solid var(--border-soft);
  border-radius: 22px;
  background: var(--bg-card);
  box-shadow: var(--shadow-md);
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.lowt-editorial-symptom-col h3 {
  margin: 0 0 16px;
  min-height: 64px;
  display: flex;
  align-items: center;
  color: var(--accent);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  border-bottom: 1px solid var(--border-soft);
  padding-bottom: 12px;
}

/* TITLES AND TEXT FOR CARDS */
.lowt-editorial-card-title {
  display: block;
  margin-bottom: 6px;
  color: var(--text-main);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
}

.lowt-editorial-card-text {
  display: block;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

/* FEATURE */
.lowt-editorial-feature {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  align-items: start;
}

.lowt-editorial-feature__line {
  width: 100%;
  height: 100%;
  min-height: 180px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent) 0%, rgba(179,180,1,0.08) 100%);
}

.lowt-editorial-feature__content h2 {
  margin-bottom: 14px;
}

.lowt-editorial-feature__content p {
  color: var(--text-body);
  text-align: left;
}

/* CAUSES (Structured Card Grid Layout) */
.lowt-editorial-causes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 24px;
  align-items: stretch;
}

.lowt-editorial-cause {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 18px 20px 18px 42px;
  border: 1px solid var(--border-soft);
  border-radius: 16px;
  background: var(--bg-card);
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  text-align: left;
}

.lowt-editorial-cause::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px rgba(179,180,1,0.4);
}

/* ASIDE */
.lowt-editorial-aside {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lowt-editorial-note {
  width: 100%;
  padding: 30px;
  border: 1px solid var(--border-soft);
  border-radius: 22px;
  background: var(--bg-card);
  box-shadow: var(--shadow-md);
  text-align: left;
}

/* TRT COMPARISON REDESIGN */
.lowt-editorial-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}

.lowt-editorial-compare-card {
  padding: 32px 24px;
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  background: var(--bg-card);
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  text-align: left;
}

.lowt-editorial-compare-card h3 {
  margin: 0 0 16px;
  min-height: 64px;
  display: flex;
  align-items: center;
  color: var(--accent);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  border-bottom: 1px solid var(--border-soft);
  padding-bottom: 12px;
}

.lowt-editorial-compare-card p {
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
  text-align: left;
}

.lowt-editorial-compare-card p:last-child {
  margin-bottom: 0;
}

.lowt-editorial-compare-card strong {
  color: var(--text-main);
  display: block;
  margin-bottom: 4px;
}

/* FAQ SECTION */
.trt-faq {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 62px 0 96px;
  border-top: 1px solid var(--border-faint);
}

.trt-faq-head {
  margin-bottom: 24px;
  text-align: center;
}

.trt-faq-head h2 {
  margin: 0 auto 14px !important;
  max-width: 800px;
  color: var(--text-main) !important;
  font-size: clamp(2rem, 4vw, 2.9rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -.03em !important;
}

.trt-faq-head h2::before {
  content: "Questions and answers";
  display: block;
  margin: 0 0 14px;
  color: var(--accent) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

.trt-faq-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  margin-top: 24px;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.trt-faq-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border-soft);
  border-radius: 18px;
  background: var(--bg-card);
  box-shadow: 0 8px 22px rgba(0,0,0,.10);
  transition: border-color .2s ease;
}

.trt-faq-item[open] {
  border-color: rgba(179,180,1,.38);
}

.trt-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 18px 24px;
  color: var(--text-main) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  cursor: pointer;
  list-style: none;
  text-align: left;
}

.trt-faq-item summary::-webkit-details-marker {
  display: none;
}

.trt-faq-item summary::after {
  content: "+";
  color: var(--accent);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 16px;
}

.trt-faq-item[open] summary {
  color: var(--accent) !important;
}

.trt-faq-item[open] summary::after {
  content: "−";
}

.trt-faq-answer {
  padding: 0 24px 24px;
  border-top: 1px solid var(--border-soft);
  text-align: left;
}

.trt-faq-answer p {
  margin: 16px 0 0 !important;
  color: var(--text-body) !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  text-align: left;
}

/* RESPONSIVE BREAKPOINTS */
@media (max-width:1100px) {
  .lowt-editorial-grid,
  .lowt-editorial-symptoms,
  .lowt-editorial-causes,
  .lowt-editorial-summary__grid,
  .lowt-editorial-compare-grid {
    grid-template-columns: 1fr;
  }

  .lowt-editorial-split.reverse .lowt-editorial-copy,
  .lowt-editorial-split.reverse .lowt-editorial-media {
    order: initial;
  }

  .lowt-editorial-grid {
    gap: 32px;
  }

  .lowt-editorial-image-card img {
    min-height: 320px;
  }

  .lowt-editorial-feature {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .lowt-editorial-feature__line {
    width: 84px;
    min-height: 3px;
    height: 3px;
  }
}

@media (max-width:900px) {
  .lowt-editorial-page {
    padding: 82px 0;
  }

  .lowt-editorial-hero h1 {
    font-size: 42px;
  }

  .lowt-editorial-copy h2,
  .lowt-editorial-narrow h2,
  .lowt-editorial-feature__content h2 {
    font-size: 34px;
  }

  .lowt-editorial-summary__card h2 {
    font-size: 28px;
  }

  .lowt-editorial-symptom-col h3,
  .lowt-editorial-note h3,
  .lowt-editorial-compare-card h3 {
    font-size: 22px;
  }

  .lowt-editorial-intro p,
  .lowt-editorial-copy p,
  .lowt-editorial-narrow p,
  .lowt-editorial-feature__content p {
    font-size: 16px;
  }

  .lowt-editorial-note,
  .lowt-editorial-summary__card,
  .lowt-editorial-symptom-col,
  .lowt-editorial-compare-card {
    padding: 24px;
  }

  .trt-faq-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width:640px) {
  .lowt-editorial-hero h1 {
    font-size: 35px;
  }

  .lowt-editorial-copy h2,
  .lowt-editorial-narrow h2,
  .lowt-editorial-feature__content h2 {
    font-size: 28px;
  }

  .lowt-editorial-summary__card h2 {
    font-size: 24px;
  }

  .lowt-editorial-symptom-col h3,
  .lowt-editorial-note h3 {
    font-size: 20px;
  }

  .lowt-editorial-accent {
    width: 62px;
  }

  .lowt-editorial-image-card {
    border-radius: 18px;
  }

  .lowt-editorial-image-card img {
    min-height: 280px;
  }
  
  .lowt-editorial-btn {
    width: 100%;
    padding: 16px 20px;
  }

  .trt-faq { 
    padding-top: 48px; 
  }

  .trt-faq-item summary { 
    padding: 18px 48px 18px 18px; 
    font-size: 16px !important; 
    min-height: auto; 
  }

  .trt-faq-answer { 
    padding: 0 18px 18px; 
  }
}/* End custom CSS */