.elementor-454 .elementor-element.elementor-element-9e85204{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-f2e01b4 */.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;
}

.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;
}

.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;
}

.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;
}

/* SUMMARY */

.lowt-editorial-summary{
  margin:0 0 58px;
}

.lowt-editorial-summary__card{
  padding:32px 30px;
  border:1px solid var(--border-soft);
  border-radius:26px;
  background:var(--bg-card);
  box-shadow:var(--shadow-md);
}

.lowt-editorial-summary__card h2{
  margin:0 0 14px;
  color:var(--text-main);
  font-size:34px;
  line-height:1.1;
  letter-spacing:-0.02em;
  font-weight:800;
}

.lowt-editorial-summary__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px 26px;
}

.lowt-editorial-summary__item{
  position:relative;
  padding-left:18px;
  color:var(--text-soft);
  font-size:16px;
  line-height:1.78;
}

.lowt-editorial-summary__item::before{
  content:"";
  position:absolute;
  top:10px;
  left:0;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent);
}

/* 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;
}

.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,
.lowt-editorial-trt-card p{
  margin-bottom:12px;
}

.lowt-editorial-copy p,
.lowt-editorial-narrow p,
.lowt-editorial-feature__content p,
.lowt-editorial-faq-answer p{
  margin:0 0 18px;
  color:var(--text-body);
  font-size:17px;
  line-height:1.95;
}

.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);
}

.lowt-editorial-image-card img{
  width:100%;
  min-height:500px;
  object-fit:cover;
}

/* NARROW */

.lowt-editorial-narrow{
  max-width:920px;
}

.lowt-editorial-narrow--final{
  max-width:860px;
}

/* SYMPTOMS */

.lowt-editorial-symptoms{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  margin:30px 0 14px;
}

.lowt-editorial-symptom-col h3{
  margin:0 0 16px;
  color:var(--text-main);
  font-size:24px;
  line-height:1.25;
  font-weight:700;
}

.lowt-editorial-symptom-col ul{
  margin:0;
  padding:0;
  list-style:none;
}

.lowt-editorial-symptom-col li{
  position:relative;
  padding-left:18px;
  margin-bottom:11px;
  color:var(--text-soft);
  font-size:16px;
  line-height:1.82;
}

.lowt-editorial-symptom-col li::before{
  content:"";
  position:absolute;
  top:11px;
  left:0;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent);
}

/* FEATURE */

.lowt-editorial-feature{
  max-width:980px;
  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);
}

/* CAUSES */

.lowt-editorial-causes{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px 22px;
  margin:30px 0 20px;
}

.lowt-editorial-cause{
  position:relative;
  padding-left:18px;
  color:var(--text-soft);
  font-size:16px;
  line-height:1.78;
}

.lowt-editorial-cause::before{
  content:"";
  position:absolute;
  top:10px;
  left:0;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent);
}

/* 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);
}

.lowt-editorial-note h3{
  margin:0 0 14px;
  color:var(--text-main);
  font-size:24px;
  line-height:1.25;
  font-weight:700;
}

.lowt-editorial-note ul{
  margin:0;
  padding:0;
  list-style:none;
}

.lowt-editorial-note li{
  position:relative;
  padding-left:18px;
  margin-bottom:12px;
  color:var(--text-soft);
  font-size:15px;
  line-height:1.8;
}

.lowt-editorial-note li:last-child{
  margin-bottom:0;
}

.lowt-editorial-note li::before{
  content:"";
  position:absolute;
  top:10px;
  left:0;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent);
}

/* TRT SECTION */

.lowt-editorial-trt{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:36px;
  align-items:center;
}

.lowt-editorial-trt__content{
  max-width:900px;
}

.lowt-editorial-trt__content h2{
  margin:0 0 14px;
  color:var(--text-main);
  font-size:44px;
  line-height:1.06;
  letter-spacing:-0.03em;
  font-weight:800;
}

