.elementor-48 .elementor-element.elementor-element-d52f2ab{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-307e393 *//* ======================================================
   DERMAL FILLERS PAGE — Editorial Luxury + Blue Wave
====================================================== */

.ts-filler{
  --sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Inter, Arial, sans-serif;
  --serif: ui-serif, "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --ink: #0f172a;
  --muted: rgba(15,23,42,.74);
  --line: rgba(15,23,42,.10);
  --blue: #2f7cff;
  --blue2: #0b3a7a;

  --wave: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='240' viewBox='0 0 1200 240'%3E%3Cpath d='M0 120 C 120 70 240 170 360 120 C 480 70 600 170 720 120 C 840 70 960 170 1080 120 C 1140 95 1170 85 1200 80' fill='none' stroke='%232f7cff' stroke-opacity='0.10' stroke-width='6'/%3E%3Cpath d='M0 165 C 120 115 240 215 360 165 C 480 115 600 215 720 165 C 840 115 960 215 1080 165 C 1140 140 1170 130 1200 125' fill='none' stroke='%232f7cff' stroke-opacity='0.06' stroke-width='5'/%3E%3C/svg%3E");

  font-family: var(--sans);
  color: var(--ink);
  background:
    radial-gradient(900px 520px at 12% 8%, rgba(47,124,255,0.10), transparent 60%),
    radial-gradient(900px 520px at 82% 18%, rgba(11,58,122,0.09), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f6f8fc 100%),
    var(--wave);
  background-size: auto, auto, auto, 1200px 240px;
  background-repeat: no-repeat, no-repeat, no-repeat, repeat;
}

/* ---------------- HERO ---------------- */
.ts-filler-hero{
  position: relative;
  min-height: 72vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #070b14;
}

.ts-filler-hero__video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  transform: scale(1.07);
  filter: contrast(1.08) saturate(1.05) brightness(0.88);
}

.ts-filler-hero__overlay{
  position:absolute;
  inset:0;
  background:
    radial-gradient(1000px 620px at 28% 35%, rgba(0,0,0,0.14), rgba(0,0,0,0.80)),
    linear-gradient(90deg, rgba(0,0,0,0.76) 0%, rgba(0,0,0,0.40) 56%, rgba(0,0,0,0.18) 100%);
}

.ts-filler-hero__overlay:after{
  content:"";
  position:absolute;
  inset:0;
  opacity: 0.12;
  background-image: repeating-linear-gradient(0deg, rgba(255,255,255,0.05) 0px, rgba(255,255,255,0.05) 1px, transparent 1px, transparent 3px);
  mix-blend-mode: overlay;
  pointer-events:none;
}

.ts-filler-hero__wrap{
  position:relative;
  z-index:2;
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 78px) 0;
  color: #fff;
}

.ts-filler-hero__topline{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin-bottom: 14px;
}

.ts-filler-chip{
  display:inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-weight: 850;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.90);
}

.ts-filler-chip--soft{
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.86);
}

.ts-filler-hero__title{
  font-family: var(--serif);
  font-size: clamp(34px, 4.5vw, 60px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  text-shadow: 0 22px 60px rgba(0,0,0,0.55);
}

.ts-filler-hero__sub{
  max-width: 72ch;
  font-size: clamp(15.5px, 1.6vw, 19px);
  line-height: 1.6;
  margin: 0 0 18px;
  color: rgba(255,255,255,0.86);
}

.ts-filler-hero__cta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin: 0 0 14px;
}

.ts-filler-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 950;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.ts-filler-btn:hover{ transform: translateY(-1px); }

.ts-filler-btn--primary{
  background: rgba(255,255,255,0.94);
  color: rgba(10,14,22,0.95) !important;
  box-shadow: 0 18px 55px rgba(0,0,0,0.35);
}
.ts-filler-btn--primary:hover{
  background: rgba(255,255,255,1);
  box-shadow: 0 22px 70px rgba(0,0,0,0.45);
}

.ts-filler-btn--ghost{
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.92);
  border-color: rgba(255,255,255,0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ts-filler-btn--ghost:hover{
  background: rgba(255,255,255,0.10);
  border-color: rgba(255,255,255,0.26);
}

.ts-filler-hero__pills{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top: 6px;
}
.ts-filler-pill{
  padding: 9px 11px;
  border-radius: 999px;
  background: rgba(0,0,0,0.22);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.86);
  font-size: 13px;
  font-weight: 750;
}

/* ---------------- MAIN ---------------- */
.ts-filler-main{
  padding: clamp(30px, 4vw, 50px) 0 clamp(78px, 6vw, 110px);
}

