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

.ig-thumb-viewer-editorial {
  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.5;
  background: #ffffff;
}

.ig-thumb-viewer-editorial .ig-tv-section {
  position: relative;
  width: 100%;
}

.ig-thumb-viewer-editorial .ig-tv-section-white {
  background: #ffffff;
}

.ig-thumb-viewer-editorial .ig-tv-section-soft {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 76, 127, 0.08), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(124, 58, 237, 0.08), transparent 30%),
    #fbfafc;
}

.ig-thumb-viewer-editorial .ig-tv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

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

.ig-thumb-viewer-editorial .ig-tv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  margin-bottom: 14px;
  border: 1px solid rgba(225, 48, 108, 0.22);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.1), rgba(131, 58, 180, 0.1));
  color: #9f1d67;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.ig-thumb-viewer-editorial .ig-tv-heading h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.ig-thumb-viewer-editorial .ig-tv-heading p {
  margin: 14px auto 0;
  color: #5b6475;
  line-height: 1.7;
}

.ig-thumb-viewer-editorial .ig-tv-grid {
  display: grid;
  align-items: stretch;
}

.ig-thumb-viewer-editorial .ig-tv-card,
.ig-thumb-viewer-editorial .ig-tv-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ig-thumb-viewer-editorial .ig-tv-card::before,
.ig-thumb-viewer-editorial .ig-tv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.12), rgba(253, 193, 53, 0.08), rgba(131, 58, 180, 0.1));
  opacity: 0;
  transition: opacity 220ms ease;
}

.ig-thumb-viewer-editorial .ig-tv-card:hover,
.ig-thumb-viewer-editorial .ig-tv-trust-card:hover,
.ig-thumb-viewer-editorial .ig-tv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(225, 48, 108, 0.24);
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.12);
}

.ig-thumb-viewer-editorial .ig-tv-card:hover::before,
.ig-thumb-viewer-editorial .ig-tv-trust-card:hover::before {
  opacity: 1;
}

.ig-thumb-viewer-editorial .ig-tv-card h3,
.ig-thumb-viewer-editorial .ig-tv-step-card h3,
.ig-thumb-viewer-editorial .ig-tv-trust-card h3 {
  position: relative;
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.ig-thumb-viewer-editorial .ig-tv-card p,
.ig-thumb-viewer-editorial .ig-tv-step-card p,
.ig-thumb-viewer-editorial .ig-tv-trust-card p {
  position: relative;
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.7;
}

.ig-thumb-viewer-editorial .ig-tv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e1306c, #fdc135);
  box-shadow: 0 14px 28px rgba(225, 48, 108, 0.22);
}

.ig-thumb-viewer-editorial .ig-tv-icon::before,
.ig-thumb-viewer-editorial .ig-tv-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.ig-thumb-viewer-editorial .ig-tv-icon-lens::before {
  width: 16px;
  height: 16px;
  left: 13px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}

.ig-thumb-viewer-editorial .ig-tv-icon-lens::after {
  width: 12px;
  height: 3px;
  left: 26px;
  top: 29px;
  border-radius: 8px;
  transform: rotate(45deg);
}

.ig-thumb-viewer-editorial .ig-tv-icon-speed::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 17px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  background: transparent;
}

.ig-thumb-viewer-editorial .ig-tv-icon-speed::after {
  width: 13px;
  height: 3px;
  left: 22px;
  top: 25px;
  border-radius: 8px;
  transform: rotate(-25deg);
}

.ig-thumb-viewer-editorial .ig-tv-icon-frame::before {
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.ig-thumb-viewer-editorial .ig-tv-icon-frame::after {
  width: 8px;
  height: 8px;
  right: 12px;
  top: 12px;
  border-radius: 50%;
}

.ig-thumb-viewer-editorial .ig-tv-icon-flow::before {
  width: 22px;
  height: 3px;
  left: 12px;
  top: 16px;
  border-radius: 8px;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}

.ig-thumb-viewer-editorial .ig-tv-icon-flow::after {
  width: 7px;
  height: 7px;
  right: 12px;
  top: 14px;
  border-radius: 50%;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
}

.ig-thumb-viewer-editorial .ig-tv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.ig-thumb-viewer-editorial .ig-tv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  bottom: 12px;
  border-radius: 50%;
}

