@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@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://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");

/* 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-dr-page{
  position: relative;
  --lx-dr-primary: #0B1F3A;
  --lx-dr-dark: #07172C;
  --lx-dr-deep: #0A0F18;
  --lx-dr-secondary: #162240;
  --lx-dr-gold: #C9A227;
  --lx-dr-gold-light: #D4AF37;
  --lx-dr-soft-gold: #EFE3B8;
  --lx-dr-light: #F7F8FA;
  --lx-dr-cream: #FAF7EF;
  --lx-dr-white: #FFFFFF;
  --lx-dr-text: #1F2937;
  --lx-dr-gray: #6B7280;
  --lx-dr-border: rgba(15,26,46,0.08);
  --lx-dr-white-border: rgba(255,255,255,0.08);
  --lx-dr-gold-soft: rgba(201,162,39,0.10);
  --lx-dr-gold-gradient: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  --lx-dr-dark-gradient: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
  font-family: "Inter", sans-serif;
  color: var(--lx-dr-text);
  overflow: hidden;
  background: var(--lx-dr-white);
}.tc-wp-tool-root .lx-dr-page *{
  box-sizing: border-box;
}.tc-wp-tool-root .lx-dr-container{
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}.tc-wp-tool-root .lx-dr-page h1, .tc-wp-tool-root .lx-dr-page h2{
  font-family: "Playfair Display", serif;
  margin: 0;
  line-height: 1.08;
  color: var(--lx-dr-primary);
}.tc-wp-tool-root .lx-dr-page h3{
  margin: 0;
  color: var(--lx-dr-primary);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  line-height: 1.25;
}.tc-wp-tool-root .lx-dr-page p{
  margin: 0;
  color: var(--lx-dr-gray);
  line-height: 1.75;
  font-size: 16px;
}.tc-wp-tool-root .lx-dr-hero{
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 130px 0 100px;
  background-image: url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-karola-g-7876785.jpg");
  background-size: cover;
  background-position: center;
}.tc-wp-tool-root .lx-dr-hero-overlay, .tc-wp-tool-root .lx-dr-final-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,23,44,0.96) 0%, rgba(11,31,58,0.88) 48%, rgba(10,15,24,0.76) 100%);
}.tc-wp-tool-root .lx-dr-hero-grid{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
  gap: 70px;
  align-items: center;
}.tc-wp-tool-root .lx-dr-badge, .tc-wp-tool-root .lx-dr-label, .tc-wp-tool-root .lx-dr-status-pill{
  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: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
}.tc-wp-tool-root .lx-dr-badge{
  padding: 11px 16px;
  color: var(--lx-dr-soft-gold);
  background: rgba(201,162,39,0.13);
  border: 1px solid rgba(201,162,39,0.38);
}.tc-wp-tool-root .lx-dr-label{
  color: var(--lx-dr-gold);
  margin-bottom: 14px;
}.tc-wp-tool-root .lx-dr-hero-content h1{
  max-width: 850px;
  margin-top: 24px;
  font-size: clamp(42px, 5vw, 78px);
  color: var(--lx-dr-white);
}.tc-wp-tool-root .lx-dr-hero-content p{
  max-width: 760px;
  margin-top: 24px;
  color: rgba(255,255,255,0.78);
  font-size: 18px;
}.tc-wp-tool-root .lx-dr-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}.tc-wp-tool-root .lx-dr-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 16px 23px;
  border-radius: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
}.tc-wp-tool-root .lx-dr-btn:hover{
  transform: translateY(-3px);
}.tc-wp-tool-root .lx-dr-btn-gold{
  color: var(--lx-dr-deep);
  background: var(--lx-dr-gold-gradient);
  box-shadow: 0 18px 35px rgba(201,162,39,0.22);
}.tc-wp-tool-root .lx-dr-btn-outline{
  color: var(--lx-dr-white);
  border: 1px solid rgba(255,255,255,0.24);
  background: rgba(255,255,255,0.05);
}.tc-wp-tool-root .lx-dr-btn-outline:hover{
  color: var(--lx-dr-white);
  border-color: rgba(201,162,39,0.68);
  background: rgba(201,162,39,0.12);
}.tc-wp-tool-root .lx-dr-trust-row{
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-top: 28px;
}.tc-wp-tool-root .lx-dr-trust-row span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.82);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}.tc-wp-tool-root .lx-dr-trust-row i{
  color: var(--lx-dr-gold-light);
}.tc-wp-tool-root .lx-dr-snapshot-card{
  position: relative;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid rgba(201,162,39,0.28);
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045));
  box-shadow: 0 28px 80px rgba(0,0,0,0.34);
  backdrop-filter: blur(16px);
  transition: transform .3s ease;
}.tc-wp-tool-root .lx-dr-snapshot-card:hover{
  transform: translateY(-7px);
}.tc-wp-tool-root .lx-dr-floating-badge{
  position: absolute;
  top: -17px;
  right: 24px;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--lx-dr-gold-gradient);
  color: var(--lx-dr-deep);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-tool-root .lx-dr-snapshot-head{
  display: flex;
  gap: 18px;
  align-items: flex-start;
  justify-content: space-between;
}.tc-wp-tool-root .lx-dr-snapshot-head h3, .tc-wp-tool-root .lx-dr-mini-card h3{
  color: var(--lx-dr-white);
  font-size: 23px;
}.tc-wp-tool-root .lx-dr-snapshot-head p{
  margin-top: 10px;
  color: rgba(255,255,255,0.68);
  font-size: 14px;
}.tc-wp-tool-root .lx-dr-snapshot-head > i{
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--lx-dr-gold-light);
  background: rgba(201,162,39,0.12);
  border: 1px solid rgba(201,162,39,0.24);
  font-size: 22px;
}.tc-wp-tool-root .lx-dr-status-pill{
  margin-top: 24px;
  padding: 10px 13px;
  color: var(--lx-dr-soft-gold);
  background: rgba(201,162,39,0.10);
  border: 1px solid rgba(201,162,39,0.24);
}.tc-wp-tool-root .lx-dr-dashboard-rows{
  display: grid;
  gap: 12px;
  margin-top: 22px;
}.tc-wp-tool-root .lx-dr-dashboard-rows div{
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px;
  border-radius: 6px;
  background: rgba(255,255,255,0.07);
  border: 1px solid var(--lx-dr-white-border);
}.tc-wp-tool-root .lx-dr-dashboard-rows span{
  color: rgba(255,255,255,0.62);
  font-size: 13px;
}.tc-wp-tool-root .lx-dr-dashboard-rows strong{
  color: var(--lx-dr-white);
  font-size: 13px;
  text-align: right;
}.tc-wp-tool-root .lx-dr-mini-card{
  margin-top: 18px;
  padding: 20px;
  border-left: 3px solid var(--lx-dr-gold);
  background: rgba(10,15,24,0.46);
}.tc-wp-tool-root .lx-dr-mini-card ul{
  margin: 12px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.76);
  line-height: 1.8;
}.tc-wp-tool-root .lx-dr-section{
  padding: 105px 0;
}.tc-wp-tool-root .lx-dr-light{
  background: var(--lx-dr-light);
}.tc-wp-tool-root .lx-dr-cream{
  background: var(--lx-dr-cream);
}.tc-wp-tool-root .lx-dr-two-col{
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1fr);
  gap: 70px;
  align-items: center;
}.tc-wp-tool-root .lx-dr-image-panel{
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  min-height: 470px;
  box-shadow: 0 24px 60px rgba(11,31,58,0.12);
}.tc-wp-tool-root .lx-dr-image-panel img{
  width: 100%;
  height: 100%;
  min-height: 470px;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}.tc-wp-tool-root .lx-dr-image-panel:hover img{
  transform: scale(1.045);
}.tc-wp-tool-root .lx-dr-content-panel h2, .tc-wp-tool-root .lx-dr-section-head h2{
  font-size: clamp(34px, 3.3vw, 54px);
}.tc-wp-tool-root .lx-dr-content-panel p{
  margin-top: 18px;
}.tc-wp-tool-root .lx-dr-feature-list{
  display: grid;
  gap: 14px;
  margin-top: 28px;
}.tc-wp-tool-root .lx-dr-feature-list div{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--lx-dr-border);
  background: var(--lx-dr-white);
  box-shadow: 0 14px 36px rgba(11,31,58,0.06);
}.tc-wp-tool-root .lx-dr-feature-list i, .tc-wp-tool-root .lx-dr-warning-card i{
  color: var(--lx-dr-gold);
}.tc-wp-tool-root .lx-dr-feature-list span{
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  color: var(--lx-dr-primary);
}.tc-wp-tool-root .lx-dr-section-head{
  max-width: 860px;
  margin: 0 auto 48px;
  text-align: center;
}.tc-wp-tool-root .lx-dr-section-head p{
  margin-top: 16px;
}.tc-wp-tool-root .lx-dr-section-head .lx-dr-label{
  margin-left: auto;
  margin-right: auto;
}.tc-wp-tool-root .lx-dr-warning-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-tool-root .lx-dr-warning-card{
  min-height: 185px;
  padding: 28px;
  border-radius: 8px;
  background: var(--lx-dr-white);
  border: 1px solid var(--lx-dr-border);
  box-shadow: 0 18px 45px rgba(11,31,58,0.07);
  transition: transform .25s ease, box-shadow .25s ease;
}.tc-wp-tool-root .lx-dr-warning-card:hover, .tc-wp-tool-root .lx-dr-document-card:hover{
  transform: translateY(-7px);
  box-shadow: 0 26px 58px rgba(11,31,58,0.12);
}.tc-wp-tool-root .lx-dr-warning-card i{
  font-size: 28px;
  margin-bottom: 24px;
}.tc-wp-tool-root .lx-dr-warning-card h3{
  font-size: 19px;
}.tc-wp-tool-root .lx-dr-doc-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-tool-root .lx-dr-document-card{
  position: relative;
  min-height: 315px;
  padding: 30px 24px;
  border-radius: 8px;
  background: var(--lx-dr-white);
  border: 1px solid var(--lx-dr-border);
  box-shadow: 0 18px 48px rgba(11,31,58,0.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}.tc-wp-tool-root .lx-dr-document-card:before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: var(--lx-dr-primary);
  border-radius: 8px 8px 0 0;
}.tc-wp-tool-root .lx-dr-document-card:hover{
  border-color: rgba(201,162,39,0.42);
}.tc-wp-tool-root .lx-dr-document-card i{
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--lx-dr-primary);
  background: var(--lx-dr-gold-soft);
  font-size: 23px;
  margin-bottom: 22px;
}.tc-wp-tool-root .lx-dr-document-card h3{
  font-size: 18px;
  margin-bottom: 12px;
}.tc-wp-tool-root .lx-dr-document-card p{
  font-size: 14.5px;
}.tc-wp-tool-root .lx-dr-sign-grid{
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
}.tc-wp-tool-root .lx-dr-check-grid, .tc-wp-tool-root .lx-dr-info-grid{
  display: grid;
  gap: 12px;
  margin-top: 28px;
}.tc-wp-tool-root .lx-dr-check-grid{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.tc-wp-tool-root .lx-dr-check-grid span, .tc-wp-tool-root .lx-dr-info-grid span{
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(201,162,39,0.18);
  background: rgba(255,255,255,0.78);
  color: var(--lx-dr-primary);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
}.tc-wp-tool-root .lx-dr-check-grid span:before, .tc-wp-tool-root .lx-dr-info-grid span:before{
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--lx-dr-gold);
}.tc-wp-tool-root .lx-dr-overlay-image:after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7,23,44,0.68), transparent 55%);
}.tc-wp-tool-root .lx-dr-image-note{
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  padding: 22px;
  border-radius: 8px;
  background: rgba(7,23,44,0.88);
  border: 1px solid rgba(201,162,39,0.26);
  backdrop-filter: blur(10px);
}.tc-wp-tool-root .lx-dr-image-note h3{
  color: var(--lx-dr-white);
  margin-bottom: 8px;
}.tc-wp-tool-root .lx-dr-image-note p{
  color: rgba(255,255,255,0.74);
  font-size: 14px;
}.tc-wp-tool-root .lx-dr-risk{
  background: var(--lx-dr-dark-gradient);
}.tc-wp-tool-root .lx-dr-section-head-light h2{
  color: var(--lx-dr-white);
}.tc-wp-tool-root .lx-dr-section-head-light p{
  color: rgba(255,255,255,0.70);
}.tc-wp-tool-root .lx-dr-risk-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-tool-root .lx-dr-risk-card{
  min-height: 255px;
  padding: 30px;
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  border: 1px solid var(--lx-dr-white-border);
  backdrop-filter: blur(12px);
}.tc-wp-tool-root .lx-dr-risk-card i{
  color: var(--lx-dr-gold-light);
  font-size: 31px;
  margin-bottom: 24px;
}.tc-wp-tool-root .lx-dr-risk-card h3{
  color: var(--lx-dr-white);
  font-size: 19px;
  margin-bottom: 12px;
}.tc-wp-tool-root .lx-dr-risk-card p{
  color: rgba(255,255,255,0.68);
  font-size: 14.5px;
}.tc-wp-tool-root .lx-dr-why-list{
  display: grid;
  gap: 16px;
  max-width: 1050px;
  margin: 0 auto;
}.tc-wp-tool-root .lx-dr-why-item{
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 22px;
  padding: 26px;
  border-left: 4px solid var(--lx-dr-gold);
  background: var(--lx-dr-white);
  border-top: 1px solid var(--lx-dr-border);
  border-right: 1px solid var(--lx-dr-border);
  border-bottom: 1px solid var(--lx-dr-border);
  box-shadow: 0 16px 42px rgba(11,31,58,0.06);
}.tc-wp-tool-root .lx-dr-why-item span{
  font-family: "Playfair Display", serif;
  font-size: 42px;
  font-weight: 800;
  color: var(--lx-dr-gold);
  line-height: 1;
}.tc-wp-tool-root .lx-dr-why-item h3{
  font-size: 20px;
  margin-bottom: 8px;
}.tc-wp-tool-root .lx-dr-timeline{
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-tool-root .lx-dr-timeline:before{
  content: "";
  position: absolute;
  top: 39px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--lx-dr-gold), transparent);
}.tc-wp-tool-root .lx-dr-process-card{
  position: relative;
  z-index: 2;
  padding: 28px;
  border-radius: 8px;
  background: var(--lx-dr-white);
  border: 1px solid var(--lx-dr-border);
  box-shadow: 0 18px 48px rgba(11,31,58,0.07);
}.tc-wp-tool-root .lx-dr-process-card span{
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--lx-dr-white);
  background: var(--lx-dr-primary);
  border: 3px solid var(--lx-dr-gold);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
}.tc-wp-tool-root .lx-dr-process-card h3{
  font-size: 19px;
  margin-bottom: 10px;
}.tc-wp-tool-root .lx-dr-process-card p{
  font-size: 14.5px;
}.tc-wp-tool-root .lx-dr-info-grid{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.tc-wp-tool-root .lx-dr-challenge-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}.tc-wp-tool-root .lx-dr-challenge-card{
  display: grid;
  grid-template-columns: 76px 1fr;
  min-height: 145px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--lx-dr-white);
  border: 1px solid var(--lx-dr-border);
  box-shadow: 0 18px 48px rgba(11,31,58,0.07);
  transition: transform .25s ease, border-color .25s ease;
}.tc-wp-tool-root .lx-dr-challenge-card:hover{
  transform: translateY(-6px);
  border-color: rgba(201,162,39,0.45);
}.tc-wp-tool-root .lx-dr-challenge-card div{
  display: grid;
  place-items: center;
  background: var(--lx-dr-primary);
  color: var(--lx-dr-gold-light);
  font-size: 26px;
}.tc-wp-tool-root .lx-dr-challenge-card h3{
  align-self: center;
  padding: 22px;
  font-size: 18px;
}.tc-wp-tool-root .lx-dr-faq{
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .lx-dr-faq-item{
  border-radius: 8px;
  overflow: hidden;
  background: var(--lx-dr-white);
  border: 1px solid var(--lx-dr-border);
  box-shadow: 0 14px 36px rgba(11,31,58,0.06);
}.tc-wp-tool-root .lx-dr-faq-question{
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  background: var(--lx-dr-primary);
  color: var(--lx-dr-white);
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}.tc-wp-tool-root .lx-dr-faq-question i{
  color: var(--lx-dr-gold-light);
  transition: transform .25s ease;
}.tc-wp-tool-root .lx-dr-faq-item.lx-dr-active .lx-dr-faq-question i{
  transform: rotate(180deg);
}.tc-wp-tool-root .lx-dr-faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}.tc-wp-tool-root .lx-dr-faq-answer p{
  padding: 22px 24px;
}.tc-wp-tool-root .lx-dr-final-cta{
  position: relative;
  padding: 120px 0;
  background-image: url("https://harlixlaw.com/wp-content/uploads/2026/06/pexels-cottonbro-8369208.jpg");
  background-size: cover;
  background-position: center;
}.tc-wp-tool-root .lx-dr-final-content{
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-tool-root .lx-dr-final-content .lx-dr-badge{
  margin: 0 auto;
}.tc-wp-tool-root .lx-dr-final-content h2{
  margin-top: 22px;
  color: var(--lx-dr-white);
  font-size: clamp(36px, 4vw, 62px);
}.tc-wp-tool-root .lx-dr-final-content p{
  margin-top: 20px;
  color: rgba(255,255,255,0.76);
  font-size: 18px;
}.tc-wp-tool-root .lx-dr-center-actions{
  justify-content: center;
}@media (max-width: 1200px) {.tc-wp-tool-root .lx-dr-doc-grid, .tc-wp-tool-root .lx-dr-risk-grid, .tc-wp-tool-root .lx-dr-challenge-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .lx-dr-timeline{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .lx-dr-timeline:before{
    display: none;
  }}@media (max-width: 1024px) {.tc-wp-tool-root .lx-dr-hero-grid, .tc-wp-tool-root .lx-dr-two-col, .tc-wp-tool-root .lx-dr-sign-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-dr-hero-content{
    text-align: center;
  }.tc-wp-tool-root .lx-dr-hero-actions, .tc-wp-tool-root .lx-dr-trust-row{
    justify-content: center;
  }.tc-wp-tool-root .lx-dr-hero-content p{
    margin-left: auto;
    margin-right: auto;
  }.tc-wp-tool-root .lx-dr-snapshot-card{
    max-width: 680px;
    margin: 0 auto;
  }.tc-wp-tool-root .lx-dr-warning-grid, .tc-wp-tool-root .lx-dr-info-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (max-width: 768px) {.tc-wp-tool-root .lx-dr-container{
    padding-left: 18px;
    padding-right: 18px;
  }.tc-wp-tool-root .lx-dr-hero{
    min-height: auto;
    padding: 90px 0 72px;
  }.tc-wp-tool-root .lx-dr-section, .tc-wp-tool-root .lx-dr-final-cta{
    padding: 72px 0;
  }.tc-wp-tool-root .lx-dr-hero-content h1{
    font-size: 40px;
  }.tc-wp-tool-root .lx-dr-hero-content p, .tc-wp-tool-root .lx-dr-final-content p{
    font-size: 16px;
  }.tc-wp-tool-root .lx-dr-doc-grid, .tc-wp-tool-root .lx-dr-risk-grid, .tc-wp-tool-root .lx-dr-warning-grid, .tc-wp-tool-root .lx-dr-challenge-grid, .tc-wp-tool-root .lx-dr-timeline, .tc-wp-tool-root .lx-dr-info-grid, .tc-wp-tool-root .lx-dr-check-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-dr-btn{
    width: 100%;
  }.tc-wp-tool-root .lx-dr-snapshot-card{
    padding: 24px;
  }.tc-wp-tool-root .lx-dr-dashboard-rows div{
    display: grid;
    gap: 5px;
  }.tc-wp-tool-root .lx-dr-dashboard-rows strong{
    text-align: left;
  }.tc-wp-tool-root .lx-dr-image-panel, .tc-wp-tool-root .lx-dr-image-panel img{
    min-height: 360px;
  }.tc-wp-tool-root .lx-dr-why-item{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-tool-root .lx-dr-challenge-card{
    grid-template-columns: 68px 1fr;
  }.tc-wp-tool-root .lx-dr-faq-question{
    padding: 20px;
    font-size: 15px;
  }}@media (max-width: 480px) {.tc-wp-tool-root .lx-dr-hero-content h1{
    font-size: 34px;
  }.tc-wp-tool-root .lx-dr-content-panel h2, .tc-wp-tool-root .lx-dr-section-head h2, .tc-wp-tool-root .lx-dr-final-content h2{
    font-size: 31px;
  }.tc-wp-tool-root .lx-dr-snapshot-head{
    display: grid;
  }.tc-wp-tool-root .lx-dr-floating-badge{
    position: static;
    display: inline-flex;
    margin-bottom: 18px;
  }.tc-wp-tool-root .lx-dr-document-card, .tc-wp-tool-root .lx-dr-risk-card, .tc-wp-tool-root .lx-dr-warning-card, .tc-wp-tool-root .lx-dr-process-card{
    padding: 24px;
  }.tc-wp-tool-root .lx-dr-image-note{
    left: 16px;
    right: 16px;
    bottom: 16px;
  }}@media (max-width: 375px) {.tc-wp-tool-root .lx-dr-container{
    padding-left: 14px;
    padding-right: 14px;
  }.tc-wp-tool-root .lx-dr-hero-content h1{
    font-size: 31px;
  }.tc-wp-tool-root .lx-dr-badge{
    font-size: 11px;
  }}.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-dr-intro {}