.lowt-editorial-trt__content p{
  margin:0 0 18px;
  color:var(--text-body);
  font-size:17px;
  line-height:1.95;
}

.lowt-editorial-trt__content p:last-child{
  margin-bottom:0;
}

.lowt-editorial-trt-card{
  padding:24px 22px;
  border:1px solid var(--border-soft);
  border-radius:20px;
  background:var(--bg-card);
  box-shadow:var(--shadow-md);
}

.lowt-editorial-trt-card__label{
  display:inline-block;
  margin-bottom:12px;
  color:var(--accent);
  font-size:12px;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
}

.lowt-editorial-trt-card p{
  margin:0;
  color:var(--text-soft);
  font-size:15px;
  line-height:1.8;
  font-weight:500;
}

/* REFERENCES */

.lowt-editorial-references{
  margin:0;
  padding:0;
  list-style:none;
}

.lowt-editorial-references li{
  position:relative;
  padding-left:18px;
  margin-bottom:14px;
  color:var(--text-soft);
  font-size:16px;
  line-height:1.8;
}

.lowt-editorial-references li:last-child{
  margin-bottom:0;
}

.lowt-editorial-references li::before{
  content:"";
  position:absolute;
  top:10px;
  left:0;
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--accent);
}

/* FAQ */

.lowt-editorial-faq{
  padding:60px 0 10px;
  border-top:1px solid var(--border-faint);
}

.lowt-editorial-faq-list{
  display:grid;
  gap:14px;
  margin-top:8px;
}

.lowt-editorial-faq-item{
  border:1px solid var(--border-soft);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,0.025) 0%,rgba(255,255,255,0.01) 100%);
  overflow:hidden;
}

.lowt-editorial-faq-item summary{
  list-style:none;
  cursor:pointer;
  position:relative;
  padding:20px 56px 20px 20px;
  color:var(--text-main);
  font-size:18px;
  font-weight:700;
  line-height:1.5;
}

.lowt-editorial-faq-item summary::-webkit-details-marker{
  display:none;
}

.lowt-editorial-faq-item summary::after{
  content:"+";
  position:absolute;
  right:20px;
  top:50%;
  transform:translateY(-50%);
  color:var(--accent);
  font-size:24px;
  font-weight:700;
}

.lowt-editorial-faq-item[open] summary::after{
  content:"−";
}

.lowt-editorial-faq-answer{
  padding:0 20px 20px;
}

/* RESPONSIVE */

@media (max-width:1100px){
  .lowt-editorial-grid,
  .lowt-editorial-symptoms,
  .lowt-editorial-causes,
  .lowt-editorial-summary__grid,
  .lowt-editorial-trt{
    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,
  .lowt-editorial-trt__content h2{
    font-size:34px;
  }

  .lowt-editorial-summary__card h2{
    font-size:28px;
  }

  .lowt-editorial-symptom-col h3,
  .lowt-editorial-note h3{
    font-size:22px;
  }

  .lowt-editorial-intro p,
  .lowt-editorial-copy p,
  .lowt-editorial-narrow p,
  .lowt-editorial-feature__content p,
  .lowt-editorial-trt__content p,
  .lowt-editorial-faq-answer p{
    font-size:16px;
  }

  .lowt-editorial-note,
  .lowt-editorial-summary__card,
  .lowt-editorial-trt-card{
    padding:24px;
  }
}

@media (max-width:640px){
  .lowt-editorial-hero h1{
    font-size:35px;
  }

  .lowt-editorial-copy h2,
  .lowt-editorial-narrow h2,
  .lowt-editorial-feature__content h2,
  .lowt-editorial-trt__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:240px;
  }

  .lowt-editorial-faq-item summary{
    font-size:16px;
    padding:18px 48px 18px 18px;
  }

  .lowt-editorial-faq-answer{
    padding:0 18px 18px;
  }
}/* End custom CSS */