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

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

.igtv-editorial-wrap,
.igtv-editorial-wrap div,
.igtv-editorial-wrap section,
.igtv-editorial-wrap article {
  box-sizing: border-box;
}

.igtv-editorial-wrap .igtv-section {
  position: relative;
  width: 100%;
}

.igtv-editorial-wrap .igtv-section-white {
  background: #ffffff;
}

.igtv-editorial-wrap .igtv-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 77, 141, 0.08), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(131, 56, 236, 0.08), transparent 30%),
    #fbfafc;
}

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

.igtv-editorial-wrap .igtv-section-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.igtv-editorial-wrap .igtv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #8a2be2;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.igtv-editorial-wrap .igtv-kicker::before,
.igtv-editorial-wrap .igtv-kicker::after {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #ff4d8d, #8338ec);
}

.igtv-editorial-wrap h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.16;
  letter-spacing: 0;
}

.igtv-editorial-wrap .igtv-section-head p {
  margin: 14px auto 0;
  max-width: 720px;
  color: #5f6878;
  line-height: 1.75;
}

.igtv-editorial-wrap .igtv-card-grid {
  display: grid;
  align-items: stretch;
}

.igtv-editorial-wrap .igtv-card,
.igtv-editorial-wrap .igtv-step-card,
.igtv-editorial-wrap .igtv-trust-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.igtv-editorial-wrap .igtv-card::before,
.igtv-editorial-wrap .igtv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 77, 141, 0.7), rgba(131, 56, 236, 0.65), rgba(255, 190, 11, 0.45));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.igtv-editorial-wrap .igtv-card:hover,
.igtv-editorial-wrap .igtv-step-card:hover,
.igtv-editorial-wrap .igtv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(131, 56, 236, 0.24);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}

.igtv-editorial-wrap .igtv-card:hover::before,
.igtv-editorial-wrap .igtv-trust-card:hover::before {
  opacity: 1;
}

.igtv-editorial-wrap .igtv-card h3,
.igtv-editorial-wrap .igtv-step-card h3,
.igtv-editorial-wrap .igtv-trust-card h3 {
  margin: 0;
  color: #151b2d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.igtv-editorial-wrap .igtv-card p,
.igtv-editorial-wrap .igtv-step-card p,
.igtv-editorial-wrap .igtv-trust-card p {
  margin: 10px 0 0;
  color: #606a7a;
  line-height: 1.72;
}

.igtv-editorial-wrap .igtv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4d8d, #8338ec);
  box-shadow: 0 12px 28px rgba(131, 56, 236, 0.22);
}

.igtv-editorial-wrap .igtv-icon::before,
.igtv-editorial-wrap .igtv-icon::after {
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}

.igtv-editorial-wrap .igtv-card:hover .igtv-icon::before,
.igtv-editorial-wrap .igtv-card:hover .igtv-icon::after {
  transform: translateY(-2px);
}

.igtv-editorial-wrap .igtv-icon-frame::before {
  inset: 12px;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.igtv-editorial-wrap .igtv-icon-frame::after {
  right: 12px;
  bottom: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}

.igtv-editorial-wrap .igtv-icon-flash::before {
  left: 18px;
  top: 10px;
  width: 11px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(45% 0, 100% 0, 62% 42%, 100% 42%, 28% 100%, 43% 54%, 0 54%);
}

.igtv-editorial-wrap .igtv-icon-preview::before {
  left: 11px;
  top: 15px;
  width: 24px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.igtv-editorial-wrap .igtv-icon-preview::after {
  left: 20px;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffffff;
}

.igtv-editorial-wrap .igtv-icon-path::before {
  left: 12px;
  top: 14px;
  width: 22px;
  height: 18px;
  border: 2px solid #ffffff;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 10px;
}

.igtv-editorial-wrap .igtv-icon-path::after {
  right: 12px;
  top: 11px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}

.igtv-editorial-wrap .igtv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.igtv-editorial-wrap .igtv-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffffff;
}

.igtv-editorial-wrap .igtv-icon-daily::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.igtv-editorial-wrap .igtv-icon-daily::after {
  left: 22px;
  top: 17px;
  width: 2px;
  height: 10px;
  background: #ffffff;
  box-shadow: 5px 5px 0 #ffffff;
  transform-origin: bottom;
}

.igtv-editorial-wrap .igtv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.igtv-editorial-wrap .igtv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(255, 77, 141, 0.12), rgba(131, 56, 236, 0.12));
}

.igtv-editorial-wrap .igtv-step-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #ff4d8d, #8338ec, #ffbe0b);
}

.igtv-editorial-wrap .igtv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4d8d, #8338ec);
  box-shadow: 0 14px 30px rgba(131, 56, 236, 0.24);
}

.igtv-editorial-wrap .igtv-use-card {
  padding-top: 34px;
}

