@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.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 .harlix-law-homepage{
  position: relative;
  font-family: "Inter", Arial, sans-serif;
  color: #1f2937;
  background: #ffffff;
  overflow: hidden;
}.tc-wp-tool-root .harlix-law-homepage *, .tc-wp-tool-root .harlix-law-homepage *::before, .tc-wp-tool-root .harlix-law-homepage *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .harlix-law-homepage a{
  color: inherit;
  text-decoration: none;
}.tc-wp-tool-root .harlix-law-homepage img{
  max-width: 100%;
  display: block;
}.tc-wp-tool-root .harlix-law-homepage .hl-container{
  width: min(1350px, calc(100% - 40px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}.tc-wp-tool-root .harlix-law-homepage .hl-section{
  padding: 80px 0;
}.tc-wp-tool-root .harlix-law-homepage h1, .tc-wp-tool-root .harlix-law-homepage h2, .tc-wp-tool-root .harlix-law-homepage h3, .tc-wp-tool-root .harlix-law-homepage p{
  margin: 0;
}.tc-wp-tool-root .harlix-law-homepage h1{
  max-width: 780px;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root .harlix-law-homepage h2{
  color: #0b1f3a;
  font-size: clamp(30px, 3vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-tool-root .harlix-law-homepage h3{
  color: #0b1f3a;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-tool-root .harlix-law-homepage p{
  color: #6b7280;
  font-size: 16px;
  line-height: 1.75;
}.tc-wp-tool-root .harlix-law-homepage .hl-hero{
  min-height: 780px;
  padding: 120px 0 100px;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-pavel-danilyuk-8112111.jpg");
  background-size: cover;
  background-position: center;
}.tc-wp-tool-root .harlix-law-homepage .hl-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 23, 44, 0.96) 0%, rgba(11, 31, 58, 0.86) 44%, rgba(7, 23, 44, 0.62) 100%);
}.tc-wp-tool-root .harlix-law-homepage .hl-hero-grid, .tc-wp-tool-root .harlix-law-homepage .hl-two-col{
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 56px;
  align-items: center;
}.tc-wp-tool-root .harlix-law-homepage .hl-badge, .tc-wp-tool-root .harlix-law-homepage .hl-label, .tc-wp-tool-root .harlix-law-homepage .hl-status-pill{
  display: inline-flex;
  align-items: center;
  width: fit-content;
  gap: 8px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}.tc-wp-tool-root .harlix-law-homepage .hl-badge{
  color: #efe3b8;
  background: rgba(201, 162, 39, 0.14);
  border: 1px solid rgba(239, 227, 184, 0.35);
  padding: 10px 14px;
  margin-bottom: 22px;
}.tc-wp-tool-root .harlix-law-homepage .hl-hero-copy p{
  color: rgba(255, 255, 255, 0.82);
  max-width: 760px;
  font-size: 18px;
  margin-top: 22px;
}.tc-wp-tool-root .harlix-law-homepage .hl-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}.tc-wp-tool-root .harlix-law-homepage .hl-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 15px 24px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}.tc-wp-tool-root .harlix-law-homepage .hl-btn:hover{
  transform: translateY(-3px);
}.tc-wp-tool-root .harlix-law-homepage .hl-btn-gold{
  color: #07172c;
  background: #c9a227;
  box-shadow: 0 16px 34px rgba(201, 162, 39, 0.24);
}.tc-wp-tool-root .harlix-law-homepage .hl-btn-gold:hover{
  background: #efe3b8;
}.tc-wp-tool-root .harlix-law-homepage .hl-btn-light{
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .harlix-law-homepage .hl-btn-light:hover{
  background: rgba(255, 255, 255, 0.16);
  border-color: #efe3b8;
}.tc-wp-tool-root .harlix-law-homepage .hl-trust-points{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}.tc-wp-tool-root .harlix-law-homepage .hl-trust-points span{
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 700;
}.tc-wp-tool-root .harlix-law-homepage .hl-trust-points i{
  color: #c9a227;
  margin-right: 6px;
}.tc-wp-tool-root .harlix-law-homepage .hl-consult-card{
  position: relative;
  padding: 34px;
  border-radius: 8px;
  border: 1px solid rgba(239, 227, 184, 0.26);
  border-top: 4px solid #c9a227;
  background: linear-gradient(145deg, rgba(11, 31, 58, 0.86), rgba(7, 23, 44, 0.78));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}.tc-wp-tool-root .harlix-law-homepage .hl-consult-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 36px 92px rgba(0, 0, 0, 0.44);
}.tc-wp-tool-root .harlix-law-homepage .hl-floating-badge{
  position: absolute;
  top: 22px;
  right: -16px;
  background: #c9a227;
  color: #07172c;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}.tc-wp-tool-root .harlix-law-homepage .hl-card-icon{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #07172c;
  background: #efe3b8;
  border-radius: 8px;
  font-size: 24px;
  margin-bottom: 16px;
}.tc-wp-tool-root .harlix-law-homepage .hl-status-pill{
  color: #efe3b8;
  background: rgba(239, 227, 184, 0.08);
  border: 1px solid rgba(239, 227, 184, 0.2);
  padding: 8px 12px;
}.tc-wp-tool-root .harlix-law-homepage .hl-consult-card h2{
  color: #ffffff;
  margin-top: 18px;
  font-size: 29px;
}.tc-wp-tool-root .harlix-law-homepage .hl-consult-card p{
  color: rgba(255, 255, 255, 0.76);
  margin-top: 12px;
}.tc-wp-tool-root .harlix-law-homepage .hl-mini-timeline{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
  margin: 24px 0;
}.tc-wp-tool-root .harlix-law-homepage .hl-mini-timeline div{
  padding: 12px 8px;
  text-align: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}.tc-wp-tool-root .harlix-law-homepage .hl-mini-timeline span{
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  margin: 0 auto 7px;
  border-radius: 50%;
  color: #07172c;
  background: #c9a227;
  font-size: 12px;
  font-weight: 900;
}.tc-wp-tool-root .harlix-law-homepage .hl-mini-timeline strong{
  color: #ffffff;
  font-size: 12px;
}.tc-wp-tool-root .harlix-law-homepage .hl-next-steps, .tc-wp-tool-root .harlix-law-homepage .hl-snapshot{
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
}.tc-wp-tool-root .harlix-law-homepage .hl-next-steps h3, .tc-wp-tool-root .harlix-law-homepage .hl-snapshot h3{
  color: #ffffff;
  margin-bottom: 14px;
}.tc-wp-tool-root .harlix-law-homepage .hl-next-steps ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}.tc-wp-tool-root .harlix-law-homepage .hl-next-steps li{
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
}.tc-wp-tool-root .harlix-law-homepage .hl-next-steps i{
  color: #c9a227;
}.tc-wp-tool-root .harlix-law-homepage .hl-snapshot{
  margin-top: 16px;
}.tc-wp-tool-root .harlix-law-homepage .hl-snapshot div{
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: rgba(255, 255, 255, 0.86);
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}.tc-wp-tool-root .harlix-law-homepage .hl-snapshot i{
  color: #c9a227;
}.tc-wp-tool-root .harlix-law-homepage .hl-section-head{
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}.tc-wp-tool-root .harlix-law-homepage .hl-section-head p{
  margin-top: 14px;
}.tc-wp-tool-root .harlix-law-homepage .hl-logo-section{
  background: #f7f8fa;
  padding-bottom: 64px;
}.tc-wp-tool-root .harlix-law-homepage .hl-logo-carousel{
  overflow: hidden;
  padding: 8px 0 18px;
}.tc-wp-tool-root .harlix-law-homepage .hl-logo-track{
  display: flex;
  width: max-content;
  gap: 18px;
  animation: hl-scroll 34s linear infinite;
}.tc-wp-tool-root .harlix-law-homepage .hl-logo-card{
  width: 178px;
  height: 84px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 22px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(11, 31, 58, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}.tc-wp-tool-root .harlix-law-homepage .hl-logo-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(11, 31, 58, 0.13);
}.tc-wp-tool-root .harlix-law-homepage .hl-logo-card img{
  max-height: 34px;
  filter: grayscale(1);
  opacity: 0.62;
  transition: filter 0.25s ease, opacity 0.25s ease;
}.tc-wp-tool-root .harlix-law-homepage .hl-logo-card:hover img{
  filter: grayscale(0);
  opacity: 1;
}@keyframes hl-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}.tc-wp-tool-root .harlix-law-homepage .hl-about{
  background: #ffffff;
}.tc-wp-tool-root .harlix-law-homepage .hl-image-wrap{
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(11, 31, 58, 0.14);
}.tc-wp-tool-root .harlix-law-homepage .hl-image-wrap img{
  width: 100%;
  height: 560px;
  object-fit: cover;
}.tc-wp-tool-root .harlix-law-homepage .hl-image-card{
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border-left: 4px solid #c9a227;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
}.tc-wp-tool-root .harlix-law-homepage .hl-image-card p{
  margin-top: 8px;
  font-size: 14px;
}.tc-wp-tool-root .harlix-law-homepage .hl-label{
  color: #0b1f3a;
  background: #faf7ef;
  padding: 9px 13px;
  margin-bottom: 16px;
}.tc-wp-tool-root .harlix-law-homepage .hl-copy p{
  margin-top: 18px;
}.tc-wp-tool-root .harlix-law-homepage .hl-feature-row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}.tc-wp-tool-root .harlix-law-homepage .hl-feature-row div{
  padding: 18px;
  border-radius: 8px;
  background: #f7f8fa;
  border: 1px solid rgba(11, 31, 58, 0.08);
}.tc-wp-tool-root .harlix-law-homepage .hl-feature-row i{
  color: #c9a227;
  font-size: 23px;
  margin-bottom: 12px;
}.tc-wp-tool-root .harlix-law-homepage .hl-feature-row h3{
  font-size: 15px;
}.tc-wp-tool-root .harlix-law-homepage .hl-practice, .tc-wp-tool-root .harlix-law-homepage .hl-process, .tc-wp-tool-root .harlix-law-homepage .hl-testimonials{
  background: #f7f8fa;
}.tc-wp-tool-root .harlix-law-homepage .hl-card-grid{
  display: grid;
  gap: 24px;
}.tc-wp-tool-root .harlix-law-homepage .hl-practice-grid, .tc-wp-tool-root .harlix-law-homepage .hl-three-grid, .tc-wp-tool-root .harlix-law-homepage .hl-testimonial-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}.tc-wp-tool-root .harlix-law-homepage .hl-four-grid{
  grid-template-columns: repeat(4, 1fr);
}.tc-wp-tool-root .harlix-law-homepage .hl-service-card, .tc-wp-tool-root .harlix-law-homepage .hl-feature-card, .tc-wp-tool-root .harlix-law-homepage .hl-process-card, .tc-wp-tool-root .harlix-law-homepage .hl-trust-block, .tc-wp-tool-root .harlix-law-homepage .hl-testimonial-card{
  background: #ffffff;
  border: 1px solid rgba(11, 31, 58, 0.08);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 14px 36px rgba(11, 31, 58, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}.tc-wp-tool-root .harlix-law-homepage .hl-service-card:hover, .tc-wp-tool-root .harlix-law-homepage .hl-feature-card:hover, .tc-wp-tool-root .harlix-law-homepage .hl-process-card:hover, .tc-wp-tool-root .harlix-law-homepage .hl-trust-block:hover, .tc-wp-tool-root .harlix-law-homepage .hl-testimonial-card:hover{
  transform: translateY(-7px);
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 22px 52px rgba(11, 31, 58, 0.13);
}.tc-wp-tool-root .harlix-law-homepage .hl-service-card > i, .tc-wp-tool-root .harlix-law-homepage .hl-feature-card > i, .tc-wp-tool-root .harlix-law-homepage .hl-trust-block > i{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  color: #0b1f3a;
  background: #efe3b8;
  border-radius: 8px;
  font-size: 23px;
  margin-bottom: 18px;
}.tc-wp-tool-root .harlix-law-homepage .hl-service-card p, .tc-wp-tool-root .harlix-law-homepage .hl-feature-card p, .tc-wp-tool-root .harlix-law-homepage .hl-process-card p{
  margin-top: 12px;
}.tc-wp-tool-root .harlix-law-homepage .hl-service-card a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0b1f3a;
  font-weight: 800;
  margin-top: 20px;
}.tc-wp-tool-root .harlix-law-homepage .hl-service-card a span{
  color: #c9a227;
}.tc-wp-tool-root .harlix-law-homepage .hl-why, .tc-wp-tool-root .harlix-law-homepage .hl-guidance, .tc-wp-tool-root .harlix-law-homepage .hl-faq{
  background: #ffffff;
}.tc-wp-tool-root .harlix-law-homepage .hl-approach, .tc-wp-tool-root .harlix-law-homepage .hl-matters{
  background: #faf7ef;
}.tc-wp-tool-root .harlix-law-homepage .hl-visual-card{
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(250, 247, 239, 0.96), rgba(255, 255, 255, 0.9)),
    repeating-linear-gradient(0deg, rgba(11, 31, 58, 0.035) 0 1px, transparent 1px 24px);
  border: 1px solid rgba(201, 162, 39, 0.34);
  box-shadow: 0 24px 60px rgba(11, 31, 58, 0.12);
}.tc-wp-tool-root .harlix-law-homepage .hl-visual-card h2{
  margin-bottom: 22px;
}.tc-wp-tool-root .harlix-law-homepage .hl-visual-card div{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 0;
  color: #1f2937;
  font-weight: 800;
  border-top: 1px solid rgba(11, 31, 58, 0.08);
}.tc-wp-tool-root .harlix-law-homepage .hl-visual-card span{
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #07172c;
  background: #c9a227;
  border-radius: 50%;
}.tc-wp-tool-root .harlix-law-homepage .hl-process-card span{
  display: inline-flex;
  color: #c9a227;
  font-size: 34px;
  font-weight: 900;
  margin-bottom: 14px;
}.tc-wp-tool-root .harlix-law-homepage .hl-check-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 980px;
  margin: 0 auto;
}.tc-wp-tool-root .harlix-law-homepage .hl-check-grid span{
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  color: #1f2937;
  font-weight: 700;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(11, 31, 58, 0.08);
  box-shadow: 0 10px 26px rgba(11, 31, 58, 0.05);
}.tc-wp-tool-root .harlix-law-homepage .hl-check-grid i{
  color: #c9a227;
}.tc-wp-tool-root .harlix-law-homepage .hl-trust-block{
  text-align: center;
}.tc-wp-tool-root .harlix-law-homepage .hl-trust-block > i{
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root .harlix-law-homepage .hl-note{
  color: #8a6d1d;
  font-size: 13px;
}.tc-wp-tool-root .harlix-law-homepage .hl-testimonial-card{
  position: relative;
}.tc-wp-tool-root .harlix-law-homepage .hl-testimonial-card > i{
  position: absolute;
  right: 24px;
  top: 24px;
  color: rgba(201, 162, 39, 0.25);
  font-size: 30px;
}.tc-wp-tool-root .harlix-law-homepage .hl-person{
  display: flex;
  align-items: center;
  gap: 14px;
  padding-right: 36px;
}.tc-wp-tool-root .harlix-law-homepage .hl-person img{
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}.tc-wp-tool-root .harlix-law-homepage .hl-person h3{
  font-size: 17px;
}.tc-wp-tool-root .harlix-law-homepage .hl-person span{
  display: inline-flex;
  margin-top: 5px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 700;
}.tc-wp-tool-root .harlix-law-homepage .hl-stars{
  color: #c9a227;
  letter-spacing: 0;
  margin: 18px 0 10px;
  font-size: 16px;
}.tc-wp-tool-root .harlix-law-homepage .hl-testimonial-card p{
  font-size: 15px;
}.tc-wp-tool-root .harlix-law-homepage .hl-faq-list{
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .harlix-law-homepage .hl-faq-item{
  border: 1px solid rgba(11, 31, 58, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(11, 31, 58, 0.05);
  overflow: hidden;
}.tc-wp-tool-root .harlix-law-homepage .hl-faq-item button{
  width: 100%;
  border: 0;
  background: transparent;
  color: #0b1f3a;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  text-align: left;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}.tc-wp-tool-root .harlix-law-homepage .hl-faq-item button i{
  color: #c9a227;
  transition: transform 0.25s ease;
}.tc-wp-tool-root .harlix-law-homepage .hl-faq-item.is-open button i{
  transform: rotate(45deg);
}.tc-wp-tool-root .harlix-law-homepage .hl-faq-panel{
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.32s ease;
}.tc-wp-tool-root .harlix-law-homepage .hl-faq-panel p{
  padding: 0 24px 22px;
}.tc-wp-tool-root .harlix-law-homepage .hl-final-cta{
  position: relative;
  padding: 96px 0;
  background-image: url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-cottonbro-5985307.jpg");
  background-size: cover;
  background-position: center;
  text-align: center;
}.tc-wp-tool-root .harlix-law-homepage .hl-cta-overlay{
  position: absolute;
  inset: 0;
  background: rgba(7, 23, 44, 0.86);
}.tc-wp-tool-root .harlix-law-homepage .hl-cta-inner{
  max-width: 900px;
}.tc-wp-tool-root .harlix-law-homepage .hl-gold-line{
  display: block;
  width: 86px;
  height: 4px;
  margin: 0 auto 24px;
  background: #c9a227;
  border-radius: 99px;
}.tc-wp-tool-root .harlix-law-homepage .hl-final-cta h2, .tc-wp-tool-root .harlix-law-homepage .hl-final-cta h3{
  color: #ffffff;
}.tc-wp-tool-root .harlix-law-homepage .hl-final-cta p{
  color: rgba(255, 255, 255, 0.82);
  margin-top: 18px;
}.tc-wp-tool-root .harlix-law-homepage .hl-cta-box{
  max-width: 700px;
  margin: 34px auto 0;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid rgba(239, 227, 184, 0.24);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}.tc-wp-tool-root .harlix-law-homepage .hl-cta-box .hl-actions{
  justify-content: center;
}.tc-wp-tool-root .harlix-law-homepage .hl-reveal{
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}.tc-wp-tool-root .harlix-law-homepage .hl-reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}@media (max-width: 1200px) {.tc-wp-tool-root .harlix-law-homepage .hl-container{
    width: min(1120px, calc(100% - 36px));
  }.tc-wp-tool-root .harlix-law-homepage .hl-four-grid{
    grid-template-columns: repeat(2, 1fr);
  }}@media (max-width: 1024px) {.tc-wp-tool-root .harlix-law-homepage .hl-section{
    padding: 66px 0;
  }.tc-wp-tool-root .harlix-law-homepage .hl-hero{
    padding: 96px 0 76px;
  }.tc-wp-tool-root .harlix-law-homepage .hl-hero-grid, .tc-wp-tool-root .harlix-law-homepage .hl-two-col{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .harlix-law-homepage .hl-practice-grid, .tc-wp-tool-root .harlix-law-homepage .hl-testimonial-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .harlix-law-homepage .hl-image-wrap img{
    height: 460px;
  }}@media (max-width: 768px) {.tc-wp-tool-root .harlix-law-homepage .hl-container{
    width: min(100% - 28px, 720px);
  }.tc-wp-tool-root .harlix-law-homepage .hl-section{
    padding: 56px 0;
  }.tc-wp-tool-root .harlix-law-homepage .hl-hero{
    min-height: auto;
    padding: 78px 0 60px;
  }.tc-wp-tool-root .harlix-law-homepage .hl-overlay{
    background: rgba(7, 23, 44, 0.9);
  }.tc-wp-tool-root .harlix-law-homepage .hl-practice-grid, .tc-wp-tool-root .harlix-law-homepage .hl-testimonial-grid, .tc-wp-tool-root .harlix-law-homepage .hl-three-grid, .tc-wp-tool-root .harlix-law-homepage .hl-four-grid, .tc-wp-tool-root .harlix-law-homepage .hl-check-grid, .tc-wp-tool-root .harlix-law-homepage .hl-feature-row{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .harlix-law-homepage .hl-consult-card{
    padding: 26px;
  }.tc-wp-tool-root .harlix-law-homepage .hl-floating-badge{
    position: static;
    display: inline-flex;
    margin-bottom: 14px;
  }.tc-wp-tool-root .harlix-law-homepage .hl-mini-timeline{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .harlix-law-homepage .hl-actions{
    flex-direction: column;
  }.tc-wp-tool-root .harlix-law-homepage .hl-btn{
    width: 100%;
  }}@media (max-width: 576px) {.tc-wp-tool-root .harlix-law-homepage .hl-container{
    width: min(100% - 24px, 540px);
  }.tc-wp-tool-root .harlix-law-homepage .hl-section-head{
    margin-bottom: 30px;
  }.tc-wp-tool-root .harlix-law-homepage .hl-image-wrap img{
    height: 390px;
  }.tc-wp-tool-root .harlix-law-homepage .hl-image-card{
    left: 14px;
    right: 14px;
    bottom: 14px;
    padding: 18px;
  }.tc-wp-tool-root .harlix-law-homepage .hl-service-card, .tc-wp-tool-root .harlix-law-homepage .hl-feature-card, .tc-wp-tool-root .harlix-law-homepage .hl-process-card, .tc-wp-tool-root .harlix-law-homepage .hl-trust-block, .tc-wp-tool-root .harlix-law-homepage .hl-testimonial-card, .tc-wp-tool-root .harlix-law-homepage .hl-visual-card{
    padding: 22px;
  }.tc-wp-tool-root .harlix-law-homepage .hl-final-cta{
    padding: 72px 0;
  }.tc-wp-tool-root .harlix-law-homepage .hl-cta-box{
    padding: 22px;
  }}@media (max-width: 480px) {.tc-wp-tool-root .harlix-law-homepage h1{
    font-size: 36px;
  }.tc-wp-tool-root .harlix-law-homepage h2{
    font-size: 28px;
  }.tc-wp-tool-root .harlix-law-homepage .hl-hero-copy p{
    font-size: 16px;
  }.tc-wp-tool-root .harlix-law-homepage .hl-mini-timeline{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .harlix-law-homepage .hl-logo-card{
    width: 150px;
    height: 76px;
  }.tc-wp-tool-root .harlix-law-homepage .hl-faq-item button{
    padding: 18px;
    font-size: 15px;
  }.tc-wp-tool-root .harlix-law-homepage .hl-faq-panel p{
    padding: 0 18px 18px;
  }}.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;
}