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

.isv-editorial-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #17141f;
  font-family: inherit;
  background: #ffffff;
}

.isv-editorial-content,
.isv-editorial-content div,
.isv-editorial-content section,
.isv-editorial-content article {
  box-sizing: border-box;
}

.isv-editorial-content .isv-section {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.isv-editorial-content .isv-section-white {
  background: #ffffff;
}

.isv-editorial-content .isv-section-soft {
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 59, 121, 0.08), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(121, 84, 255, 0.08), transparent 30%),
    #fbfafc;
}

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

.isv-editorial-content .isv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.isv-editorial-content .isv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  margin: 0 0 14px;
  border: 1px solid rgba(221, 40, 112, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 59, 121, 0.1), rgba(121, 84, 255, 0.1));
  color: #b21e67;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.isv-editorial-content .isv-section-head h2 {
  margin: 0;
  color: #17141f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.isv-editorial-content .isv-section-head p {
  margin: 16px auto 0;
  color: #625b6d;
  line-height: 1.75;
  font-weight: 400;
}

.isv-editorial-content .isv-card-grid {
  display: grid;
  width: 100%;
  align-items: stretch;
}

.isv-editorial-content .isv-card {
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(38, 31, 50, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 45px rgba(29, 20, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.isv-editorial-content .isv-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #ff3b79, #ff8a3d, #7954ff);
  opacity: 0.9;
}

.isv-editorial-content .isv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(221, 40, 112, 0.28);
  box-shadow: 0 24px 60px rgba(29, 20, 42, 0.12);
}

.isv-editorial-content .isv-card h3 {
  margin: 0;
  color: #17141f;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.isv-editorial-content .isv-card p,
.isv-editorial-content .isv-step-card p {
  margin: 0;
  color: #625b6d;
  line-height: 1.72;
  font-weight: 400;
}

.isv-editorial-content .isv-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  position: relative;
  margin: 0 0 20px;
  border-radius: 15px;
  background: linear-gradient(135deg, #ff3b79, #ff8a3d 48%, #7954ff);
  box-shadow: 0 14px 28px rgba(221, 40, 112, 0.22);
  transition: transform 240ms ease;
}

.isv-editorial-content .isv-card:hover .isv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

.isv-editorial-content .isv-icon::before,
.isv-editorial-content .isv-icon::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.isv-editorial-content .isv-icon-eye::before {
  width: 22px;
  height: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.isv-editorial-content .isv-icon-eye::after {
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

.isv-editorial-content .isv-icon-bolt::before {
  width: 12px;
  height: 22px;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 58% 42%, 100% 42%, 28% 100%, 44% 54%, 0 54%);
}

.isv-editorial-content .isv-icon-frame::before {
  width: 22px;
  height: 18px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.isv-editorial-content .isv-icon-frame::after {
  width: 10px;
  height: 3px;
  background: #ffffff;
  border-radius: 999px;
}

.isv-editorial-content .isv-icon-path::before {
  width: 22px;
  height: 22px;
  border: 2px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

.isv-editorial-content .isv-icon-path::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: translate(-20%, -70%) rotate(45deg);
}

.isv-editorial-content .isv-icon-phone::before {
  width: 15px;
  height: 24px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.isv-editorial-content .isv-icon-phone::after {
  width: 4px;
  height: 4px;
  top: 72%;
  background: #ffffff;
  border-radius: 50%;
}

.isv-editorial-content .isv-icon-calendar::before {
  width: 22px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.isv-editorial-content .isv-icon-calendar::after {
  width: 18px;
  height: 2px;
  top: 42%;
  background: #ffffff;
  border-radius: 999px;
}

.isv-editorial-content .isv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.isv-editorial-content .isv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(38, 31, 50, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(29, 20, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.isv-editorial-content .isv-step-card::before {
  content: "";
  position: absolute;
  left: 42px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 59, 121, 0), rgba(255, 59, 121, 0.25), rgba(121, 84, 255, 0));
}

.isv-editorial-content .isv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(121, 84, 255, 0.24);
  box-shadow: 0 24px 62px rgba(29, 20, 42, 0.11);
}

.isv-editorial-content .isv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  border-radius: 22px;
  background: linear-gradient(135deg, #17141f, #34264a);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(23, 20, 31, 0.18);
}

.isv-editorial-content .isv-step-copy {
  min-width: 0;
}

.isv-editorial-content .isv-step-copy h3 {
  margin: 0 0 9px;
  color: #17141f;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.isv-editorial-content .isv-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 11px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: rgba(255, 59, 121, 0.09);
  color: #b21e67;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.isv-editorial-content .isv-use-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 82px;
  height: 82px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 59, 121, 0.12), rgba(121, 84, 255, 0.12));
  transform: rotate(14deg);
}

.isv-editorial-content .isv-trust-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86)),
    #ffffff;
}

.isv-editorial-content .isv-trust-mark {
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 28%, transparent 29%),
    linear-gradient(135deg, #ff3b79, #7954ff);
  box-shadow: 0 14px 30px rgba(121, 84, 255, 0.2);
  position: relative;
}

.isv-editorial-content .isv-trust-mark::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 13px;
  width: 10px;
  height: 16px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(42deg);
}

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

