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

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

.isv-editorial-wrap .isv-section {
  position: relative;
  isolation: isolate;
}

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

.isv-editorial-wrap .isv-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 64, 129, 0.08), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(131, 58, 180, 0.08), transparent 28%),
    #f8fafc;
}

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

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

.isv-editorial-wrap .isv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 12px;
  border: 1px solid rgba(225, 48, 108, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(253, 29, 29, 0.08), rgba(131, 58, 180, 0.08));
  color: #9a245f;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.isv-editorial-wrap .isv-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fd1d1d, #833ab4);
  box-shadow: 0 0 0 5px rgba(225, 48, 108, 0.12);
}

.isv-editorial-wrap h2,
.isv-editorial-wrap h3,
.isv-editorial-wrap p {
  margin-top: 0;
}

.isv-editorial-wrap h2 {
  margin-bottom: 14px;
  color: #121827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.isv-editorial-wrap .isv-section-head p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5b6577;
  line-height: 1.72;
}

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

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

.isv-editorial-wrap .isv-card::before,
.isv-editorial-wrap .isv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #f77737, #e1306c, #833ab4);
  opacity: 0.85;
}

.isv-editorial-wrap .isv-card:hover,
.isv-editorial-wrap .isv-step-card:hover,
.isv-editorial-wrap .isv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(225, 48, 108, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}

.isv-editorial-wrap .isv-icon {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(247, 119, 55, 0.14), rgba(131, 58, 180, 0.14));
}

.isv-editorial-wrap .isv-icon::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid #e1306c;
  border-radius: 8px;
}

.isv-editorial-wrap .isv-icon-lens::before {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #833ab4;
  transform: rotate(45deg);
}

.isv-editorial-wrap .isv-icon-bolt::after {
  inset: 10px 14px;
  border: 0;
  border-radius: 3px;
  background: linear-gradient(135deg, #f77737, #e1306c);
  clip-path: polygon(46% 0, 100% 0, 62% 43%, 100% 43%, 34% 100%, 48% 55%, 0 55%);
}

.isv-editorial-wrap .isv-icon-frame::after {
  border-radius: 4px;
}

.isv-editorial-wrap .isv-icon-path::after {
  inset: 11px;
  border-radius: 50%;
  border-color: #833ab4;
}

.isv-editorial-wrap .isv-icon-mobile::after {
  inset: 8px 13px;
  border-radius: 8px;
}

.isv-editorial-wrap .isv-icon-calendar::after {
  inset: 10px;
  border-radius: 5px;
}

.isv-editorial-wrap .isv-card h3,
.isv-editorial-wrap .isv-step-card h3,
.isv-editorial-wrap .isv-trust-card h3 {
  margin-bottom: 10px;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.isv-editorial-wrap .isv-card p,
.isv-editorial-wrap .isv-step-card p,
.isv-editorial-wrap .isv-trust-card p {
  margin-bottom: 0;
  color: #667085;
  line-height: 1.66;
}

.isv-editorial-wrap .isv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.isv-editorial-wrap .isv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(247, 119, 55, 0.38), rgba(225, 48, 108, 0.28), rgba(131, 58, 180, 0.38)) border-box;
  border: 1px solid transparent;
}

.isv-editorial-wrap .isv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #f77737, #e1306c 50%, #833ab4);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 28px rgba(225, 48, 108, 0.24);
}

.isv-editorial-wrap .isv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(247, 119, 55, 0.1), rgba(131, 58, 180, 0.1));
}

.isv-editorial-wrap .isv-mini-badge {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(225, 48, 108, 0.09);
  color: #9a245f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
}

.isv-editorial-wrap .isv-trust-card {
  min-height: 100%;
  background: #ffffff;
}

.isv-editorial-wrap .isv-trust-dot {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff 0 18%, #f77737 19% 38%, #e1306c 39% 64%, #833ab4 65%);
  box-shadow: 0 12px 30px rgba(225, 48, 108, 0.18);
}

.isv-editorial-wrap .isv-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.isv-editorial-wrap .isv-reveal.isv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .isv-editorial-wrap h2 {
    font-size: 26px;
  }

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

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

  .isv-editorial-wrap .isv-card,
  .isv-editorial-wrap .isv-trust-card {
    padding: 24px;
  }

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

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

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

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

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

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

  .isv-editorial-wrap h2 {
    font-size: 29px;
  }

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

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

  .isv-editorial-wrap .isv-card,
  .isv-editorial-wrap .isv-trust-card {
    padding: 26px;
  }

  .isv-editorial-wrap .isv-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px;
  }

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

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

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

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

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

  .isv-editorial-wrap h2 {
    font-size: 33px;
  }

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

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

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

  .isv-editorial-wrap .isv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }

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

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

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

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

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

  .isv-editorial-wrap h2 {
    font-size: 40px;
  }

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

  .isv-editorial-wrap .isv-card-grid {
    gap: 22px;
    margin-top: 46px;
  }

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

  .isv-editorial-wrap .isv-steps {
    gap: 22px;
    margin-top: 46px;
  }

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

  .isv-editorial-wrap .isv-step-card {
    gap: 24px;
    padding: 30px;
  }

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

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

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

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

  .isv-editorial-wrap .isv-container {
    padding: 0 34px;
  }

  .isv-editorial-wrap h2 {
    font-size: 46px;
  }

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

  .isv-editorial-wrap .isv-card-grid {
    gap: 24px;
    margin-top: 52px;
  }

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

  .isv-editorial-wrap .isv-steps {
    gap: 24px;
    margin-top: 52px;
  }

  .isv-editorial-wrap .isv-card,
  .isv-editorial-wrap .isv-trust-card {
    padding: 32px;
  }

  .isv-editorial-wrap .isv-step-card {
    gap: 28px;
    padding: 34px;
  }

  .isv-editorial-wrap .isv-step-number {
    width: 72px;
    height: 72px;
    font-size: 21px;
  }

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

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