@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-8 .tc-wp-content-root img, .wpc-scope-8 .tc-wp-content-root video, .wpc-scope-8 .tc-wp-content-root svg, .wpc-scope-8 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content div, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content section, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content article{
  box-sizing: border-box;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-section-white{
  background: #ffffff;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-section-soft{
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 77, 141, 0.08), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(126, 87, 255, 0.08), transparent 34%),
    #fbf8fc;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 77, 141, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.11), rgba(126, 87, 255, 0.11));
  color: #9d2566;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-section-head h2{
  margin: 0;
  color: #111827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.14;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-section-head p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #5e6677;
  font-weight: 450;
  line-height: 1.75;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-card-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-card, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-trust-card, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-step-card{
  position: relative;
  min-width: 0;
  border: 1px solid rgba(28, 36, 55, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(22, 28, 45, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-card{
  height: 100%;
  border-radius: 22px;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-card::before, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-trust-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.36), rgba(255, 178, 70, 0.18), rgba(126, 87, 255, 0.32));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-card:hover, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-trust-card:hover, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(255, 77, 141, 0.2);
  box-shadow: 0 24px 60px rgba(22, 28, 45, 0.12);
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-card:hover::before, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-trust-card:hover::before{
  opacity: 1;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-card h3, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-trust-card h3, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-step-copy h3{
  margin: 0;
  color: #151d2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-card p, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-trust-card p, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-step-copy p, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-note p{
  margin: 10px 0 0;
  color: #626b7c;
  font-weight: 450;
  line-height: 1.7;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon{
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff4d8d, #ffb246 48%, #7e57ff);
  box-shadow: 0 14px 28px rgba(255, 77, 141, 0.22);
  position: relative;
  transition: transform 220ms ease;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-card:hover .ighv-icon{
  transform: translateY(-2px) rotate(-2deg);
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon::before, .wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon::after{
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon-view::before{
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon-view::after{
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #ff4d8d;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon-speed::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 999px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.88), 0 14px 0 rgba(255, 255, 255, 0.72);
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon-speed::after{
  width: 8px;
  height: 8px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon-preview::before{
  width: 20px;
  height: 24px;
  left: 13px;
  top: 11px;
  border-radius: 6px;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon-preview::after{
  width: 12px;
  height: 3px;
  left: 17px;
  top: 18px;
  border-radius: 999px;
  background: #ff6a9d;
  box-shadow: 0 7px 0 #ff6a9d;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon-simple::before{
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border-radius: 7px;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon-simple::after{
  width: 11px;
  height: 6px;
  left: 18px;
  top: 20px;
  border-left: 3px solid #ff6a9d;
  border-bottom: 3px solid #ff6a9d;
  transform: rotate(-45deg);
  background: transparent;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon-mobile::before{
  width: 17px;
  height: 25px;
  left: 15px;
  top: 10px;
  border-radius: 5px;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon-mobile::after{
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 13px;
  border-radius: 50%;
  background: #ff6a9d;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon-daily::before{
  width: 22px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 6px;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-icon-daily::after{
  width: 4px;
  height: 4px;
  left: 17px;
  top: 20px;
  border-radius: 50%;
  background: #ff6a9d;
  box-shadow: 7px 0 0 #ff6a9d, 14px 0 0 #ff6a9d, 0 7px 0 #ff6a9d, 7px 7px 0 #ff6a9d;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-steps{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff4d8d, #ffb246 50%, #7e57ff);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 15px 32px rgba(255, 77, 141, 0.24);
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at top right, rgba(126, 87, 255, 0.12), transparent 42%);
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-badge-dot{
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4d8d, #7e57ff);
  box-shadow: 0 0 0 8px rgba(255, 77, 141, 0.08);
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-trust-card{
  height: 100%;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 18% 12%, rgba(255, 178, 70, 0.16), transparent 38%);
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-trust-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.14), rgba(126, 87, 255, 0.14));
  border: 1px solid rgba(255, 77, 141, 0.18);
  position: relative;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-trust-mark::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 8px;
  left: 14px;
  top: 16px;
  border-left: 3px solid #d72d78;
  border-bottom: 3px solid #d72d78;
  transform: rotate(-45deg);
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-note{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(215, 45, 120, 0.18);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.08), rgba(255, 178, 70, 0.08), rgba(126, 87, 255, 0.08));
  text-align: center;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-note p{
  margin: 0;
  color: #3f4859;
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-8 .tc-wp-content-root .ighv-premium-content .ighv-reveal.ighv-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ighv-premium-content .ighv-section{
    padding: 52px 0;
  }.tc-wp-content-root .ighv-premium-content .ighv-container{
    padding: 0 14px;
  }.tc-wp-content-root .ighv-premium-content .ighv-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .ighv-premium-content .ighv-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card, .tc-wp-content-root .ighv-premium-content .ighv-trust-card{
    padding: 22px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card h3, .tc-wp-content-root .ighv-premium-content .ighv-trust-card h3, .tc-wp-content-root .ighv-premium-content .ighv-step-copy h3{
    font-size: 18px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card p, .tc-wp-content-root .ighv-premium-content .ighv-trust-card p, .tc-wp-content-root .ighv-premium-content .ighv-step-copy p, .tc-wp-content-root .ighv-premium-content .ighv-note p{
    font-size: 14px;
  }.tc-wp-content-root .ighv-premium-content .ighv-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ighv-premium-content .ighv-step-card{
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 16px;
  }.tc-wp-content-root .ighv-premium-content .ighv-step-number{
    width: 58px;
    height: 58px;
    border-radius: 17px;
    font-size: 18px;
  }.tc-wp-content-root .ighv-premium-content .ighv-note{
    margin-top: 26px;
    padding: 20px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ighv-premium-content .ighv-section{
    padding: 58px 0;
  }.tc-wp-content-root .ighv-premium-content .ighv-container{
    padding: 0 18px;
  }.tc-wp-content-root .ighv-premium-content .ighv-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .ighv-premium-content .ighv-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card, .tc-wp-content-root .ighv-premium-content .ighv-trust-card{
    padding: 24px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card h3, .tc-wp-content-root .ighv-premium-content .ighv-trust-card h3, .tc-wp-content-root .ighv-premium-content .ighv-step-copy h3{
    font-size: 19px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card p, .tc-wp-content-root .ighv-premium-content .ighv-trust-card p, .tc-wp-content-root .ighv-premium-content .ighv-step-copy p, .tc-wp-content-root .ighv-premium-content .ighv-note p{
    font-size: 15px;
  }.tc-wp-content-root .ighv-premium-content .ighv-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ighv-premium-content .ighv-step-card{
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 16px;
  }.tc-wp-content-root .ighv-premium-content .ighv-step-number{
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 19px;
  }.tc-wp-content-root .ighv-premium-content .ighv-note{
    margin-top: 30px;
    padding: 22px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ighv-premium-content .ighv-section{
    padding: 64px 0;
  }.tc-wp-content-root .ighv-premium-content .ighv-container{
    padding: 0 22px;
  }.tc-wp-content-root .ighv-premium-content .ighv-section-head h2{
    font-size: 31px;
  }.tc-wp-content-root .ighv-premium-content .ighv-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card, .tc-wp-content-root .ighv-premium-content .ighv-trust-card{
    padding: 26px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card h3, .tc-wp-content-root .ighv-premium-content .ighv-trust-card h3, .tc-wp-content-root .ighv-premium-content .ighv-step-copy h3{
    font-size: 20px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card p, .tc-wp-content-root .ighv-premium-content .ighv-trust-card p, .tc-wp-content-root .ighv-premium-content .ighv-step-copy p, .tc-wp-content-root .ighv-premium-content .ighv-note p{
    font-size: 15px;
  }.tc-wp-content-root .ighv-premium-content .ighv-steps{
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .ighv-premium-content .ighv-step-card{
    grid-template-columns: 1fr;
    padding: 26px;
    gap: 18px;
  }.tc-wp-content-root .ighv-premium-content .ighv-step-number{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 20px;
  }.tc-wp-content-root .ighv-premium-content .ighv-note{
    margin-top: 34px;
    padding: 24px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ighv-premium-content .ighv-section{
    padding: 76px 0;
  }.tc-wp-content-root .ighv-premium-content .ighv-container{
    padding: 0 30px;
  }.tc-wp-content-root .ighv-premium-content .ighv-section-head h2{
    font-size: 38px;
  }.tc-wp-content-root .ighv-premium-content .ighv-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card, .tc-wp-content-root .ighv-premium-content .ighv-trust-card{
    padding: 28px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card h3, .tc-wp-content-root .ighv-premium-content .ighv-trust-card h3, .tc-wp-content-root .ighv-premium-content .ighv-step-copy h3{
    font-size: 21px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card p, .tc-wp-content-root .ighv-premium-content .ighv-trust-card p, .tc-wp-content-root .ighv-premium-content .ighv-step-copy p, .tc-wp-content-root .ighv-premium-content .ighv-note p{
    font-size: 16px;
  }.tc-wp-content-root .ighv-premium-content .ighv-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .ighv-premium-content .ighv-step-card{
    padding: 28px;
    gap: 22px;
  }.tc-wp-content-root .ighv-premium-content .ighv-step-number{
    width: 74px;
    height: 74px;
    border-radius: 22px;
    font-size: 22px;
  }.tc-wp-content-root .ighv-premium-content .ighv-note{
    margin-top: 38px;
    padding: 26px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ighv-premium-content .ighv-section{
    padding: 92px 0;
  }.tc-wp-content-root .ighv-premium-content .ighv-container{
    padding: 0 32px;
  }.tc-wp-content-root .ighv-premium-content .ighv-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .ighv-premium-content .ighv-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card-grid{
    gap: 24px;
    margin-top: 50px;
  }.tc-wp-content-root .ighv-premium-content .ighv-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ighv-premium-content .ighv-card, .tc-wp-content-root .ighv-premium-content .ighv-trust-card{
    padding: 30px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card h3, .tc-wp-content-root .ighv-premium-content .ighv-trust-card h3, .tc-wp-content-root .ighv-premium-content .ighv-step-copy h3{
    font-size: 22px;
  }.tc-wp-content-root .ighv-premium-content .ighv-card p, .tc-wp-content-root .ighv-premium-content .ighv-trust-card p, .tc-wp-content-root .ighv-premium-content .ighv-step-copy p, .tc-wp-content-root .ighv-premium-content .ighv-note p{
    font-size: 16px;
  }.tc-wp-content-root .ighv-premium-content .ighv-steps{
    gap: 22px;
    margin-top: 50px;
  }.tc-wp-content-root .ighv-premium-content .ighv-step-card{
    padding: 30px;
    gap: 26px;
  }.tc-wp-content-root .ighv-premium-content .ighv-step-number{
    width: 82px;
    height: 82px;
    border-radius: 24px;
    font-size: 24px;
  }.tc-wp-content-root .ighv-premium-content .ighv-note{
    margin-top: 42px;
    padding: 28px 34px;
  }}