.ts-filler-wrap{
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.ts-filler-nav{
  display:flex;
  flex-wrap:wrap;
  gap: 10px;
  margin: 0 0 18px;
}
.ts-filler-nav__link{
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 900;
  color: rgba(15,23,42,0.84);
  background: rgba(255,255,255,0.78);
  border: 1px solid var(--line);
  box-shadow: 0 12px 36px rgba(15,23,42,0.06);
  transition: transform .15s ease, border-color .2s ease;
}
.ts-filler-nav__link:hover{
  transform: translateY(-1px);
  border-color: rgba(47,124,255,0.28);
}

.ts-filler-grid{
  display:grid;
  grid-template-columns: 1fr 0.42fr;
  gap: clamp(14px, 2.6vw, 30px);
  align-items:start;
}

.ts-filler-card{
  margin-top: 14px;
  padding: clamp(18px, 2.6vw, 26px);
  border-radius: 26px;
  background: rgba(255,255,255,0.80);
  border: 1px solid rgba(15,23,42,0.10);
  box-shadow: 0 18px 60px rgba(15,23,42,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ts-filler-h2{
  font-family: var(--serif);
  margin: 0 0 10px;
  font-size: clamp(22px, 2.4vw, 30px);
  letter-spacing: -0.02em;
  color: var(--ink);
}

.ts-filler-p{
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 15.6px;
}

.ts-filler-note{
  border-radius: 22px;
  padding: 14px 14px;
  background: linear-gradient(135deg, rgba(47,124,255,0.12), rgba(47,124,255,0.06));
  border: 1px solid rgba(47,124,255,0.18);
  color: rgba(15,23,42,0.80);
  line-height: 1.6;
  font-weight: 700;
}

/* Stats */
.ts-filler-statRow{
  margin: 14px 0 14px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.ts-filler-stat{
  padding: 14px 14px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
}
.ts-filler-stat__k{
  font-weight: 950;
  color: rgba(15,23,42,0.84);
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ts-filler-stat__v{
  font-weight: 1000;
  color: var(--ink);
  letter-spacing: -0.01em;
}

/* Types */
.ts-filler-typeGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ts-filler-type{
  padding: 14px 14px;
  border-radius: 22px;
  background:#fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
}
.ts-filler-type--wide{ grid-column: 1 / -1; }
.ts-filler-type__head{
  display:flex;
  flex-direction:column;
  gap: 4px;
  margin-bottom: 8px;
}
.ts-filler-type__title{
  font-weight: 1000;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.ts-filler-type__tags{
  color: rgba(15,23,42,0.66);
  font-weight: 800;
  font-size: 13px;
}
.ts-filler-type__text{
  margin:0;
  color: rgba(15,23,42,0.74);
  line-height: 1.6;
  font-weight: 650;
  font-size: 14.7px;
}

/* Uses */
.ts-filler-useGrid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.ts-filler-use{
  padding: 14px 14px;
  border-radius: 22px;
  background:#fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
}
.ts-filler-use__t{ font-weight: 1000; color: var(--ink); margin-bottom: 6px; }
.ts-filler-use__d{ color: rgba(15,23,42,0.74); line-height: 1.6; font-weight: 650; }

/* Steps */
.ts-filler-steps{
  margin: 0 0 12px;
  padding-left: 18px;
  color: rgba(15,23,42,0.76);
  line-height: 1.75;
  font-weight: 650;
}
.ts-filler-ctaBar{
  margin-top: 14px;
  padding: 16px 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(15,23,42,0.95), rgba(15,23,42,0.82));
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.92);
  display:flex;
  gap: 14px;
  align-items:center;
  justify-content: space-between;
  box-shadow: 0 26px 90px rgba(15,23,42,0.18);
}
.ts-filler-ctaBar__text{ font-weight: 800; line-height: 1.4; }

/* Risks */
.ts-filler-riskGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.ts-filler-risk{
  padding: 14px 14px;
  border-radius: 22px;
  background:#fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
}
.ts-filler-risk__t{ font-weight: 1000; color: var(--ink); margin-bottom: 6px; }
.ts-filler-risk__d{ color: rgba(15,23,42,0.74); line-height: 1.6; font-weight: 650; }

.ts-filler-disclaimer{
  margin-top: 12px;
  padding: 14px 14px;
  border-radius: 22px;
  background: rgba(15,23,42,0.04);
  border: 1px solid rgba(15,23,42,0.10);
  color: rgba(15,23,42,0.74);
  line-height: 1.6;
  font-weight: 650;
}

/* FAQ */
.ts-filler-faq{
  display:grid;
  gap: 10px;
  margin-top: 6px;
}
.ts-filler-faq__q{
  width:100%;
  text-align:left;
  padding: 14px 14px;
  border-radius: 22px;
  background:#fff;
  border: 1px solid var(--line);
  box-shadow: 0 14px 40px rgba(15,23,42,0.06);
  font-weight: 1000;
  color: rgba(15,23,42,0.90);
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  cursor:pointer;
}
.ts-filler-faq__icon{
  width: 18px; height: 18px; border-radius: 999px; position: relative; flex: 0 0 auto;
}
.ts-filler-faq__icon:before,
.ts-filler-faq__icon:after{
  content:"";
  position:absolute;
  background: rgba(15,23,42,0.70);
  border-radius: 999px;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}
.ts-filler-faq__icon:before{ width: 12px; height: 2px; }
.ts-filler-faq__icon:after{ width: 2px; height: 12px; }
.ts-filler-faq__q[aria-expanded="true"] .ts-filler-faq__icon:after{ display:none; }

.ts-filler-faq__a{
  padding: 0 14px 14px;
  color: rgba(15,23,42,0.76);
  line-height: 1.75;
  font-weight: 650;
}

/* Sources */
.ts-filler-sources__list{
  margin: 0;
  padding-left: 18px;
  color: rgba(15,23,42,0.76);
  line-height: 1.75;
  font-weight: 650;
}
.ts-filler-sources__list a{
  color: rgba(15,23,42,0.86);
  font-weight: 900;
  text-decoration: none;
  border-bottom: 1px solid rgba(47,124,255,0.35);
}
.ts-filler-sources__list a:hover{
  border-bottom-color: rgba(47,124,255,0.75);
}

/* Right rail */
.ts-filler-rail{
  position: sticky;
  top: 96px;
  display:grid;
  gap: 14px;
}

.ts-filler-railCard{
  padding: 18px 18px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(15,23,42,0.95), rgba(15,23,42,0.82));
  color: rgba(255,255,255,0.92);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 26px 90px rgba(15,23,42,0.18);
  position: relative;
  overflow: hidden;
}
.ts-filler-railCard:before{
  content:"";
  position:absolute;
  inset:-2px;
  background: radial-gradient(700px 260px at 20% 10%, rgba(47,124,255,0.28), transparent 55%);
  pointer-events:none;
}
.ts-filler-railCard__kicker{
  position:relative; z-index:1;
  display:inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ts-filler-railCard__title{
  position:relative; z-index:1;
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}
.ts-filler-railCard__text{
  position:relative; z-index:1;
  color: rgba(255,255,255,0.86);
  line-height: 1.6;
  font-weight: 650;
  margin-bottom: 14px;
}
.ts-filler-railCard__btn{
  width: 100%;
  justify-content:center;
}

.ts-filler-railCard__mini{
  position:relative; z-index:1;
  margin-top: 14px;
  display:grid;
  gap: 10px;
}
.ts-miniRow{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}
.ts-miniRow span{ color: rgba(255,255,255,0.78); font-weight: 750; }
.ts-miniRow strong{ color: rgba(255,255,255,0.94); font-weight: 1000; }

.ts-filler-railGlass{
  padding: 16px 16px;
  border-radius: 26px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(15,23,42,0.10);
  box-shadow: 0 18px 60px rgba(15,23,42,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.ts-filler-railGlass__title{
  font-weight: 1000;
  color: var(--ink);
  margin-bottom: 10px;
  letter-spacing: -0.01em;
}
.ts-filler-railGlass__list{
  margin: 0;
  padding-left: 18px;
  color: rgba(15,23,42,0.76);
  line-height: 1.75;
  font-weight: 650;
}
.ts-filler-railGlass__foot{
  margin-top: 10px;
  color: rgba(15,23,42,0.66);
  font-weight: 650;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 980px){
  .ts-filler-grid{ grid-template-columns: 1fr; }
  .ts-filler-rail{ position: static; }
  .ts-filler-typeGrid{ grid-template-columns: 1fr; }
  .ts-filler-useGrid{ grid-template-columns: 1fr; }
  .ts-filler-riskGrid{ grid-template-columns: 1fr; }
  .ts-filler-statRow{ grid-template-columns: 1fr; }
  .ts-filler-ctaBar{ flex-direction: column; align-items:flex-start; }
}/* End custom CSS */