@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@500;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");

/* 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-ds-page{
  position: relative;
  font-family: "Inter", sans-serif;
  color: #1F2937;
  background: #FFFFFF;
  overflow: hidden;
}.tc-wp-tool-root .lx-ds-page *, .tc-wp-tool-root .lx-ds-page *::before, .tc-wp-tool-root .lx-ds-page *::after{
  box-sizing: border-box;
}.tc-wp-tool-root .lx-ds-page a{
/*   color: inherit; */
  text-decoration: none;
}.tc-wp-tool-root .lx-ds-page img{
  max-width: 100%;
  display: block;
}.tc-wp-tool-root .lx-ds-container{
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}.tc-wp-tool-root .lx-ds-hero{
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(145deg, rgba(10,15,24,.92) 0%, rgba(11,31,58,.88) 50%, rgba(10,15,24,.94) 100%),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1920&q=90") center/cover no-repeat;
  isolation: isolate;
}.tc-wp-tool-root .lx-ds-hero-overlay, .tc-wp-tool-root .lx-ds-cta-overlay{
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 20%, rgba(201,162,39,.16), transparent 34%), rgba(7,23,44,.34);
  z-index: -1;
}.tc-wp-tool-root .lx-ds-hero-content, .tc-wp-tool-root .lx-ds-cta-content{
  max-width: 930px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0;
}.tc-wp-tool-root .lx-ds-badge, .tc-wp-tool-root .lx-ds-kicker, .tc-wp-tool-root .lx-ds-updated{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  letter-spacing: .04em;
}.tc-wp-tool-root .lx-ds-badge{
  padding: 10px 16px;
  color: #0B1F3A;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  border-radius: 999px;
  font-size: 13px;
  text-transform: uppercase;
}.tc-wp-tool-root .lx-ds-kicker{
  color: #C9A227;
  font-size: 13px;
  text-transform: uppercase;
}.tc-wp-tool-root .lx-ds-hero h1, .tc-wp-tool-root .lx-ds-cta h2{
  margin: 22px 0 18px;
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  color: #FFFFFF;
  letter-spacing: 0;
}.tc-wp-tool-root .lx-ds-hero p, .tc-wp-tool-root .lx-ds-cta p{
  max-width: 820px;
  margin: 0 auto;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.8;
}.tc-wp-tool-root .lx-ds-updated{
  margin-top: 26px;
  padding: 11px 17px;
  color: #EFE3B8;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
  border-radius: 999px;
  font-size: 14px;
}.tc-wp-tool-root .lx-ds-trust-row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 34px;
}.tc-wp-tool-root .lx-ds-trust-row span{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  padding: 12px 15px;
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}.tc-wp-tool-root .lx-ds-trust-row i{
  color: #D4AF37;
}.tc-wp-tool-root .lx-ds-hero-actions{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}.tc-wp-tool-root .lx-ds-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 6px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}.tc-wp-tool-root .lx-ds-btn:hover{
  transform: translateY(-2px);
}.tc-wp-tool-root .lx-ds-btn-gold{
  color: #0B1F3A;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  box-shadow: 0 18px 45px rgba(201,162,39,.28);
}.tc-wp-tool-root .lx-ds-btn-outline{
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.08);
}.tc-wp-tool-root .lx-ds-overview, .tc-wp-tool-root .lx-ds-faq-section{
  padding: 100px 0;
  background: #F7F8FA;
}.tc-wp-tool-root .lx-ds-section-head{
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}.tc-wp-tool-root .lx-ds-section-head h2, .tc-wp-tool-root .lx-ds-image-card h2, .tc-wp-tool-root .lx-ds-policy-card h2{
  margin: 10px 0 14px;
  font-family: "Playfair Display", serif;
  color: #0B1F3A;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.14;
}.tc-wp-tool-root .lx-ds-section-head p, .tc-wp-tool-root .lx-ds-image-card p, .tc-wp-tool-root .lx-ds-policy-card p{
  margin: 0;
  color: #6B7280;
  font-size: 16px;
  line-height: 1.78;
}.tc-wp-tool-root .lx-ds-overview-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-ds-overview-card{
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  box-shadow: 0 22px 55px rgba(11,31,58,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}.tc-wp-tool-root .lx-ds-overview-card:hover{
  transform: translateY(-7px);
  box-shadow: 0 28px 65px rgba(11,31,58,.13);
}.tc-wp-tool-root .lx-ds-icon{
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0B1F3A;
  background: rgba(201,162,39,0.10);
  border: 1px solid rgba(201,162,39,.22);
  border-radius: 50%;
  font-size: 22px;
}.tc-wp-tool-root .lx-ds-overview-card h3, .tc-wp-tool-root .lx-ds-notice-card h3{
  margin: 20px 0 10px;
  font-family: "Playfair Display", serif;
  color: #0B1F3A;
  font-size: 22px;
  line-height: 1.25;
}.tc-wp-tool-root .lx-ds-overview-card p, .tc-wp-tool-root .lx-ds-notice-card p{
  margin: 0;
  color: #6B7280;
  line-height: 1.7;
}.tc-wp-tool-root .lx-ds-main{
  padding: 105px 0;
  background: #FFFFFF;
}.tc-wp-tool-root .lx-ds-layout{
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}.tc-wp-tool-root .lx-ds-sidebar{
  position: sticky;
  top: 24px;
}.tc-wp-tool-root .lx-ds-sidebar-card{
  padding: 24px;
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(7,23,44,.22);
}.tc-wp-tool-root .lx-ds-sidebar-card h3{
  margin: 0 0 18px;
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  font-size: 24px;
}.tc-wp-tool-root .lx-ds-toc{
  display: grid;
  gap: 7px;
}.tc-wp-tool-root .lx-ds-toc-link{
  display: block;
  padding: 10px 12px;
  color: rgba(255,255,255,.72);
  border-radius: 6px;
  border: 1px solid transparent;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}.tc-wp-tool-root .lx-ds-toc-link:hover, .tc-wp-tool-root .lx-ds-toc-link.lx-ds-active{
  color: #EFE3B8;
  background: rgba(201,162,39,.12);
  border-color: rgba(201,162,39,.24);
}.tc-wp-tool-root .lx-ds-content{
  display: grid;
  gap: 22px;
}.tc-wp-tool-root .lx-ds-image-card{
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 28px;
  align-items: center;
  padding: 24px;
  border-radius: 8px;
  background: #FAF7EF;
  border: 1px solid rgba(15,26,46,0.08);
}.tc-wp-tool-root .lx-ds-image-card img{
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 8px;
}.tc-wp-tool-root .lx-ds-policy-card{
  position: relative;
  padding: 38px;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(11,31,58,.07);
  scroll-margin-top: 26px;
}.tc-wp-tool-root .lx-ds-policy-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 38px;
  width: 86px;
  height: 3px;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
}.tc-wp-tool-root .lx-ds-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 34px;
  padding: 0 12px;
  color: #0B1F3A;
  background: rgba(201,162,39,0.10);
  border: 1px solid rgba(201,162,39,.22);
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 13px;
}.tc-wp-tool-root .lx-ds-policy-card h2{
  font-size: clamp(25px, 2.6vw, 36px);
}.tc-wp-tool-root .lx-ds-policy-card p + p{
  margin-top: 14px;
}.tc-wp-tool-root .lx-ds-policy-highlight{
  background: linear-gradient(180deg, #FFFFFF 0%, #FAF7EF 100%);
  border-color: rgba(201,162,39,.25);
}.tc-wp-tool-root .lx-ds-contact-box{
  display: grid;
  gap: 8px;
  margin: 20px 0;
  padding: 22px;
  background: #F7F8FA;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
}.tc-wp-tool-root .lx-ds-contact-box strong{
  color: #0B1F3A;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
}.tc-wp-tool-root .lx-ds-contact-box a{
  color: #0B1F3A;
  font-weight: 700;
}.tc-wp-tool-root .lx-ds-notice{
  padding: 100px 0;
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
}.tc-wp-tool-root .lx-ds-section-head-dark h2, .tc-wp-tool-root .lx-ds-section-head-dark p{
  color: #FFFFFF;
}.tc-wp-tool-root .lx-ds-section-head-dark p{
  color: rgba(255,255,255,.72);
}.tc-wp-tool-root .lx-ds-notice-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}.tc-wp-tool-root .lx-ds-notice-card{
  padding: 32px;
  border-radius: 8px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
}.tc-wp-tool-root .lx-ds-notice-card i{
  color: #D4AF37;
  font-size: 32px;
}.tc-wp-tool-root .lx-ds-notice-card h3{
  color: #FFFFFF;
}.tc-wp-tool-root .lx-ds-notice-card p{
  color: rgba(255,255,255,.72);
}.tc-wp-tool-root .lx-ds-responsibility{
  padding: 100px 0;
  background: #FAF7EF;
}.tc-wp-tool-root .lx-ds-check-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}.tc-wp-tool-root .lx-ds-check-card{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  min-height: 88px;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  color: #1F2937;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 16px 40px rgba(11,31,58,.06);
}.tc-wp-tool-root .lx-ds-check-card i{
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0B1F3A;
  background: #EFE3B8;
  border-radius: 50%;
  font-size: 13px;
}.tc-wp-tool-root .lx-ds-faq{
  max-width: 960px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .lx-ds-faq-item{
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(11,31,58,.07);
}.tc-wp-tool-root .lx-ds-faq-question{
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 24px;
  color: #FFFFFF;
  background: #0B1F3A;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}.tc-wp-tool-root .lx-ds-faq-question i{
  color: #D4AF37;
  transition: transform .25s ease;
}.tc-wp-tool-root .lx-ds-faq-item.lx-ds-open .lx-ds-faq-question i{
  transform: rotate(180deg);
}.tc-wp-tool-root .lx-ds-faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .32s ease;
}.tc-wp-tool-root .lx-ds-faq-answer p{
  margin: 0;
  padding: 22px 24px;
  color: #6B7280;
  line-height: 1.75;
}.tc-wp-tool-root .lx-ds-cta{
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(145deg, rgba(10,15,24,.9) 0%, rgba(11,31,58,.86) 50%, rgba(10,15,24,.93) 100%),
    url("https://images.unsplash.com/photo-1505664194779-8beaceb93744?auto=format&fit=crop&w=1920&q=90") center/cover no-repeat;
  isolation: isolate;
}.tc-wp-tool-root .lx-ds-cta h2{
  font-size: clamp(34px, 4.5vw, 58px);
}@media (max-width: 1200px) {.tc-wp-tool-root .lx-ds-overview-grid{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-ds-layout{
    grid-template-columns: 300px minmax(0, 1fr);
  }}@media (max-width: 1024px) {.tc-wp-tool-root .lx-ds-layout{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-ds-sidebar{
    position: static;
  }.tc-wp-tool-root .lx-ds-toc{
    grid-template-columns: repeat(2, 1fr);
  }.tc-wp-tool-root .lx-ds-check-grid{
    grid-template-columns: repeat(2, 1fr);
  }}@media (max-width: 991px) {.tc-wp-tool-root .lx-ds-hero{
    min-height: auto;
  }.tc-wp-tool-root .lx-ds-hero-content, .tc-wp-tool-root .lx-ds-cta-content{
    padding: 96px 0;
  }.tc-wp-tool-root .lx-ds-notice-grid{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-ds-image-card{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-ds-image-card img{
    height: 280px;
  }}@media (max-width: 768px) {.tc-wp-tool-root .lx-ds-container{
    padding-left: 18px;
    padding-right: 18px;
  }.tc-wp-tool-root .lx-ds-overview, .tc-wp-tool-root .lx-ds-main, .tc-wp-tool-root .lx-ds-notice, .tc-wp-tool-root .lx-ds-responsibility, .tc-wp-tool-root .lx-ds-faq-section{
    padding: 72px 0;
  }.tc-wp-tool-root .lx-ds-overview-grid, .tc-wp-tool-root .lx-ds-check-grid, .tc-wp-tool-root .lx-ds-toc{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-ds-policy-card, .tc-wp-tool-root .lx-ds-overview-card, .tc-wp-tool-root .lx-ds-notice-card{
    padding: 26px;
  }.tc-wp-tool-root .lx-ds-hero-actions, .tc-wp-tool-root .lx-ds-btn{
    width: 100%;
  }.tc-wp-tool-root .lx-ds-trust-row{
    align-items: stretch;
  }.tc-wp-tool-root .lx-ds-trust-row span{
    width: 100%;
    justify-content: center;
  }}@media (max-width: 576px) {.tc-wp-tool-root .lx-ds-hero-content, .tc-wp-tool-root .lx-ds-cta-content{
    padding: 78px 0;
  }.tc-wp-tool-root .lx-ds-hero p, .tc-wp-tool-root .lx-ds-cta p{
    font-size: 16px;
  }.tc-wp-tool-root .lx-ds-sidebar-card, .tc-wp-tool-root .lx-ds-image-card{
    padding: 18px;
  }.tc-wp-tool-root .lx-ds-faq-question{
    padding: 18px;
    font-size: 15px;
  }}@media (max-width: 480px) {.tc-wp-tool-root .lx-ds-policy-card::before{
    left: 26px;
  }.tc-wp-tool-root .lx-ds-image-card img{
    height: 220px;
  }.tc-wp-tool-root .lx-ds-updated{
    width: 100%;
    justify-content: center;
  }}@media (max-width: 375px) {.tc-wp-tool-root .lx-ds-container{
    padding-left: 14px;
    padding-right: 14px;
  }.tc-wp-tool-root .lx-ds-policy-card, .tc-wp-tool-root .lx-ds-overview-card, .tc-wp-tool-root .lx-ds-notice-card{
    padding: 22px;
  }.tc-wp-tool-root .lx-ds-hero h1{
    font-size: 38px;
  }}.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;
}