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

.igviewer-editorial-sections {
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #172033;
  background: #ffffff;
}

.igviewer-editorial-sections,
.igviewer-editorial-sections div,
.igviewer-editorial-sections section,
.igviewer-editorial-sections article,
.igviewer-editorial-sections span,
.igviewer-editorial-sections h2,
.igviewer-editorial-sections h3,
.igviewer-editorial-sections p {
  box-sizing: border-box;
}

.igviewer-editorial-sections .igviewer-section {
  position: relative;
  width: 100%;
}

.igviewer-editorial-sections .igviewer-section-white {
  background: #ffffff;
}

.igviewer-editorial-sections .igviewer-section-soft {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 55, 132, 0.08), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(124, 58, 237, 0.08), transparent 30%),
    #fbfafc;
}

.igviewer-editorial-sections .igviewer-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.igviewer-editorial-sections .igviewer-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.igviewer-editorial-sections .igviewer-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(225, 48, 108, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.1), rgba(131, 58, 180, 0.1), rgba(252, 175, 69, 0.12));
  color: #9d245e;
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
}

.igviewer-editorial-sections .igviewer-heading h2 {
  margin: 0;
  color: #141827;
  font-weight: 820;
  line-height: 1.12;
  letter-spacing: 0;
}

.igviewer-editorial-sections .igviewer-heading p {
  margin: 16px auto 0;
  color: #586174;
  font-weight: 430;
  line-height: 1.72;
  letter-spacing: 0;
}

.igviewer-editorial-sections .igviewer-card-grid {
  display: grid;
  align-items: stretch;
}

.igviewer-editorial-sections .igviewer-card,
.igviewer-editorial-sections .igviewer-trust-card,
.igviewer-editorial-sections .igviewer-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(28, 35, 56, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(31, 33, 46, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.igviewer-editorial-sections .igviewer-card {
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}

.igviewer-editorial-sections .igviewer-card::before,
.igviewer-editorial-sections .igviewer-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(225, 48, 108, 0.12), transparent 34%, rgba(252, 175, 69, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}

.igviewer-editorial-sections .igviewer-card:hover,
.igviewer-editorial-sections .igviewer-trust-card:hover,
.igviewer-editorial-sections .igviewer-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(225, 48, 108, 0.2);
  box-shadow: 0 24px 65px rgba(31, 33, 46, 0.12);
}

.igviewer-editorial-sections .igviewer-card:hover::before,
.igviewer-editorial-sections .igviewer-trust-card:hover::before {
  opacity: 1;
}

.igviewer-editorial-sections .igviewer-card h3,
.igviewer-editorial-sections .igviewer-trust-card h3,
.igviewer-editorial-sections .igviewer-step-card h3 {
  position: relative;
  margin: 0;
  color: #151a2a;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.igviewer-editorial-sections .igviewer-card p,
.igviewer-editorial-sections .igviewer-trust-card p,
.igviewer-editorial-sections .igviewer-step-card p {
  position: relative;
  margin: 10px 0 0;
  color: #5d6678;
  font-weight: 420;
  line-height: 1.68;
  letter-spacing: 0;
}

.igviewer-editorial-sections .igviewer-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e1306c, #833ab4 58%, #fcaf45);
  box-shadow: 0 12px 26px rgba(225, 48, 108, 0.22);
  transition: transform 260ms ease;
}

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

.igviewer-editorial-sections .igviewer-icon::before,
.igviewer-editorial-sections .igviewer-icon::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
}

.igviewer-editorial-sections .igviewer-icon-view::before {
  width: 22px;
  height: 14px;
  left: 11px;
  top: 15px;
  border-radius: 14px;
}

.igviewer-editorial-sections .igviewer-icon-view::after {
  width: 8px;
  height: 8px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: #833ab4;
}

.igviewer-editorial-sections .igviewer-icon-speed::before {
  width: 22px;
  height: 4px;
  left: 11px;
  top: 15px;
  border-radius: 99px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.85), 0 14px 0 rgba(255, 255, 255, 0.7);
}