.igtv-editorial-wrap .igtv-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4d8d, #8338ec);
  box-shadow: 0 0 0 8px rgba(255, 77, 141, 0.1);
}

.igtv-editorial-wrap .igtv-trust-card {
  overflow: hidden;
}

.igtv-editorial-wrap .igtv-badge {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(131, 56, 236, 0.14);
  border-radius: 999px;
  color: #7c2bd6;
  background: rgba(131, 56, 236, 0.08);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

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

.igtv-editorial-wrap .igtv-reveal.igtv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .igtv-editorial-wrap .igtv-card,
  .igtv-editorial-wrap .igtv-step-card,
  .igtv-editorial-wrap .igtv-trust-card,
  .igtv-editorial-wrap .igtv-reveal,
  .igtv-editorial-wrap .igtv-reveal.igtv-visible {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

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

  .igtv-editorial-wrap .igtv-container {
    padding: 0 14px;
  }

  .igtv-editorial-wrap h2 {
    font-size: 25px;
  }

  .igtv-editorial-wrap .igtv-section-head p {
    font-size: 14px;
  }

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

  .igtv-editorial-wrap .igtv-card,
  .igtv-editorial-wrap .igtv-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

  .igtv-editorial-wrap .igtv-step-list {
    gap: 16px;
    margin-top: 28px;
  }

  .igtv-editorial-wrap .igtv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
    border-radius: 18px;
  }

  .igtv-editorial-wrap .igtv-step-number {
    width: 48px;
    height: 48px;
    font-size: 15px;
  }
}

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

  .igtv-editorial-wrap .igtv-container {
    padding: 0 18px;
  }

  .igtv-editorial-wrap h2 {
    font-size: 28px;
  }

  .igtv-editorial-wrap .igtv-section-head p {
    font-size: 15px;
  }

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

  .igtv-editorial-wrap .igtv-card,
  .igtv-editorial-wrap .igtv-trust-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

  .igtv-editorial-wrap .igtv-step-list {
    gap: 18px;
    margin-top: 30px;
  }

  .igtv-editorial-wrap .igtv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
    border-radius: 20px;
  }

  .igtv-editorial-wrap .igtv-step-number {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }
}

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

  .igtv-editorial-wrap .igtv-container {
    padding: 0 22px;
  }

  .igtv-editorial-wrap h2 {
    font-size: 31px;
  }

  .igtv-editorial-wrap .igtv-section-head p {
    font-size: 16px;
  }

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

  .igtv-editorial-wrap .igtv-card,
  .igtv-editorial-wrap .igtv-trust-card {
    padding: 26px;
    border-radius: 22px;
  }

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

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

  .igtv-editorial-wrap .igtv-step-list {
    gap: 20px;
    margin-top: 34px;
  }

  .igtv-editorial-wrap .igtv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
    border-radius: 22px;
  }

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

@media (min-width: 768px) and (max-width: 1023px) {
  .igtv-editorial-wrap .igtv-section {
    padding: 72px 0;
  }

  .igtv-editorial-wrap .igtv-container {
    padding: 0 28px;
  }

  .igtv-editorial-wrap h2 {
    font-size: 38px;
  }

  .igtv-editorial-wrap .igtv-section-head p {
    font-size: 17px;
  }

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

  .igtv-editorial-wrap .igtv-card,
  .igtv-editorial-wrap .igtv-trust-card {
    padding: 28px;
  }

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

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

  .igtv-editorial-wrap .igtv-step-list {
    gap: 22px;
    margin-top: 42px;
  }

  .igtv-editorial-wrap .igtv-step-card {
    gap: 22px;
    padding: 30px;
  }

  .igtv-editorial-wrap .igtv-step-number {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .igtv-editorial-wrap .igtv-section {
    padding: 88px 0;
  }

  .igtv-editorial-wrap .igtv-container {
    padding: 0 32px;
  }

  .igtv-editorial-wrap h2 {
    font-size: 44px;
  }

  .igtv-editorial-wrap .igtv-section-head p {
    font-size: 18px;
  }

  .igtv-editorial-wrap .igtv-card-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .igtv-editorial-wrap .igtv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .igtv-editorial-wrap .igtv-card,
  .igtv-editorial-wrap .igtv-trust-card {
    padding: 30px;
  }

  .igtv-editorial-wrap .igtv-card h3,
  .igtv-editorial-wrap .igtv-step-card h3,
  .igtv-editorial-wrap .igtv-trust-card h3 {
    font-size: 22px;
  }

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

  .igtv-editorial-wrap .igtv-step-list {
    gap: 24px;
    margin-top: 48px;
  }

  .igtv-editorial-wrap .igtv-step-card {
    gap: 26px;
    padding: 34px 36px;
  }

  .igtv-editorial-wrap .igtv-step-number {
    width: 68px;
    height: 68px;
    font-size: 19px;
  }
}