.elementor-333 .elementor-element.elementor-element-998904d{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1c249f2 */:root {
  --trt-bg: #0f0f0f;
  --trt-surface: #151515;
  --trt-surface-soft: #1a1a1a;
  --trt-border: rgba(255, 255, 255, 0.07);
  --trt-border-soft: rgba(255, 255, 255, 0.05);
  --trt-text: #ffffff;
  --trt-muted: #b8b8b8;
  --trt-muted-soft: #d7d7d7;
  --trt-accent: #b3b401;
  --trt-accent-hover: #d6d73a;
}

.trt-page-v7,
.trt-page-v7 * {
  box-sizing: border-box;
}

.trt-page-v7 {
  background: var(--trt-bg);
  color: var(--trt-text);
  font-family: 'Montserrat', sans-serif;
  padding: 100px 0 90px;
}

.trt-page-v7 a {
  text-decoration: none;
}

.trt-container {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}

/* HERO */

.trt-hero {
  max-width: 980px;
  margin: 0 auto 44px;
  text-align: center;
}

.trt-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: #161616;
  border: 1px solid var(--trt-border);
  color: var(--trt-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trt-hero h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.trt-accent-line {
  width: 78px;
  height: 3px;
  border-radius: 999px;
  background: var(--trt-accent);
  margin: 0 auto 28px;
}

.trt-accent-line.small {
  width: 72px;
  margin: 0 0 26px;
}

.trt-hero-copy p {
  margin: 0 0 18px;
  color: var(--trt-muted);
  font-size: 18px;
  line-height: 1.9;
}

/* TOC */

.trt-toc {
  margin: 0 auto 54px;
  padding: 28px 26px;
  max-width: 1040px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.012) 100%);
  border: 1px solid var(--trt-border);
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255,255,255,0.02);
}

.trt-toc-head {
  margin-bottom: 18px;
}

.trt-toc-head h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.trt-toc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.trt-toc-item {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.05);
  color: #f0f0f0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    color 0.22s ease;
}

.trt-toc-item::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--trt-accent);
  box-shadow: 0 0 10px rgba(179, 180, 1, 0.2);
  flex-shrink: 0;
}

.trt-toc-item:hover {
  transform: translateY(-2px);
  background: rgba(179, 180, 1, 0.08);
  border-color: rgba(179, 180, 1, 0.28);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(179, 180, 1, 0.06);
}

/* SECTIONS */

.trt-section {
  padding: 38px 0 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.trt-section:first-of-type {
  border-top: none;
}

.trt-copy {
  min-width: 0;
}

.trt-copy-wide {
  max-width: 100%;
}

.trt-copy h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.trt-copy h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.trt-copy p {
  margin: 0 0 18px;
  color: var(--trt-muted);
  font-size: 17px;
  line-height: 1.95;
}

.trt-intro-label {
  color: var(--trt-muted-soft);
  font-weight: 600;
}

/* SPLIT */

.trt-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
  gap: 48px;
  align-items: stretch;
}

.trt-section-split.reverse .trt-copy {
  order: 2;
}

.trt-section-split.reverse .trt-media {
  order: 1;
}

.trt-media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.trt-image-frame {
  width: 100%;
  max-width: 520px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 20px 50px rgba(0,0,0,0.35),
    0 4px 14px rgba(0,0,0,0.25);
}

.trt-section-image {
  display: block;
  width: 100%;
  height: auto;
}

/* LIVE IMAGE */

.trt-section-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.34),
    0 4px 14px rgba(0, 0, 0, 0.18);
  filter: brightness(0.96) contrast(1.03);
}

/* PLACEHOLDER IMAGE */

.trt-image-placeholder {
  position: relative;
  width: 100%;
  min-height: 420px;
  border-radius: 28px;
  background: linear-gradient(180deg, #131313 0%, #101010 100%);
  overflow: hidden;
}

.trt-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 22px;
  border: 1px dashed rgba(179, 180, 1, 0.35);
}

.trt-image-placeholder span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--trt-accent);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* PILL LIST */

.trt-pill-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trt-pill-list li {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  color: #e2e2e2;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.trt-pill-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--trt-accent);
  box-shadow: 0 0 10px rgba(179, 180, 1, 0.18);
  margin-right: 10px;
  flex-shrink: 0;
}

/* STANDARD LISTS */

.trt-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 8px 0 22px;
}

.trt-clean-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trt-clean-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 11px;
  color: var(--trt-muted-soft);
  font-size: 16px;
  line-height: 1.85;
}

.trt-clean-list.compact li {
  font-size: 15px;
  margin-bottom: 9px;
  line-height: 1.8;
}

.trt-clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--trt-accent);
  box-shadow: 0 0 10px rgba(179, 180, 1, 0.18);
}

/* DIAGNOSIS */

.trt-diagnosis-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 20px 0 24px;
}

.trt-diagnosis-item {
  padding: 18px 22px 18px 20px;
  border-left: 3px solid rgba(179, 180, 1, 0.45);
  background: rgba(255, 255, 255, 0.015);
  border-radius: 12px;
}

.trt-diagnosis-item h3 {
  margin-bottom: 8px;
}

.trt-diagnosis-item p:last-child {
  margin-bottom: 0;
}