.isv-editorial-content .isv-reveal.isv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .isv-editorial-content .isv-section {
    padding: 54px 0;
  }

  .isv-editorial-content .isv-container {
    padding: 0 14px;
  }

  .isv-editorial-content .isv-section-head {
    margin-bottom: 28px;
  }

  .isv-editorial-content .isv-section-head h2 {
    font-size: 27px;
  }

  .isv-editorial-content .isv-section-head p {
    font-size: 15px;
  }

  .isv-editorial-content .isv-card-grid,
  .isv-editorial-content .isv-step-list {
    gap: 16px;
  }

  .isv-editorial-content .isv-grid-three {
    grid-template-columns: 1fr;
  }

  .isv-editorial-content .isv-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .isv-editorial-content .isv-card h3,
  .isv-editorial-content .isv-step-copy h3 {
    font-size: 19px;
  }

  .isv-editorial-content .isv-card p,
  .isv-editorial-content .isv-step-card p {
    font-size: 14.5px;
  }

  .isv-editorial-content .isv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 20px;
    border-radius: 18px;
  }

  .isv-editorial-content .isv-step-card::before {
    display: none;
  }

  .isv-editorial-content .isv-step-number {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 18px;
  }
}

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

  .isv-editorial-content .isv-container {
    padding: 0 18px;
  }

  .isv-editorial-content .isv-section-head {
    margin-bottom: 32px;
  }

  .isv-editorial-content .isv-section-head h2 {
    font-size: 30px;
  }

  .isv-editorial-content .isv-section-head p {
    font-size: 15.5px;
  }

  .isv-editorial-content .isv-card-grid,
  .isv-editorial-content .isv-step-list {
    gap: 18px;
  }

  .isv-editorial-content .isv-grid-three {
    grid-template-columns: 1fr;
  }

  .isv-editorial-content .isv-card {
    padding: 26px 22px;
  }

  .isv-editorial-content .isv-card h3,
  .isv-editorial-content .isv-step-copy h3 {
    font-size: 20px;
  }

  .isv-editorial-content .isv-card p,
  .isv-editorial-content .isv-step-card p {
    font-size: 15px;
  }

  .isv-editorial-content .isv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 22px;
  }

  .isv-editorial-content .isv-step-card::before {
    display: none;
  }

  .isv-editorial-content .isv-step-number {
    width: 66px;
    height: 66px;
    border-radius: 19px;
    font-size: 19px;
  }
}

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

  .isv-editorial-content .isv-container {
    padding: 0 22px;
  }

  .isv-editorial-content .isv-section-head {
    margin-bottom: 34px;
  }

  .isv-editorial-content .isv-section-head h2 {
    font-size: 34px;
  }

  .isv-editorial-content .isv-section-head p {
    font-size: 16px;
  }

  .isv-editorial-content .isv-card-grid,
  .isv-editorial-content .isv-step-list {
    gap: 20px;
  }

  .isv-editorial-content .isv-grid-three {
    grid-template-columns: 1fr;
  }

  .isv-editorial-content .isv-card {
    padding: 28px 24px;
  }

  .isv-editorial-content .isv-card h3,
  .isv-editorial-content .isv-step-copy h3 {
    font-size: 21px;
  }

  .isv-editorial-content .isv-card p,
  .isv-editorial-content .isv-step-card p {
    font-size: 15.5px;
  }

  .isv-editorial-content .isv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }

  .isv-editorial-content .isv-step-card::before {
    display: none;
  }

  .isv-editorial-content .isv-step-number {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .isv-editorial-content .isv-section {
    padding: 78px 0;
  }

  .isv-editorial-content .isv-container {
    padding: 0 28px;
  }

  .isv-editorial-content .isv-section-head {
    margin-bottom: 42px;
  }

  .isv-editorial-content .isv-section-head h2 {
    font-size: 40px;
  }

  .isv-editorial-content .isv-section-head p {
    font-size: 17px;
  }

  .isv-editorial-content .isv-card-grid {
    gap: 22px;
  }

  .isv-editorial-content .isv-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .isv-editorial-content .isv-step-list {
    gap: 20px;
  }

  .isv-editorial-content .isv-card {
    padding: 30px 26px;
  }

  .isv-editorial-content .isv-card h3,
  .isv-editorial-content .isv-step-copy h3 {
    font-size: 21px;
  }

  .isv-editorial-content .isv-card p,
  .isv-editorial-content .isv-step-card p {
    font-size: 15.5px;
  }

  .isv-editorial-content .isv-step-card {
    gap: 24px;
    padding: 28px;
  }

  .isv-editorial-content .isv-step-number {
    font-size: 22px;
  }
}

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

  .isv-editorial-content .isv-container {
    padding: 0 32px;
  }

  .isv-editorial-content .isv-section-head {
    margin-bottom: 48px;
  }

  .isv-editorial-content .isv-section-head h2 {
    font-size: 46px;
  }

  .isv-editorial-content .isv-section-head p {
    font-size: 17px;
  }

  .isv-editorial-content .isv-card-grid {
    gap: 24px;
  }

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

  .isv-editorial-content .isv-step-list {
    gap: 22px;
  }

  .isv-editorial-content .isv-card {
    padding: 32px 28px;
  }

  .isv-editorial-content .isv-card h3,
  .isv-editorial-content .isv-step-copy h3 {
    font-size: 22px;
  }

  .isv-editorial-content .isv-card p,
  .isv-editorial-content .isv-step-card p {
    font-size: 16px;
  }

  .isv-editorial-content .isv-step-card {
    gap: 28px;
    padding: 30px;
  }

  .isv-editorial-content .isv-step-number {
    font-size: 23px;
  }
}