@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@500;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-pp-page{
  position: relative;
  font-family: "Inter", sans-serif;
  color: #1F2937;
  background: #F7F8FA;
}.tc-wp-tool-root .lx-pp-page *{
  box-sizing: border-box;
}.tc-wp-tool-root .lx-pp-page a{
  text-decoration: none;
}.tc-wp-tool-root .lx-pp-container{
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}.tc-wp-tool-root .lx-pp-hero{
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%), url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1920&q=90") center/cover no-repeat;
  overflow: hidden;
}.tc-wp-tool-root .lx-pp-hero-overlay, .tc-wp-tool-root .lx-pp-cta-overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(10, 15, 24, .92), rgba(11, 31, 58, .82));
}.tc-wp-tool-root .lx-pp-hero-content{
  position: relative;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 0;
}.tc-wp-tool-root .lx-pp-badge, .tc-wp-tool-root .lx-pp-kicker{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 999px;
}.tc-wp-tool-root .lx-pp-badge{
  color: #0A0F18;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  padding: 11px 18px;
  box-shadow: 0 15px 40px rgba(201, 162, 39, .22);
}.tc-wp-tool-root .lx-pp-kicker{
  color: #C9A227;
  margin-bottom: 14px;
}.tc-wp-tool-root .lx-pp-hero h1, .tc-wp-tool-root .lx-pp-cta h2, .tc-wp-tool-root .lx-pp-section-head h2, .tc-wp-tool-root .lx-pp-policy-card h2, .tc-wp-tool-root .lx-pp-choice-copy h2{
  font-family: "Playfair Display", serif;
  letter-spacing: 0;
  line-height: 1.08;
}.tc-wp-tool-root .lx-pp-hero h1{
  color: #FFFFFF;
  font-size: clamp(42px, 6vw, 76px);
  margin: 24px 0 22px;
}.tc-wp-tool-root .lx-pp-hero p{
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
}.tc-wp-tool-root .lx-pp-updated{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  padding: 11px 18px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  color: #EFE3B8;
  background: rgba(255,255,255,.06);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
}.tc-wp-tool-root .lx-pp-trust-row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}.tc-wp-tool-root .lx-pp-trust-row span{
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.86);
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,.055);
  border-radius: 999px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
}.tc-wp-tool-root .lx-pp-trust-row i{
  color: #D4AF37;
}.tc-wp-tool-root .lx-pp-hero-actions{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}.tc-wp-tool-root .lx-pp-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
}.tc-wp-tool-root .lx-pp-btn:hover{
  transform: translateY(-3px);
}.tc-wp-tool-root .lx-pp-btn-gold{
  color: #0A0F18;
  background: linear-gradient(135deg, #C9A227 0%, #D4AF37 50%, #C9A227 100%);
  box-shadow: 0 18px 40px rgba(201, 162, 39, .24);
}.tc-wp-tool-root .lx-pp-btn-light{
  color: #FFFFFF;
  border: 1px solid rgba(255,255,255,.2);
  background: rgba(255,255,255,.08);
}.tc-wp-tool-root .lx-pp-btn-light:hover{
  color: #EFE3B8;
  background: rgba(255,255,255,.14);
}.tc-wp-tool-root .lx-pp-overview, .tc-wp-tool-root .lx-pp-faq-section{
  padding: 110px 0;
  background: #F7F8FA;
}.tc-wp-tool-root .lx-pp-section-head{
  text-align: center;
  max-width: 780px;
  margin: 0 auto 52px;
}.tc-wp-tool-root .lx-pp-section-head h2, .tc-wp-tool-root .lx-pp-choice-copy h2{
  color: #0B1F3A;
  font-size: clamp(34px, 4vw, 52px);
  margin: 0 0 16px;
}.tc-wp-tool-root .lx-pp-section-head p, .tc-wp-tool-root .lx-pp-choice-copy p{
  color: #6B7280;
  font-size: 17px;
  line-height: 1.75;
  margin: 0;
}.tc-wp-tool-root .lx-pp-overview-grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}.tc-wp-tool-root .lx-pp-overview-card{
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  padding: 34px 28px;
  box-shadow: 0 18px 50px rgba(15, 26, 46, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}.tc-wp-tool-root .lx-pp-overview-card:hover{
  transform: translateY(-7px);
  border-color: rgba(201, 162, 39, .38);
  box-shadow: 0 24px 65px rgba(15, 26, 46, .11);
}.tc-wp-tool-root .lx-pp-icon{
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0B1F3A;
  background: rgba(201,162,39,0.10);
  margin-bottom: 23px;
  font-size: 25px;
}.tc-wp-tool-root .lx-pp-overview-card h3, .tc-wp-tool-root .lx-pp-summary-card h3{
  font-family: "Playfair Display", serif;
  color: #0B1F3A;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 13px;
}.tc-wp-tool-root .lx-pp-overview-card p, .tc-wp-tool-root .lx-pp-summary-card p{
  color: #6B7280;
  line-height: 1.7;
  margin: 0;
}.tc-wp-tool-root .lx-pp-policy-area{
  padding: 110px 0;
  background: #FAF7EF;
}.tc-wp-tool-root .lx-pp-policy-layout{
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}.tc-wp-tool-root .lx-pp-sidebar{
  position: sticky;
  top: 24px;
}.tc-wp-tool-root .lx-pp-sidebar-inner{
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 26px;
  box-shadow: 0 24px 70px rgba(10, 15, 24, .16);
}.tc-wp-tool-root .lx-pp-sidebar h3{
  color: #FFFFFF;
  font-family: "Playfair Display", serif;
  font-size: 25px;
  margin: 0 0 20px;
}.tc-wp-tool-root .lx-pp-toc{
  display: grid;
  gap: 8px;
}.tc-wp-tool-root .lx-pp-toc-link{
  display: block;
  color: rgba(255,255,255,.74);
  padding: 10px 12px;
  border-left: 3px solid transparent;
  border-radius: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}.tc-wp-tool-root .lx-pp-toc-link:hover, .tc-wp-tool-root .lx-pp-toc-link.lx-pp-active{
  color: #EFE3B8;
  background: rgba(201,162,39,0.10);
  border-left-color: #C9A227;
}.tc-wp-tool-root .lx-pp-content{
  display: grid;
  gap: 22px;
}.tc-wp-tool-root .lx-pp-note{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 20px 22px;
  background: #0B1F3A;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
}.tc-wp-tool-root .lx-pp-note i{
  color: #D4AF37;
  margin-top: 3px;
}.tc-wp-tool-root .lx-pp-note p{
  color: rgba(255,255,255,.84);
  margin: 0;
  line-height: 1.65;
}.tc-wp-tool-root .lx-pp-policy-card{
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  padding: 42px;
  box-shadow: 0 18px 55px rgba(15, 26, 46, .06);
  scroll-margin-top: 30px;
}.tc-wp-tool-root .lx-pp-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 34px;
  margin-bottom: 17px;
  border-radius: 999px;
  color: #0B1F3A;
  background: rgba(201,162,39,0.10);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
}.tc-wp-tool-root .lx-pp-policy-card h2{
  color: #0B1F3A;
  font-size: clamp(28px, 3vw, 38px);
  margin: 0 0 18px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(201,162,39,.26);
}.tc-wp-tool-root .lx-pp-policy-card p{
  color: #4B5563;
  font-size: 16px;
  line-height: 1.82;
  margin: 0 0 15px;
}.tc-wp-tool-root .lx-pp-policy-card p:last-child{
  margin-bottom: 0;
}.tc-wp-tool-root .lx-pp-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  padding: 0;
  margin: 18px 0 20px;
  list-style: none;
}.tc-wp-tool-root .lx-pp-list li{
  position: relative;
  padding-left: 26px;
  color: #374151;
  line-height: 1.55;
}.tc-wp-tool-root .lx-pp-list li::before{
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #C9A227;
}.tc-wp-tool-root .lx-pp-contact-box{
  padding: 22px;
  background: #F7F8FA;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
}.tc-wp-tool-root .lx-pp-contact-box a{
  color: #0B1F3A;
  font-weight: 700;
}.tc-wp-tool-root .lx-pp-summary{
  padding: 110px 0;
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%);
}.tc-wp-tool-root .lx-pp-section-head-light h2, .tc-wp-tool-root .lx-pp-section-head-light p{
  color: #FFFFFF;
}.tc-wp-tool-root .lx-pp-section-head-light p{
  color: rgba(255,255,255,.72);
}.tc-wp-tool-root .lx-pp-summary-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}.tc-wp-tool-root .lx-pp-summary-card{
  padding: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(16px);
}.tc-wp-tool-root .lx-pp-summary-card i{
  color: #D4AF37;
  font-size: 34px;
  margin-bottom: 20px;
}.tc-wp-tool-root .lx-pp-summary-card h3{
  color: #FFFFFF;
}.tc-wp-tool-root .lx-pp-summary-card p{
  color: rgba(255,255,255,.72);
}.tc-wp-tool-root .lx-pp-user-choices{
  padding: 110px 0;
  background: #FAF7EF;
}.tc-wp-tool-root .lx-pp-choice-layout{
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 50px;
  align-items: center;
}.tc-wp-tool-root .lx-pp-choice-copy{
  max-width: 590px;
}.tc-wp-tool-root .lx-pp-choice-image{
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-top: 28px;
  border-radius: 8px;
  box-shadow: 0 24px 65px rgba(15, 26, 46, .12);
}.tc-wp-tool-root .lx-pp-choice-grid{
  display: grid;
  gap: 16px;
}.tc-wp-tool-root .lx-pp-choice-item{
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  color: #1F2937;
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(15, 26, 46, .06);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  line-height: 1.45;
}.tc-wp-tool-root .lx-pp-choice-item i{
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0B1F3A;
  background: rgba(201,162,39,0.10);
}.tc-wp-tool-root .lx-pp-faq{
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}.tc-wp-tool-root .lx-pp-faq-item{
  background: #FFFFFF;
  border: 1px solid rgba(15,26,46,0.08);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(15, 26, 46, .06);
}.tc-wp-tool-root .lx-pp-faq-question{
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  text-align: left;
  color: #FFFFFF;
  background: #0B1F3A;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}.tc-wp-tool-root .lx-pp-faq-question i{
  color: #D4AF37;
  transition: transform .25s ease;
}.tc-wp-tool-root .lx-pp-faq-item.lx-pp-open .lx-pp-faq-question i{
  transform: rotate(180deg);
}.tc-wp-tool-root .lx-pp-faq-answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height .32s ease;
}.tc-wp-tool-root .lx-pp-faq-answer p{
  color: #4B5563;
  line-height: 1.75;
  margin: 0;
  padding: 22px 24px;
}.tc-wp-tool-root .lx-pp-cta{
  position: relative;
  padding: 120px 0;
  background: linear-gradient(145deg, #0A0F18 0%, #0B1F3A 50%, #0A0F18 100%), url("https://images.unsplash.com/photo-1505664194779-8beaceb93744?auto=format&fit=crop&w=1920&q=90") center/cover no-repeat;
  overflow: hidden;
}.tc-wp-tool-root .lx-pp-cta-content{
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-tool-root .lx-pp-cta h2{
  color: #FFFFFF;
  font-size: clamp(36px, 5vw, 58px);
  margin: 24px 0 18px;
}.tc-wp-tool-root .lx-pp-cta p{
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.75;
  margin: 0 auto;
  max-width: 760px;
}@media (max-width: 1350px) {.tc-wp-tool-root .lx-pp-container{
    max-width: 100%;
  }}@media (max-width: 1200px) {.tc-wp-tool-root .lx-pp-overview-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .lx-pp-policy-layout{
    grid-template-columns: 300px minmax(0, 1fr);
  }}@media (max-width: 1024px) {.tc-wp-tool-root .lx-pp-policy-layout, .tc-wp-tool-root .lx-pp-choice-layout{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-pp-sidebar{
    position: static;
  }.tc-wp-tool-root .lx-pp-toc{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-tool-root .lx-pp-choice-copy{
    max-width: 100%;
  }}@media (max-width: 991px) {.tc-wp-tool-root .lx-pp-hero{
    min-height: auto;
  }.tc-wp-tool-root .lx-pp-summary-grid{
    grid-template-columns: 1fr;
  }}@media (max-width: 768px) {.tc-wp-tool-root .lx-pp-container{
    padding-left: 18px;
    padding-right: 18px;
  }.tc-wp-tool-root .lx-pp-hero-content{
    padding: 90px 0;
  }.tc-wp-tool-root .lx-pp-overview, .tc-wp-tool-root .lx-pp-policy-area, .tc-wp-tool-root .lx-pp-summary, .tc-wp-tool-root .lx-pp-user-choices, .tc-wp-tool-root .lx-pp-faq-section, .tc-wp-tool-root .lx-pp-cta{
    padding: 72px 0;
  }.tc-wp-tool-root .lx-pp-overview-grid, .tc-wp-tool-root .lx-pp-list, .tc-wp-tool-root .lx-pp-toc{
    grid-template-columns: 1fr;
  }.tc-wp-tool-root .lx-pp-policy-card{
    padding: 30px 22px;
  }.tc-wp-tool-root .lx-pp-hero-actions{
    align-items: stretch;
    flex-direction: column;
  }.tc-wp-tool-root .lx-pp-btn{
    width: 100%;
  }}@media (max-width: 576px) {.tc-wp-tool-root .lx-pp-hero p, .tc-wp-tool-root .lx-pp-section-head p, .tc-wp-tool-root .lx-pp-choice-copy p{
    font-size: 16px;
  }.tc-wp-tool-root .lx-pp-trust-row{
    align-items: stretch;
    flex-direction: column;
  }.tc-wp-tool-root .lx-pp-trust-row span{
    justify-content: center;
  }.tc-wp-tool-root .lx-pp-faq-question{
    padding: 19px 18px;
    font-size: 15px;
  }.tc-wp-tool-root .lx-pp-faq-answer p{
    padding: 19px 18px;
  }.tc-wp-tool-root .lx-pp-choice-image{
    height: 230px;
  }}@media (max-width: 480px) {.tc-wp-tool-root .lx-pp-container{
    padding-left: 16px;
    padding-right: 16px;
  }.tc-wp-tool-root .lx-pp-overview-card, .tc-wp-tool-root .lx-pp-summary-card{
    padding: 26px 20px;
  }.tc-wp-tool-root .lx-pp-sidebar-inner{
    padding: 22px 18px;
  }.tc-wp-tool-root .lx-pp-note{
    flex-direction: column;
  }}@media (max-width: 375px) {.tc-wp-tool-root .lx-pp-hero h1{
    font-size: 36px;
  }.tc-wp-tool-root .lx-pp-section-head h2, .tc-wp-tool-root .lx-pp-choice-copy h2, .tc-wp-tool-root .lx-pp-cta h2{
    font-size: 31px;
  }.tc-wp-tool-root .lx-pp-policy-card h2{
    font-size: 26px;
  }}.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;
}