.ig-thumb-viewer-editorial .ig-tv-icon-daily::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.ig-thumb-viewer-editorial .ig-tv-icon-daily::after {
  width: 14px;
  height: 3px;
  left: 16px;
  top: 22px;
  border-radius: 8px;
  box-shadow: 0 6px 0 #ffffff;
}

.ig-thumb-viewer-editorial .ig-tv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ig-thumb-viewer-editorial .ig-tv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff, #fff8fb);
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ig-thumb-viewer-editorial .ig-tv-step-card::after {
  content: "";
  position: absolute;
  left: 36px;
  top: calc(100% + 8px);
  width: 2px;
  height: 18px;
  border-radius: 99px;
  background: linear-gradient(180deg, rgba(225, 48, 108, 0.28), rgba(131, 58, 180, 0));
}

.ig-thumb-viewer-editorial .ig-tv-step-card:last-child::after {
  display: none;
}

.ig-thumb-viewer-editorial .ig-tv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #833ab4, #e1306c 54%, #fdc135);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(225, 48, 108, 0.26);
}

.ig-thumb-viewer-editorial .ig-tv-badge {
  position: relative;
  display: inline-flex;
  width: max-content;
  padding: 6px 10px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(225, 48, 108, 0.09);
  color: #a21b61;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.ig-thumb-viewer-editorial .ig-tv-card-use {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(225, 48, 108, 0.24), rgba(253, 193, 53, 0.18), rgba(131, 58, 180, 0.18)) border-box;
  border: 1px solid transparent;
}

.ig-thumb-viewer-editorial .ig-tv-grid-trust {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ig-thumb-viewer-editorial .ig-tv-trust-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.12), rgba(131, 58, 180, 0.12));
  border: 1px solid rgba(225, 48, 108, 0.2);
}

.ig-thumb-viewer-editorial .ig-tv-trust-mark::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #e1306c;
  border-bottom: 3px solid #e1306c;
  transform: rotate(-45deg);
}

.ig-thumb-viewer-editorial [data-ig-tv-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

.ig-thumb-viewer-editorial [data-ig-tv-reveal].ig-tv-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) {
  .ig-thumb-viewer-editorial .ig-tv-section {
    padding: 46px 0;
  }

  .ig-thumb-viewer-editorial .ig-tv-container {
    padding: 0 14px;
  }

  .ig-thumb-viewer-editorial .ig-tv-heading h2 {
    font-size: 25px;
  }

  .ig-thumb-viewer-editorial .ig-tv-heading p {
    font-size: 14px;
  }

  .ig-thumb-viewer-editorial .ig-tv-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }

  .ig-thumb-viewer-editorial .ig-tv-card,
  .ig-thumb-viewer-editorial .ig-tv-trust-card {
    padding: 22px;
  }

  .ig-thumb-viewer-editorial .ig-tv-card h3,
  .ig-thumb-viewer-editorial .ig-tv-step-card h3,
  .ig-thumb-viewer-editorial .ig-tv-trust-card h3 {
    font-size: 18px;
  }

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

  .ig-thumb-viewer-editorial .ig-tv-steps {
    gap: 14px;
    margin-top: 26px;
  }

  .ig-thumb-viewer-editorial .ig-tv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .ig-thumb-viewer-editorial .ig-tv-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ig-thumb-viewer-editorial .ig-tv-section {
    padding: 52px 0;
  }

  .ig-thumb-viewer-editorial .ig-tv-container {
    padding: 0 18px;
  }

  .ig-thumb-viewer-editorial .ig-tv-heading h2 {
    font-size: 28px;
  }

  .ig-thumb-viewer-editorial .ig-tv-heading p {
    font-size: 15px;
  }

  .ig-thumb-viewer-editorial .ig-tv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .ig-thumb-viewer-editorial .ig-tv-card,
  .ig-thumb-viewer-editorial .ig-tv-trust-card {
    padding: 24px;
  }

  .ig-thumb-viewer-editorial .ig-tv-card h3,
  .ig-thumb-viewer-editorial .ig-tv-step-card h3,
  .ig-thumb-viewer-editorial .ig-tv-trust-card h3 {
    font-size: 19px;
  }

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

  .ig-thumb-viewer-editorial .ig-tv-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .ig-thumb-viewer-editorial .ig-tv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

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