.igviewer-editorial-sections .igviewer-icon-preview::before {
  width: 20px;
  height: 18px;
  left: 12px;
  top: 13px;
  border-radius: 6px;
}

.igviewer-editorial-sections .igviewer-icon-preview::after {
  width: 10px;
  height: 3px;
  left: 17px;
  top: 21px;
  border-radius: 99px;
  background: #833ab4;
}

.igviewer-editorial-sections .igviewer-icon-steps::before {
  width: 7px;
  height: 7px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  box-shadow: 0 12px 0 rgba(255, 255, 255, 0.86), 13px 0 0 rgba(255, 255, 255, 0.72), 13px 12px 0 rgba(255, 255, 255, 0.62);
}

.igviewer-editorial-sections .igviewer-icon-mobile::before {
  width: 17px;
  height: 25px;
  left: 14px;
  top: 9px;
  border-radius: 6px;
}

.igviewer-editorial-sections .igviewer-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 20px;
  top: 29px;
  border-radius: 99px;
  background: #833ab4;
}

.igviewer-editorial-sections .igviewer-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}

.igviewer-editorial-sections .igviewer-icon-daily::after {
  width: 11px;
  height: 11px;
  left: 16px;
  top: 16px;
  border-radius: 3px 9px 9px 9px;
  background: #833ab4;
}

.igviewer-editorial-sections .igviewer-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.igviewer-editorial-sections .igviewer-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
}

.igviewer-editorial-sections .igviewer-step-card::after {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, rgba(225, 48, 108, 0.28), transparent);
}

.igviewer-editorial-sections .igviewer-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 840;
  letter-spacing: 0;
  background: linear-gradient(135deg, #e1306c, #833ab4 62%, #fcaf45);
  box-shadow: 0 14px 32px rgba(131, 58, 180, 0.24);
}

.igviewer-editorial-sections .igviewer-step-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.igviewer-editorial-sections .igviewer-badge {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(225, 48, 108, 0.09);
  color: #a32862;
  font-size: 12px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
}

.igviewer-editorial-sections .igviewer-trust-card {
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
}

.igviewer-editorial-sections .igviewer-trust-dot {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #e1306c;
  box-shadow: 0 0 0 8px rgba(225, 48, 108, 0.11), 18px 0 0 #833ab4, 36px 0 0 #fcaf45;
}

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

