@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-59 .tc-wp-content-root img, .wpc-scope-59 .tc-wp-content-root video, .wpc-scope-59 .tc-wp-content-root svg, .wpc-scope-59 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #171821;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial, .wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial div, .wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial section, .wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial article{
  box-sizing: border-box;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-section{
  position: relative;
  width: 100%;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-section-white{
  background:
    radial-gradient(circle at 12% 0%, rgba(252, 91, 153, 0.08), transparent 32%),
    #ffffff;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-section-soft{
  background:
    radial-gradient(circle at 88% 10%, rgba(109, 80, 255, 0.09), transparent 34%),
    linear-gradient(180deg, #fbfafc 0%, #f7f5f8 100%);
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 12px;
  margin: 0 0 14px;
  border: 1px solid rgba(220, 50, 130, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(252, 91, 153, 0.12), rgba(109, 80, 255, 0.1));
  color: #9d2269;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-heading h2{
  margin: 0;
  color: #15151f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-heading p{
  margin: 16px auto 0;
  max-width: 690px;
  color: #62616d;
  line-height: 1.7;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-grid{
  display: grid;
  width: 100%;
  align-items: stretch;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-card{
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(31, 32, 45, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(34, 26, 52, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(252, 91, 153, 0.16), rgba(109, 80, 255, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-card:hover{
  transform: translateY(-6px);
  border-color: rgba(220, 50, 130, 0.22);
  box-shadow: 0 26px 60px rgba(34, 26, 52, 0.13);
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-card:hover::before{
  opacity: 1;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-card h3{
  position: relative;
  margin: 18px 0 0;
  color: #191923;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-card p{
  position: relative;
  margin: 10px 0 0;
  color: #62616d;
  line-height: 1.65;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff5c93 0%, #a855f7 52%, #4f8cff 100%);
  box-shadow: 0 12px 26px rgba(168, 85, 247, 0.24);
  transition: transform 260ms ease;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-card:hover .igie-icon{
  transform: translateY(-2px) rotate(-3deg);
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon::before, .wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon-view::before{
  width: 24px;
  height: 14px;
  left: 12px;
  top: 17px;
  border-radius: 50%;
  opacity: 0.94;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon-view::after{
  width: 7px;
  height: 7px;
  left: 20.5px;
  top: 20.5px;
  border-radius: 50%;
  background: #a855f7;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon-speed::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: transparent;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon-speed::after{
  width: 14px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 999px;
  transform: rotate(-32deg);
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon-preview::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 15px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon-preview::after{
  width: 14px;
  height: 3px;
  left: 17px;
  top: 23px;
  border-radius: 999px;
  background: #a855f7;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon-steps::before{
  width: 6px;
  height: 6px;
  left: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon-steps::after{
  width: 17px;
  height: 3px;
  left: 24px;
  top: 14.5px;
  border-radius: 999px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 21px;
  top: 32px;
  border-radius: 999px;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon-daily::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-icon-daily::after{
  width: 11px;
  height: 7px;
  left: 19px;
  top: 20px;
  border-left: 3px solid #a855f7;
  border-bottom: 3px solid #a855f7;
  background: transparent;
  transform: rotate(-45deg);
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-steps{
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(31, 32, 45, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 100% 0%, rgba(252, 91, 153, 0.16), transparent 35%);
  box-shadow: 0 18px 46px rgba(34, 26, 52, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-step-card::after{
  content: "";
  position: absolute;
  top: 24px;
  bottom: 24px;
  left: 68px;
  width: 1px;
  background: linear-gradient(180deg, rgba(252, 91, 153, 0.1), rgba(109, 80, 255, 0.35), rgba(252, 91, 153, 0.1));
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(168, 85, 247, 0.22);
  box-shadow: 0 26px 62px rgba(34, 26, 52, 0.12);
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  background: linear-gradient(135deg, #ff5c93 0%, #a855f7 58%, #4f8cff 100%);
  box-shadow: 0 14px 30px rgba(168, 85, 247, 0.25);
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-step-content{
  position: relative;
  z-index: 1;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-step-content h3{
  margin: 0;
  color: #191923;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-step-content p{
  margin: 8px 0 0;
  color: #62616d;
  line-height: 1.65;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 15% 0%, rgba(79, 140, 255, 0.12), transparent 38%);
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-badge{
  position: relative;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 26px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(168, 85, 247, 0.09);
  color: #7b2fc7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 100% 0%, rgba(252, 91, 153, 0.13), transparent 42%);
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-trust-mark{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(252, 91, 153, 0.14), rgba(109, 80, 255, 0.14));
  border: 1px solid rgba(168, 85, 247, 0.18);
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-trust-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 14px;
  top: 15px;
  border-left: 3px solid #a855f7;
  border-bottom: 3px solid #a855f7;
  transform: rotate(-45deg);
  border-radius: 1px;
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-59 .tc-wp-content-root .ig-incognito-editorial .igie-reveal.igie-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .ig-incognito-editorial .igie-section{
    padding: 48px 0;
  }.tc-wp-content-root .ig-incognito-editorial .igie-container{
    padding: 0 14px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-heading p{
    font-size: 14px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-grid{
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-card{
    padding: 20px;
    border-radius: 18px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-card h3, .tc-wp-content-root .ig-incognito-editorial .igie-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-card p, .tc-wp-content-root .ig-incognito-editorial .igie-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-steps{
    gap: 14px;
    margin-top: 28px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-step-card::after{
    display: none;
  }.tc-wp-content-root .ig-incognito-editorial .igie-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .ig-incognito-editorial .igie-section{
    padding: 54px 0;
  }.tc-wp-content-root .ig-incognito-editorial .igie-container{
    padding: 0 18px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-heading p{
    font-size: 15px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-card{
    padding: 22px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-card h3, .tc-wp-content-root .ig-incognito-editorial .igie-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-card p, .tc-wp-content-root .ig-incognito-editorial .igie-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-step-card::after{
    display: none;
  }.tc-wp-content-root .ig-incognito-editorial .igie-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .ig-incognito-editorial .igie-section{
    padding: 62px 0;
  }.tc-wp-content-root .ig-incognito-editorial .igie-container{
    padding: 0 22px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-heading p{
    font-size: 16px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-card{
    padding: 24px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-card h3, .tc-wp-content-root .ig-incognito-editorial .igie-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-card p, .tc-wp-content-root .ig-incognito-editorial .igie-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-steps{
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-step-card::after{
    display: none;
  }.tc-wp-content-root .ig-incognito-editorial .igie-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .ig-incognito-editorial .igie-section{
    padding: 76px 0;
  }.tc-wp-content-root .ig-incognito-editorial .igie-container{
    padding: 0 32px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-heading h2{
    font-size: 39px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ig-incognito-editorial .igie-card{
    padding: 28px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-card h3, .tc-wp-content-root .ig-incognito-editorial .igie-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-card p, .tc-wp-content-root .ig-incognito-editorial .igie-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-steps{
    gap: 20px;
    margin-top: 42px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-step-card{
    gap: 28px;
    padding: 28px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 1024px){.tc-wp-content-root .ig-incognito-editorial .igie-section{
    padding: 92px 0;
  }.tc-wp-content-root .ig-incognito-editorial .igie-container{
    padding: 0 28px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-heading p{
    font-size: 17px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-grid-six, .tc-wp-content-root .ig-incognito-editorial .igie-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ig-incognito-editorial .igie-card{
    padding: 30px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-card h3, .tc-wp-content-root .ig-incognito-editorial .igie-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-card p, .tc-wp-content-root .ig-incognito-editorial .igie-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-steps{
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-step-card{
    gap: 34px;
    padding: 32px 36px;
  }.tc-wp-content-root .ig-incognito-editorial .igie-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }}