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

.ig-incognito-editorial {
  width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.ig-incognito-editorial,
.ig-incognito-editorial div,
.ig-incognito-editorial section,
.ig-incognito-editorial article {
  box-sizing: border-box;
}

.ig-incognito-editorial .ig-incognito-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ig-incognito-editorial .ig-incognito-section-white {
  background: #ffffff;
}

.ig-incognito-editorial .ig-incognito-section-soft {
  background:
    radial-gradient(circle at top left, rgba(244, 92, 148, 0.08), transparent 34%),
    radial-gradient(circle at bottom right, rgba(118, 79, 245, 0.08), transparent 34%),
    #fbfafc;
}

.ig-incognito-editorial .ig-incognito-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ig-incognito-editorial .ig-incognito-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ig-incognito-editorial .ig-incognito-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(225, 63, 132, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 107, 139, 0.1), rgba(119, 84, 246, 0.1));
  color: #b32f72;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}

.ig-incognito-editorial .ig-incognito-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6b8b, #7754f6);
  box-shadow: 0 0 0 4px rgba(255, 107, 139, 0.12);
}

.ig-incognito-editorial h2 {
  margin: 0;
  color: #151827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ig-incognito-editorial .ig-incognito-heading p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #5e6576;
  line-height: 1.7;
}

.ig-incognito-editorial .ig-incognito-grid {
  display: grid;
  align-items: stretch;
}

.ig-incognito-editorial .ig-incognito-card,
.ig-incognito-editorial .ig-incognito-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(28, 32, 48, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(29, 34, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ig-incognito-editorial .ig-incognito-card::after,
.ig-incognito-editorial .ig-incognito-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 107, 139, 0.16), rgba(119, 84, 246, 0.12));
  opacity: 0;
  transition: opacity 260ms ease;
}

.ig-incognito-editorial .ig-incognito-card:hover,
.ig-incognito-editorial .ig-incognito-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 63, 132, 0.2);
  box-shadow: 0 24px 62px rgba(29, 34, 54, 0.13);
}

.ig-incognito-editorial .ig-incognito-card:hover::after,
.ig-incognito-editorial .ig-incognito-trust-card:hover::after {
  opacity: 1;
}

.ig-incognito-editorial .ig-incognito-icon {
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff6b8b, #7754f6);
  box-shadow: 0 12px 26px rgba(170, 64, 166, 0.24);
  transition: transform 260ms ease;
}

.ig-incognito-editorial .ig-incognito-card:hover .ig-incognito-icon {
  transform: translateY(-3px) rotate(-2deg);
}

.ig-incognito-editorial .ig-incognito-icon::before,
.ig-incognito-editorial .ig-incognito-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.ig-incognito-editorial .ig-icon-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.ig-incognito-editorial .ig-icon-view::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 999px;
  background: #ffffff;
}

.ig-incognito-editorial .ig-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  border-left-color: transparent;
}

.ig-incognito-editorial .ig-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 22px;
  top: 22px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-34deg);
  transform-origin: left center;
}

.ig-incognito-editorial .ig-icon-preview::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.ig-incognito-editorial .ig-icon-preview::after {
  width: 12px;
  height: 2px;
  left: 17px;
  top: 23px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 5px 0 rgba(255, 255, 255, 0.82);
}

.ig-incognito-editorial .ig-icon-steps::before {
  width: 5px;
  height: 5px;
  left: 14px;
  top: 14px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.ig-incognito-editorial .ig-icon-steps::after {
  width: 14px;
  height: 2px;
  left: 24px;
  top: 16px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 8px 0 rgba(255, 255, 255, 0.82), 0 16px 0 rgba(255, 255, 255, 0.72);
}

.ig-incognito-editorial .ig-icon-mobile::before {
  width: 17px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.ig-incognito-editorial .ig-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 13px;
  border-radius: 999px;
  background: #ffffff;
}

.ig-incognito-editorial .ig-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 2px solid #ffffff;
  border-radius: 999px;
}

.ig-incognito-editorial .ig-icon-daily::after {
  width: 10px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.ig-incognito-editorial h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #191d2e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ig-incognito-editorial .ig-incognito-card p,
.ig-incognito-editorial .ig-incognito-trust-card p,
.ig-incognito-editorial .ig-incognito-step p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #626a7c;
  line-height: 1.68;
}

.ig-incognito-editorial .ig-incognito-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ig-incognito-editorial .ig-incognito-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(28, 32, 48, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 253, 0.9));
  box-shadow: 0 18px 48px rgba(29, 34, 54, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ig-incognito-editorial .ig-incognito-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #ff6b8b, #7754f6);
}

.ig-incognito-editorial .ig-incognito-step:hover {
  transform: translateX(4px);
  border-color: rgba(119, 84, 246, 0.2);
  box-shadow: 0 24px 58px rgba(29, 34, 54, 0.12);
}

.ig-incognito-editorial .ig-incognito-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #171a2a;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(23, 26, 42, 0.18);
}

.ig-incognito-editorial .ig-incognito-card-lined {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 107, 139, 0.34), rgba(119, 84, 246, 0.22)) border-box;
  border: 1px solid transparent;
}

.ig-incognito-editorial .ig-incognito-card-lined::before {
  content: "";
  display: block;
  width: 38px;
  height: 5px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff6b8b, #7754f6);
}

.ig-incognito-editorial .ig-incognito-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 107, 139, 0.1);
  color: #b32f72;
  font-size: 12px;
  font-weight: 820;
  line-height: 1;
}