@media (min-width: 430px) and (max-width: 767px) {
  .ig-thumb-viewer-editorial .ig-tv-section {
    padding: 58px 0;
  }

  .ig-thumb-viewer-editorial .ig-tv-container {
    padding: 0 22px;
  }

  .ig-thumb-viewer-editorial .ig-tv-heading h2 {
    font-size: 31px;
  }

  .ig-thumb-viewer-editorial .ig-tv-heading p {
    font-size: 16px;
  }

  .ig-thumb-viewer-editorial .ig-tv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .ig-thumb-viewer-editorial .ig-tv-card,
  .ig-thumb-viewer-editorial .ig-tv-trust-card {
    padding: 26px;
  }

  .ig-thumb-viewer-editorial .ig-tv-card h3,
  .ig-thumb-viewer-editorial .ig-tv-step-card h3,
  .ig-thumb-viewer-editorial .ig-tv-trust-card h3 {
    font-size: 20px;
  }

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

  .ig-thumb-viewer-editorial .ig-tv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .ig-thumb-viewer-editorial .ig-tv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .ig-thumb-viewer-editorial .ig-tv-step-number {
    width: 60px;
    height: 60px;
    font-size: 19px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ig-thumb-viewer-editorial .ig-tv-section {
    padding: 74px 0;
  }

  .ig-thumb-viewer-editorial .ig-tv-container {
    padding: 0 30px;
  }

  .ig-thumb-viewer-editorial .ig-tv-heading h2 {
    font-size: 38px;
  }

  .ig-thumb-viewer-editorial .ig-tv-heading p {
    font-size: 17px;
  }

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

  .ig-thumb-viewer-editorial .ig-tv-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ig-thumb-viewer-editorial .ig-tv-card,
  .ig-thumb-viewer-editorial .ig-tv-trust-card {
    padding: 28px;
  }

  .ig-thumb-viewer-editorial .ig-tv-card h3,
  .ig-thumb-viewer-editorial .ig-tv-step-card h3,
  .ig-thumb-viewer-editorial .ig-tv-trust-card h3 {
    font-size: 21px;
  }

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

  .ig-thumb-viewer-editorial .ig-tv-steps {
    gap: 20px;
    margin-top: 42px;
  }

  .ig-thumb-viewer-editorial .ig-tv-step-card {
    gap: 22px;
    padding: 30px;
  }

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

@media (min-width: 1024px) {
  .ig-thumb-viewer-editorial .ig-tv-section {
    padding: 88px 0;
  }

  .ig-thumb-viewer-editorial .ig-tv-container {
    padding: 0 32px;
  }

  .ig-thumb-viewer-editorial .ig-tv-heading h2 {
    font-size: 44px;
  }

  .ig-thumb-viewer-editorial .ig-tv-heading p {
    font-size: 18px;
  }

  .ig-thumb-viewer-editorial .ig-tv-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .ig-thumb-viewer-editorial .ig-tv-grid-3,
  .ig-thumb-viewer-editorial .ig-tv-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ig-thumb-viewer-editorial .ig-tv-card,
  .ig-thumb-viewer-editorial .ig-tv-trust-card {
    padding: 30px;
  }

  .ig-thumb-viewer-editorial .ig-tv-card h3,
  .ig-thumb-viewer-editorial .ig-tv-step-card h3,
  .ig-thumb-viewer-editorial .ig-tv-trust-card h3 {
    font-size: 22px;
  }

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

  .ig-thumb-viewer-editorial .ig-tv-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .ig-thumb-viewer-editorial .ig-tv-step-card {
    gap: 26px;
    padding: 34px;
  }

  .ig-thumb-viewer-editorial .ig-tv-step-number {
    width: 72px;
    height: 72px;
    font-size: 22px;
  }
}