.igviewer-editorial-sections .igviewer-reveal.igviewer-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .igviewer-editorial-sections .igviewer-section {
    padding: 46px 0;
  }

  .igviewer-editorial-sections .igviewer-container {
    padding: 0 14px;
  }

  .igviewer-editorial-sections .igviewer-heading h2 {
    font-size: 25px;
  }

  .igviewer-editorial-sections .igviewer-heading p {
    font-size: 14px;
  }

  .igviewer-editorial-sections .igviewer-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .igviewer-editorial-sections .igviewer-card,
  .igviewer-editorial-sections .igviewer-trust-card {
    padding: 22px;
  }

  .igviewer-editorial-sections .igviewer-card h3,
  .igviewer-editorial-sections .igviewer-trust-card h3,
  .igviewer-editorial-sections .igviewer-step-card h3 {
    font-size: 18px;
  }

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

  .igviewer-editorial-sections .igviewer-step-list {
    gap: 16px;
    margin-top: 28px;
  }

  .igviewer-editorial-sections .igviewer-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }

  .igviewer-editorial-sections .igviewer-step-card::after {
    display: none;
  }

  .igviewer-editorial-sections .igviewer-step-number {
    width: 56px;
    height: 56px;
    font-size: 17px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .igviewer-editorial-sections .igviewer-section {
    padding: 52px 0;
  }

  .igviewer-editorial-sections .igviewer-container {
    padding: 0 18px;
  }

  .igviewer-editorial-sections .igviewer-heading h2 {
    font-size: 28px;
  }

  .igviewer-editorial-sections .igviewer-heading p {
    font-size: 15px;
  }

  .igviewer-editorial-sections .igviewer-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .igviewer-editorial-sections .igviewer-card,
  .igviewer-editorial-sections .igviewer-trust-card {
    padding: 24px;
  }

  .igviewer-editorial-sections .igviewer-card h3,
  .igviewer-editorial-sections .igviewer-trust-card h3,
  .igviewer-editorial-sections .igviewer-step-card h3 {
    font-size: 19px;
  }

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

  .igviewer-editorial-sections .igviewer-step-list {
    gap: 18px;
    margin-top: 30px;
  }

  .igviewer-editorial-sections .igviewer-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }

  .igviewer-editorial-sections .igviewer-step-card::after {
    display: none;
  }

  .igviewer-editorial-sections .igviewer-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .igviewer-editorial-sections .igviewer-section {
    padding: 58px 0;
  }

  .igviewer-editorial-sections .igviewer-container {
    padding: 0 22px;
  }

  .igviewer-editorial-sections .igviewer-heading h2 {
    font-size: 31px;
  }

  .igviewer-editorial-sections .igviewer-heading p {
    font-size: 16px;
  }

  .igviewer-editorial-sections .igviewer-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .igviewer-editorial-sections .igviewer-card,
  .igviewer-editorial-sections .igviewer-trust-card {
    padding: 26px;
  }

  .igviewer-editorial-sections .igviewer-card h3,
  .igviewer-editorial-sections .igviewer-trust-card h3,
  .igviewer-editorial-sections .igviewer-step-card h3 {
    font-size: 20px;
  }

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

  .igviewer-editorial-sections .igviewer-step-list {
    gap: 20px;
    margin-top: 34px;
  }

  .igviewer-editorial-sections .igviewer-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }

  .igviewer-editorial-sections .igviewer-step-card::after {
    display: none;
  }

  .igviewer-editorial-sections .igviewer-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .igviewer-editorial-sections .igviewer-section {
    padding: 74px 0;
  }

  .igviewer-editorial-sections .igviewer-container {
    padding: 0 30px;
  }

  .igviewer-editorial-sections .igviewer-heading h2 {
    font-size: 38px;
  }

  .igviewer-editorial-sections .igviewer-heading p {
    font-size: 17px;
  }

  .igviewer-editorial-sections .igviewer-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

  .igviewer-editorial-sections .igviewer-card,
  .igviewer-editorial-sections .igviewer-trust-card {
    padding: 28px;
  }

  .igviewer-editorial-sections .igviewer-card h3,
  .igviewer-editorial-sections .igviewer-trust-card h3,
  .igviewer-editorial-sections .igviewer-step-card h3 {
    font-size: 21px;
  }

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

  .igviewer-editorial-sections .igviewer-step-list {
    gap: 22px;
    margin-top: 42px;
  }

  .igviewer-editorial-sections .igviewer-step-card {
    gap: 24px;
    padding: 28px;
  }

  .igviewer-editorial-sections .igviewer-step-number {
    width: 66px;
    height: 66px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .igviewer-editorial-sections .igviewer-section {
    padding: 92px 0;
  }

  .igviewer-editorial-sections .igviewer-container {
    padding: 0 32px;
  }

  .igviewer-editorial-sections .igviewer-heading h2 {
    font-size: 44px;
  }

  .igviewer-editorial-sections .igviewer-heading p {
    font-size: 17px;
  }

  .igviewer-editorial-sections .igviewer-grid-six,
  .igviewer-editorial-sections .igviewer-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .igviewer-editorial-sections .igviewer-card-grid {
    gap: 24px;
    margin-top: 46px;
  }

  .igviewer-editorial-sections .igviewer-card,
  .igviewer-editorial-sections .igviewer-trust-card {
    padding: 30px;
  }

  .igviewer-editorial-sections .igviewer-card h3,
  .igviewer-editorial-sections .igviewer-trust-card h3,
  .igviewer-editorial-sections .igviewer-step-card h3 {
    font-size: 21px;
  }

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

  .igviewer-editorial-sections .igviewer-step-list {
    gap: 22px;
    margin-top: 46px;
  }

  .igviewer-editorial-sections .igviewer-step-card {
    gap: 28px;
    padding: 30px 34px;
  }

  .igviewer-editorial-sections .igviewer-step-number {
    width: 70px;
    height: 70px;
    font-size: 20px;
  }
}