.ig-incognito-editorial .ig-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ig-incognito-editorial .ig-reveal.ig-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) {
  .ig-incognito-editorial .ig-incognito-section {
    padding: 54px 0;
  }

  .ig-incognito-editorial .ig-incognito-container {
    padding: 0 14px;
  }

  .ig-incognito-editorial h2 {
    font-size: 27px;
  }

  .ig-incognito-editorial .ig-incognito-heading p {
    font-size: 15px;
  }

  .ig-incognito-editorial .ig-incognito-grid,
  .ig-incognito-editorial .ig-incognito-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .ig-incognito-editorial .ig-incognito-card,
  .ig-incognito-editorial .ig-incognito-trust-card {
    padding: 22px;
  }

  .ig-incognito-editorial h3 {
    font-size: 18px;
  }

  .ig-incognito-editorial .ig-incognito-card p,
  .ig-incognito-editorial .ig-incognito-trust-card p,
  .ig-incognito-editorial .ig-incognito-step p {
    font-size: 14px;
  }

  .ig-incognito-editorial .ig-incognito-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .ig-incognito-editorial .ig-incognito-step-number {
    width: 50px;
    height: 50px;
    font-size: 17px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ig-incognito-editorial .ig-incognito-section {
    padding: 60px 0;
  }

  .ig-incognito-editorial .ig-incognito-container {
    padding: 0 18px;
  }

  .ig-incognito-editorial h2 {
    font-size: 30px;
  }

  .ig-incognito-editorial .ig-incognito-heading p {
    font-size: 15.5px;
  }

  .ig-incognito-editorial .ig-incognito-grid,
  .ig-incognito-editorial .ig-incognito-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .ig-incognito-editorial .ig-incognito-card,
  .ig-incognito-editorial .ig-incognito-trust-card {
    padding: 24px;
  }

  .ig-incognito-editorial h3 {
    font-size: 19px;
  }

  .ig-incognito-editorial .ig-incognito-card p,
  .ig-incognito-editorial .ig-incognito-trust-card p,
  .ig-incognito-editorial .ig-incognito-step p {
    font-size: 14.5px;
  }

  .ig-incognito-editorial .ig-incognito-step {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .ig-incognito-editorial .ig-incognito-step-number {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ig-incognito-editorial .ig-incognito-section {
    padding: 66px 0;
  }

  .ig-incognito-editorial .ig-incognito-container {
    padding: 0 22px;
  }

  .ig-incognito-editorial h2 {
    font-size: 34px;
  }

  .ig-incognito-editorial .ig-incognito-heading p {
    font-size: 16px;
  }

  .ig-incognito-editorial .ig-incognito-grid,
  .ig-incognito-editorial .ig-incognito-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

  .ig-incognito-editorial .ig-incognito-card,
  .ig-incognito-editorial .ig-incognito-trust-card {
    padding: 26px;
  }

  .ig-incognito-editorial h3 {
    font-size: 20px;
  }

  .ig-incognito-editorial .ig-incognito-card p,
  .ig-incognito-editorial .ig-incognito-trust-card p,
  .ig-incognito-editorial .ig-incognito-step p {
    font-size: 15px;
  }

  .ig-incognito-editorial .ig-incognito-step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .ig-incognito-editorial .ig-incognito-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ig-incognito-editorial .ig-incognito-section {
    padding: 82px 0;
  }

  .ig-incognito-editorial .ig-incognito-container {
    padding: 0 30px;
  }

  .ig-incognito-editorial h2 {
    font-size: 42px;
  }

  .ig-incognito-editorial .ig-incognito-heading p {
    font-size: 17px;
  }

  .ig-incognito-editorial .ig-incognito-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

  .ig-incognito-editorial .ig-incognito-steps {
    gap: 20px;
    margin-top: 44px;
  }

  .ig-incognito-editorial .ig-incognito-card,
  .ig-incognito-editorial .ig-incognito-trust-card {
    padding: 28px;
  }

  .ig-incognito-editorial h3 {
    font-size: 20px;
  }

  .ig-incognito-editorial .ig-incognito-card p,
  .ig-incognito-editorial .ig-incognito-trust-card p,
  .ig-incognito-editorial .ig-incognito-step p {
    font-size: 15.5px;
  }

  .ig-incognito-editorial .ig-incognito-step {
    gap: 22px;
    padding: 28px 30px;
  }

  .ig-incognito-editorial .ig-incognito-step-number {
    width: 62px;
    height: 62px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .ig-incognito-editorial .ig-incognito-section {
    padding: 96px 0;
  }

  .ig-incognito-editorial .ig-incognito-container {
    padding: 0 32px;
  }

  .ig-incognito-editorial h2 {
    font-size: 48px;
  }

  .ig-incognito-editorial .ig-incognito-heading p {
    font-size: 18px;
  }

  .ig-incognito-editorial .ig-incognito-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 50px;
  }

  .ig-incognito-editorial .ig-incognito-steps {
    gap: 22px;
    margin-top: 50px;
  }

  .ig-incognito-editorial .ig-incognito-card,
  .ig-incognito-editorial .ig-incognito-trust-card {
    padding: 30px;
  }

  .ig-incognito-editorial h3 {
    font-size: 21px;
  }

  .ig-incognito-editorial .ig-incognito-card p,
  .ig-incognito-editorial .ig-incognito-trust-card p,
  .ig-incognito-editorial .ig-incognito-step p {
    font-size: 16px;
  }

  .ig-incognito-editorial .ig-incognito-step {
    gap: 26px;
    padding: 30px 34px;
  }

  .ig-incognito-editorial .ig-incognito-step-number {
    width: 66px;
    height: 66px;
    font-size: 20px;
  }
}