@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&family=Plus+Jakarta+Sans:wght@600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css");
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-tool-root img,
.tc-wp-tool-root video,
.tc-wp-tool-root svg,
.tc-wp-tool-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-tool-root .lx-fl-page{
  position: relative;
  overflow: hidden;
  color: #1F2937;
  background: #FFFFFF;
  font-family: "Inter", sans-serif;
}.tc-wp-tool-root .lx-fl-page *, .tc-wp-tool-root .lx-fl-page *::before, .tc-wp-tool-root .lx-fl-page *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .lx-fl-page img{
  max-width: 100%;
  display: block;
}.tc-wp-tool-root .lx-fl-container{
  width: min(1350px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}.tc-wp-tool-root .lx-fl-section{
  padding: 104px 0;
}.tc-wp-tool-root .lx-fl-soft{
  background: #F7F8FA;
}.tc-wp-tool-root .lx-fl-cream{
  background: #FAF7EF;
}.tc-wp-tool-root .lx-fl-hero{
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 120px 0;
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
  overflow: hidden;
}.tc-wp-tool-root .lx-fl-hero-bg, .tc-wp-tool-root .lx-fl-final-bg{
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(7,23,44,.94), rgba(11,31,58,.78), rgba(10,15,24,.9)), url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-karola-g-7876051.jpg");
  background-size: cover;
  background-position: center;
}.tc-wp-tool-root .lx-fl-hero::after, .tc-wp-tool-root .lx-fl-final-cta::after{
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 25% 30%, rgba(201,162,39,.18), transparent 32%);
  pointer-events: none;
}.tc-wp-tool-root .lx-fl-hero-grid{
  display: grid;
  grid-template-columns: 1.05fr .75fr;
  gap: 64px;
  align-items: center;
}.tc-wp-tool-root .lx-fl-badge, .tc-wp-tool-root .lx-fl-kicker, .tc-wp-tool-root .lx-fl-status{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 999px;
}.tc-wp-tool-root .lx-fl-badge{
  color: #EFE3B8;
  background: rgba(201,162,39,.14);
  border: 1px solid rgba(201,162,39,.35);
  padding: 10px 15px;
}.tc-wp-tool-root .lx-fl-kicker{
  color: #C9A227;
  margin-bottom: 14px;
}.tc-wp-tool-root .lx-fl-status{
  color: #0B1F3A;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  padding: 9px 13px;
  margin-bottom: 24px;
}.tc-wp-tool-root .lx-fl-page h1, .tc-wp-tool-root .lx-fl-page h2{
  font-family: "Playfair Display", serif;
  font-weight: 800;
  line-height: 1.06;
  margin: 0;
  color: #0B1F3A;
}.tc-wp-tool-root .lx-fl-page h1{
  color: #FFFFFF;
  font-size: clamp(46px, 6vw, 76px);
  max-width: 850px;
  margin-top: 22px;
}.tc-wp-tool-root .lx-fl-page h2{
  font-size: clamp(34px, 4vw, 52px);
  margin-bottom: 22px;
}.tc-wp-tool-root .lx-fl-page h3{
  font-family: "Playfair Display", serif;
  font-size: 23px;
  line-height: 1.18;
  color: #0B1F3A;
  margin: 0 0 12px;
}.tc-wp-tool-root .lx-fl-page p{
  color: #6B7280;
  font-size: 17px;
  line-height: 1.78;
  margin: 0 0 18px;
}.tc-wp-tool-root .lx-fl-hero-content p{
  color: rgba(255,255,255,.78);
  font-size: 19px;
  max-width: 760px;
  margin-top: 24px;
}.tc-wp-tool-root .lx-fl-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}.tc-wp-tool-root .lx-fl-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}.tc-wp-tool-root .lx-fl-btn:hover{
  transform: translateY(-3px);
}.tc-wp-tool-root .lx-fl-btn-gold{
  color: #07172C;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  box-shadow: 0 18px 36px rgba(201,162,39,.28);
}.tc-wp-tool-root .lx-fl-btn-light{
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
}.tc-wp-tool-root .lx-fl-trust{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}.tc-wp-tool-root .lx-fl-trust span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.84);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
}.tc-wp-tool-root .lx-fl-trust i{
  color: #D4AF37;
}.tc-wp-tool-root .lx-fl-guidance-card{
  padding: 34px;
  border-radius: 26px;
  color: #FFFFFF;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(201,162,39,.32);
  box-shadow: 0 32px 80px rgba(0,0,0,.34);
  backdrop-filter: blur(18px);
  transition: transform .25s ease;
}.tc-wp-tool-root .lx-fl-guidance-card:hover, .tc-wp-tool-root .lx-fl-card:hover, .tc-wp-tool-root .lx-fl-service-card:hover, .tc-wp-tool-root .lx-fl-glass-card:hover{
  transform: translateY(-7px);
}.tc-wp-tool-root .lx-fl-guidance-card h2{
  color: #FFFFFF;
  font-size: 34px;
}.tc-wp-tool-root .lx-fl-guidance-card p{
  color: rgba(255,255,255,.75);
}.tc-wp-tool-root .lx-fl-guidance-card ul{
  list-style: none;
  padding: 0;
  margin: 26px 0;
  display: grid;
  gap: 13px;
}.tc-wp-tool-root .lx-fl-guidance-card li{
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255,255,255,.88);
  font-weight: 700;
}.tc-wp-tool-root .lx-fl-guidance-card li i{
  color: #D4AF37;
}.tc-wp-tool-root .lx-fl-mini-card{
  display: grid;
  gap: 8px;
  padding: 20px;
  border-radius: 18px;
  background: rgba(7,23,44,.64);
  border: 1px solid rgba(255,255,255,.10);
}.tc-wp-tool-root .lx-fl-mini-card strong{
  color: #EFE3B8;
  font-family: "Playfair Display", serif;
  font-size: 22px;
}.tc-wp-tool-root .lx-fl-mini-card span{
  color: rgba(255,255,255,.78);
  font-size: 14px;
}.tc-wp-tool-root .lx-fl-two-col{
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 64px;
  align-items: center;
}.tc-wp-tool-root .lx-fl-image-wrap{
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 460px;
  box-shadow: 0 26px 70px rgba(15,26,46,.14);
}.tc-wp-tool-root .lx-fl-image-wrap img{
  width: 100%;
  height: 100%;
  min-height: 460px;
  object-fit: cover;
}.tc-wp-tool-root .lx-fl-feature-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}.tc-wp-tool-root .lx-fl-small-card{
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  box-shadow: 0 16px 34px rgba(15,26,46,.07);
}.tc-wp-tool-root .lx-fl-small-card i, .tc-wp-tool-root .lx-fl-card i, .tc-wp-tool-root .lx-fl-service-card i{
  color: #C9A227;
  font-size: 26px;
}.tc-wp-tool-root .lx-fl-small-card strong{
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #0B1F3A;
  font-size: 14px;
}.tc-wp-tool-root .lx-fl-section-head{
  max-width: 850px;
  margin: 0 auto 52px;
  text-align: center;
}.tc-wp-tool-root .lx-fl-card-grid{
  display: grid;
  gap: 22px;
}.tc-wp-tool-root .lx-fl-grid-3{
  grid-template-columns: repeat(3, 1fr);
}.tc-wp-tool-root .lx-fl-grid-4{
  grid-template-columns: repeat(4, 1fr);
}.tc-wp-tool-root .lx-fl-grid-5{
  grid-template-columns: repeat(5, 1fr);
}.tc-wp-tool-root .lx-fl-card, .tc-wp-tool-root .lx-fl-service-card{
  padding: 30px;
  border-radius: 24px;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  box-shadow: 0 18px 44px rgba(15,26,46,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}.tc-wp-tool-root .lx-fl-card h3{
  font-size: 22px;
  margin-top: 18px;
}.tc-wp-tool-root .lx-fl-service-card i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: rgba(201,162,39,0.10);
}.tc-wp-tool-root .lx-fl-service-card p{
  font-size: 15.5px;
  margin-bottom: 0;
}.tc-wp-tool-root .lx-fl-check-grid, .tc-wp-tool-root .lx-fl-checklist-grid{
  display: grid;
  gap: 12px;
  margin-top: 28px;
}.tc-wp-tool-root .lx-fl-check-grid{
  grid-template-columns: repeat(2, 1fr);
}.tc-wp-tool-root .lx-fl-check-grid span, .tc-wp-tool-root .lx-fl-checklist-grid span{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  color: #1F2937;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  font-weight: 700;
}.tc-wp-tool-root .lx-fl-check-grid i, .tc-wp-tool-root .lx-fl-checklist-grid i{
  color: #C9A227;
}.tc-wp-tool-root .lx-fl-overlay-image::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(7,23,44,.82));
}.tc-wp-tool-root .lx-fl-image-note{
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 22px;
  border-radius: 18px;
  color: #FFFFFF;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px);
}.tc-wp-tool-root .lx-fl-image-note strong{
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  margin-bottom: 8px;
}.tc-wp-tool-root .lx-fl-image-note span{
  color: rgba(255,255,255,.8);
  line-height: 1.6;
}.tc-wp-tool-root .lx-fl-dark{
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
}.tc-wp-tool-root .lx-fl-dark h2, .tc-wp-tool-root .lx-fl-dark .lx-fl-section-head h2{
  color: #FFFFFF;
}.tc-wp-tool-root .lx-fl-dark .lx-fl-section-head p{
  color: rgba(255,255,255,.72);
}.tc-wp-tool-root .lx-fl-glass-card{
  padding: 26px;
  border-radius: 22px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform .25s ease;
}.tc-wp-tool-root .lx-fl-glass-card i{
  color: #D4AF37;
  font-size: 27px;
  margin-bottom: 18px;
}.tc-wp-tool-root .lx-fl-glass-card h3{
  color: #FFFFFF;
  font-size: 21px;
}.tc-wp-tool-root .lx-fl-glass-card p{
  color: rgba(255,255,255,.7);
  font-size: 14.5px;
  margin-bottom: 0;
}.tc-wp-tool-root .lx-fl-process{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-fl-process::before{
  content: "";
  position: absolute;
  top: 38px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: rgba(201,162,39,.35);
}.tc-wp-tool-root .lx-fl-process-step{
  position: relative;
  z-index: 2;
  padding: 30px;
  border-radius: 24px;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  box-shadow: 0 18px 44px rgba(15,26,46,.08);
}.tc-wp-tool-root .lx-fl-process-step span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  margin-bottom: 22px;
  border-radius: 50%;
  color: #07172C;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 24px;
  font-weight: 800;
}.tc-wp-tool-root .lx-fl-process-step p{
  font-size: 15px;
  margin-bottom: 0;
}.tc-wp-tool-root .lx-fl-checklist-grid{
  grid-template-columns: repeat(4, 1fr);
}.tc-wp-tool-root .lx-fl-faq{
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .lx-fl-faq-item{
  border-radius: 20px;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  box-shadow: 0 16px 38px rgba(15,26,46,.07);
  overflow: hidden;
}.tc-wp-tool-root .lx-fl-faq-question{
  width: 100%;
  min-height: 68px;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  border: 0;
  background: transparent;
  color: #0B1F3A;
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}.tc-wp-tool-root .lx-fl-faq-question span{
  display: flex;
  align-items: center;
  gap: 12px;
}.tc-wp-tool-root .lx-fl-faq-question span i{
  color: #C9A227;
}.tc-wp-tool-root .lx-fl-faq-question > i{
  color: #C9A227;
  transition: transform .25s ease;
}.tc-wp-tool-root .lx-fl-faq-item.lx-fl-active .lx-fl-faq-question > i{
  transform: rotate(180deg);
}.tc-wp-tool-root .lx-fl-faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .32s ease;
}.tc-wp-tool-root .lx-fl-faq-answer p{
  padding: 0 24px 24px 58px;
  margin: 0;
}.tc-wp-tool-root .lx-fl-final-cta{
  position: relative;
  padding: 112px 0;
  text-align: center;
  overflow: hidden;
  background: #0A0F18;
}.tc-wp-tool-root .lx-fl-final-bg{
  background-image: linear-gradient(90deg, rgba(7,23,44,.93), rgba(11,31,58,.84)), url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-pavel-danilyuk-8112153.jpg");
}.tc-wp-tool-root .lx-fl-final-cta h2{
  color: #FFFFFF;
  margin-top: 18px;
}.tc-wp-tool-root .lx-fl-final-cta p{
  max-width: 780px;
  margin: 0 auto;
  color: rgba(255,255,255,.76);
  font-size: 18px;
}.tc-wp-tool-root .lx-fl-center-actions{
  justify-content: center;
}@media (max-width: 1200px) {.tc-wp-tool-root .lx-fl-grid-5{
    grid-template-columns: repeat(3, 1fr);
  }.tc-wp-tool-root .lx-fl-process{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-fl-process::before{
    display: none;
  }}@media (max-width: 1024px) {.tc-wp-tool-root .lx-fl-hero-grid, .tc-wp-tool-root .lx-fl-two-col{
    grid-template-columns: 1fr;
    gap: 42px;
  }.tc-wp-tool-root .lx-fl-grid-3, .tc-wp-tool-root .lx-fl-grid-4, .tc-wp-tool-root .lx-fl-checklist-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-fl-hero{
    min-height: auto;
  }}@media (max-width: 991px) {.tc-wp-tool-root .lx-fl-section{
    padding: 82px 0;
  }.tc-wp-tool-root .lx-fl-hero-content{
    text-align: center;
  }.tc-wp-tool-root .lx-fl-hero-content p{
    margin-left: auto;
    margin-right: auto;
  }.tc-wp-tool-root .lx-fl-hero-content .lx-fl-badge, .tc-wp-tool-root .lx-fl-hero-content .lx-fl-actions, .tc-wp-tool-root .lx-fl-trust{
    justify-content: center;
  }.tc-wp-tool-root .lx-fl-badge{
    margin-left: auto;
    margin-right: auto;
  }}@media (max-width: 768px) {.tc-wp-tool-root .lx-fl-container{
    width: min(100% - 28px, 1180px);
  }.tc-wp-tool-root .lx-fl-hero{
    padding: 88px 0;
  }.tc-wp-tool-root .lx-fl-grid-3, .tc-wp-tool-root .lx-fl-grid-4, .tc-wp-tool-root .lx-fl-grid-5, .tc-wp-tool-root .lx-fl-feature-row, .tc-wp-tool-root .lx-fl-check-grid, .tc-wp-tool-root .lx-fl-checklist-grid, .tc-wp-tool-root .lx-fl-process{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-fl-actions{
    flex-direction: column;
  }.tc-wp-tool-root .lx-fl-btn{
    width: 100%;
  }.tc-wp-tool-root .lx-fl-guidance-card, .tc-wp-tool-root .lx-fl-card, .tc-wp-tool-root .lx-fl-service-card, .tc-wp-tool-root .lx-fl-process-step{
    padding: 24px;
  }.tc-wp-tool-root .lx-fl-image-wrap, .tc-wp-tool-root .lx-fl-image-wrap img{
    min-height: 360px;
  }.tc-wp-tool-root .lx-fl-faq-question{
    font-size: 19px;
    padding: 18px;
  }.tc-wp-tool-root .lx-fl-faq-answer p{
    padding: 0 18px 22px 18px;
  }}@media (max-width: 576px) {.tc-wp-tool-root .lx-fl-section{
    padding: 66px 0;
  }.tc-wp-tool-root .lx-fl-page h1{
    font-size: 41px;
  }.tc-wp-tool-root .lx-fl-page h2{
    font-size: 32px;
  }.tc-wp-tool-root .lx-fl-page p{
    font-size: 16px;
  }.tc-wp-tool-root .lx-fl-guidance-card h2{
    font-size: 30px;
  }.tc-wp-tool-root .lx-fl-trust{
    display: grid;
  }.tc-wp-tool-root .lx-fl-final-cta{
    padding: 84px 0;
  }}@media (max-width: 480px) {.tc-wp-tool-root .lx-fl-page h1{
    font-size: 36px;
  }.tc-wp-tool-root .lx-fl-page h2{
    font-size: 29px;
  }.tc-wp-tool-root .lx-fl-page h3{
    font-size: 21px;
  }.tc-wp-tool-root .lx-fl-badge, .tc-wp-tool-root .lx-fl-kicker{
    font-size: 11px;
  }.tc-wp-tool-root .lx-fl-image-note{
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 18px;
  }}@media (max-width: 375px) {.tc-wp-tool-root .lx-fl-container{
    width: min(100% - 22px, 1180px);
  }.tc-wp-tool-root .lx-fl-page h1{
    font-size: 32px;
  }.tc-wp-tool-root .lx-fl-btn{
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
  }}.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}

.tc-wp-tool-root .lx-fl-intro {}