/* WIDE LIST BOX */

.trt-wide-list-box {
  margin: 18px 0 26px;
  padding: 26px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.012) 100%);
  border: 1px solid var(--trt-border);
}

.trt-wide-list-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 18px;
}

.trt-wide-list-item {
  position: relative;
  padding-left: 18px;
  color: var(--trt-muted-soft);
  font-size: 15px;
  line-height: 1.7;
}

.trt-wide-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--trt-accent);
  box-shadow: 0 0 10px rgba(179, 180, 1, 0.18);
}

/* PANELS */

.trt-two-col-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin: 18px 0 26px;
}

.trt-panel {
  padding: 24px 22px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.012) 100%);
  border: 1px solid var(--trt-border);
}

.trt-panel p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
}

/* TREATMENTS */

.trt-section-intro {
  margin-bottom: 6px;
}

.trt-treatment-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: 22px 0 22px;
}

.trt-treatment-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.trt-treatment-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.trt-treatment-dot {
  width: 10px;
  height: 10px;
  margin-top: 10px;
  border-radius: 50%;
  background: var(--trt-accent);
  box-shadow: 0 0 8px rgba(179,180,1,0.4);
  flex-shrink: 0;
}

.trt-treatment-body {
  min-width: 0;
}

.trt-treatment-body h3 {
  margin-bottom: 8px;
}

.trt-treatment-body p:last-child {
  margin-bottom: 0;
}

.trt-treatment-footer {
  margin-top: 6px;
}

/* BUTTON */

.trt-readmore-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  margin-top: 8px;
  border-radius: 999px;
  border: 1px solid rgba(179, 180, 1, 0.34);
  background: rgba(179, 180, 1, 0.08);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition:
    transform 0.22s ease,
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.trt-readmore-btn::after {
  content: "→";
  margin-left: 10px;
  color: var(--trt-accent);
  font-size: 17px;
  line-height: 1;
}

.trt-readmore-btn:hover {
  transform: translateY(-2px);
  background: rgba(179, 180, 1, 0.14);
  border-color: rgba(179, 180, 1, 0.52);
  box-shadow: 0 10px 24px rgba(179, 180, 1, 0.08);
}

/* FAQ */

.trt-faq {
  padding: 44px 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.trt-faq-head {
  margin-bottom: 24px;
}

.trt-faq-head h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.trt-faq-list {
  display: grid;
  gap: 14px;
}

.trt-faq-item {
  border: 1px solid var(--trt-border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.025) 0%, rgba(255,255,255,0.01) 100%);
  overflow: hidden;
}

.trt-faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 20px 56px 20px 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.trt-faq-item summary::-webkit-details-marker {
  display: none;
}

.trt-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--trt-accent);
  font-size: 24px;
  font-weight: 700;
}

.trt-faq-item[open] summary::after {
  content: "−";
}

.trt-faq-answer {
  padding: 0 20px 20px;
}

.trt-faq-answer p {
  margin: 0;
  color: var(--trt-muted);
  font-size: 16px;
  line-height: 1.85;
}

/* RESPONSIVE */

@media (max-width: 1150px) {
  .trt-split-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .trt-section-split.reverse .trt-copy,
  .trt-section-split.reverse .trt-media {
    order: initial;
  }

  .trt-image-placeholder,
  .trt-section-image {
    min-height: 300px;
  }

  .trt-list-grid,
  .trt-two-col-panels,
  .trt-toc-grid {
    grid-template-columns: 1fr;
  }

  .trt-wide-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .trt-page-v7 {
    padding: 78px 0 66px;
  }

  .trt-hero {
    margin-bottom: 36px;
  }

  .trt-hero h1 {
    font-size: 44px;
  }

  .trt-copy h2,
  .trt-faq-head h2 {
    font-size: 32px;
  }

  .trt-copy h3 {
    font-size: 21px;
  }

  .trt-hero-copy p,
  .trt-copy p {
    font-size: 16px;
  }

  .trt-section {
    padding: 32px 0 42px;
  }

  .trt-wide-list-box,
  .trt-panel,
  .trt-diagnosis-item,
  .trt-toc {
    padding-left: 18px;
    padding-right: 18px;
  }

  .trt-toc-head h2 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .trt-hero h1 {
    font-size: 36px;
  }

  .trt-copy h2,
  .trt-faq-head h2 {
    font-size: 28px;
  }

  .trt-copy h3 {
    font-size: 19px;
  }

  .trt-accent-line {
    width: 64px;
  }

  .trt-pill-list li {
    width: 100%;
    justify-content: flex-start;
  }

  .trt-wide-list-grid {
    grid-template-columns: 1fr;
  }

  .trt-faq-item summary {
    font-size: 16px;
    padding: 18px 48px 18px 18px;
  }

  .trt-faq-answer {
    padding: 0 18px 18px;
  }

  .trt-image-placeholder,
  .trt-section-image {
    min-height: 240px;
    border-radius: 22px;
  }

  .trt-image-placeholder::before {
    inset: 14px;
    border-radius: 16px;
  }

  .trt-readmore-btn,
  .trt-toc-item {
    width: 100%;
    justify-content: flex-start;
  }
}/* End custom CSS */