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

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

.ilv-editorial-content .ilv-section {
  position: relative;
  isolation: isolate;
}

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

.ilv-editorial-content .ilv-section-soft {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 79, 139, 0.08), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(124, 58, 237, 0.07), transparent 30%),
    #faf8fb;
}

.ilv-editorial-content .ilv-container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

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

.ilv-editorial-content .ilv-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(225, 29, 116, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 79, 139, 0.1), rgba(124, 58, 237, 0.1));
  color: #a21caf;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.ilv-editorial-content .ilv-section-header h2 {
  margin: 16px 0 0;
  color: #141827;
  font-weight: 820;
  line-height: 1.14;
  letter-spacing: 0;
}

.ilv-editorial-content .ilv-section-header p {
  margin: 15px auto 0;
  max-width: 690px;
  color: #5c6375;
  line-height: 1.72;
}

.ilv-editorial-content .ilv-card-grid {
  display: grid;
  align-items: stretch;
}

.ilv-editorial-content .ilv-card,
.ilv-editorial-content .ilv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(19, 24, 39, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfe 100%);
  box-shadow: 0 18px 48px rgba(18, 24, 38, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ilv-editorial-content .ilv-card::before,
.ilv-editorial-content .ilv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(255, 79, 139, 0.34), rgba(124, 58, 237, 0.2), rgba(251, 191, 36, 0.16));
  opacity: 0;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.ilv-editorial-content .ilv-card:hover,
.ilv-editorial-content .ilv-trust-card:hover,
.ilv-editorial-content .ilv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(225, 29, 116, 0.2);
  box-shadow: 0 22px 58px rgba(18, 24, 38, 0.11);
}

.ilv-editorial-content .ilv-card:hover::before,
.ilv-editorial-content .ilv-trust-card:hover::before {
  opacity: 1;
}

.ilv-editorial-content .ilv-card h3,
.ilv-editorial-content .ilv-trust-card h3,
.ilv-editorial-content .ilv-step-content h3 {
  margin: 0;
  color: #171b2c;
  font-weight: 780;
  line-height: 1.28;
  letter-spacing: 0;
}

.ilv-editorial-content .ilv-card p,
.ilv-editorial-content .ilv-trust-card p,
.ilv-editorial-content .ilv-step-content p {
  margin: 10px 0 0;
  color: #606779;
  line-height: 1.68;
}

.ilv-editorial-content .ilv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff4f8b, #7c3aed);
  box-shadow: 0 14px 28px rgba(225, 29, 116, 0.2);
}

.ilv-editorial-content .ilv-icon::before,
.ilv-editorial-content .ilv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.ilv-editorial-content .ilv-icon-view::before {
  width: 20px;
  height: 13px;
  top: 16px;
  left: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ilv-editorial-content .ilv-icon-view::after {
  width: 6px;
  height: 6px;
  top: 21px;
  left: 20px;
  border-radius: 50%;
  background: #ffffff;
}

.ilv-editorial-content .ilv-icon-speed::before {
  width: 20px;
  height: 20px;
  top: 13px;
  left: 13px;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ilv-editorial-content .ilv-icon-speed::after {
  width: 13px;
  height: 2px;
  top: 23px;
  left: 22px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.ilv-editorial-content .ilv-icon-preview::before {
  width: 22px;
  height: 18px;
  top: 14px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.ilv-editorial-content .ilv-icon-preview::after {
  width: 12px;
  height: 2px;
  top: 22px;
  left: 17px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.78);
}

.ilv-editorial-content .ilv-icon-steps::before {
  width: 6px;
  height: 6px;
  top: 13px;
  left: 13px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.ilv-editorial-content .ilv-icon-steps::after {
  width: 13px;
  height: 2px;
  top: 15px;
  left: 24px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 9px 0 rgba(255, 255, 255, 0.85), 0 18px 0 rgba(255, 255, 255, 0.72);
}

.ilv-editorial-content .ilv-icon-mobile::before {
  width: 17px;
  height: 25px;
  top: 10px;
  left: 15px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.ilv-editorial-content .ilv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 21px;
  bottom: 14px;
  border-radius: 999px;
  background: #ffffff;
}

.ilv-editorial-content .ilv-icon-daily::before {
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 9px;
}

.ilv-editorial-content .ilv-icon-daily::after {
  width: 12px;
  height: 8px;
  top: 19px;
  left: 18px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}

.ilv-editorial-content .ilv-card:hover .ilv-icon {
  animation: ilv-soft-pulse 900ms ease;
}

.ilv-editorial-content .ilv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ilv-editorial-content .ilv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(19, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 50px rgba(18, 24, 38, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
  overflow: hidden;
}

.ilv-editorial-content .ilv-step-card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -80px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 79, 139, 0.14), transparent 68%);
  pointer-events: none;
}

.ilv-editorial-content .ilv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4f8b, #7c3aed);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(124, 58, 237, 0.22);
}

.ilv-editorial-content .ilv-badge-dot {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 4px, transparent 5px),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.48) 0 11px, transparent 12px),
    linear-gradient(135deg, #fb7185, #8b5cf6);
  box-shadow: 0 14px 28px rgba(124, 58, 237, 0.17);
}

.ilv-editorial-content .ilv-trust-card {
  text-align: center;
}

.ilv-editorial-content .ilv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0 auto 17px;
  border-radius: 16px;
  background: linear-gradient(135deg, #10b981, #14b8a6);
  color: #ffffff;
  font-size: 20px;
  font-weight: 850;
  box-shadow: 0 14px 28px rgba(16, 185, 129, 0.18);
}

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

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

@keyframes ilv-soft-pulse {
  0% {
    transform: translateY(0) scale(1);
  }

  45% {
    transform: translateY(-2px) scale(1.04);
  }

  100% {
    transform: translateY(0) scale(1);
  }
}

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

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

  .ilv-editorial-content .ilv-section-header h2 {
    font-size: 27px;
  }

  .ilv-editorial-content .ilv-section-header p {
    font-size: 15px;
  }

  .ilv-editorial-content .ilv-card-grid,
  .ilv-editorial-content .ilv-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .ilv-editorial-content .ilv-grid-3 {
    grid-template-columns: 1fr;
  }

  .ilv-editorial-content .ilv-card,
  .ilv-editorial-content .ilv-trust-card {
    padding: 22px;
  }

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

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

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

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

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

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

  .ilv-editorial-content .ilv-section-header h2 {
    font-size: 30px;
  }

  .ilv-editorial-content .ilv-section-header p {
    font-size: 15.5px;
  }

  .ilv-editorial-content .ilv-card-grid,
  .ilv-editorial-content .ilv-steps {
    gap: 18px;
    margin-top: 32px;
  }

  .ilv-editorial-content .ilv-grid-3 {
    grid-template-columns: 1fr;
  }

  .ilv-editorial-content .ilv-card,
  .ilv-editorial-content .ilv-trust-card {
    padding: 24px;
  }

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

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

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

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

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

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

  .ilv-editorial-content .ilv-section-header h2 {
    font-size: 34px;
  }

  .ilv-editorial-content .ilv-section-header p {
    font-size: 16px;
  }

  .ilv-editorial-content .ilv-card-grid,
  .ilv-editorial-content .ilv-steps {
    gap: 20px;
    margin-top: 36px;
  }

  .ilv-editorial-content .ilv-grid-3 {
    grid-template-columns: 1fr;
  }

  .ilv-editorial-content .ilv-card,
  .ilv-editorial-content .ilv-trust-card {
    padding: 26px;
  }

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

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

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

  .ilv-editorial-content .ilv-step-number {
    width: 64px;
    height: 64px;
    font-size: 19px;
  }
}

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

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

  .ilv-editorial-content .ilv-section-header h2 {
    font-size: 42px;
  }

  .ilv-editorial-content .ilv-section-header p {
    font-size: 17px;
  }

  .ilv-editorial-content .ilv-card-grid,
  .ilv-editorial-content .ilv-steps {
    gap: 22px;
    margin-top: 44px;
  }

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

  .ilv-editorial-content .ilv-card,
  .ilv-editorial-content .ilv-trust-card {
    padding: 28px;
  }

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

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

  .ilv-editorial-content .ilv-step-card {
    gap: 22px;
    padding: 30px;
  }

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

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

  .ilv-editorial-content .ilv-container {
    padding: 0 34px;
  }

  .ilv-editorial-content .ilv-section-header h2 {
    font-size: 48px;
  }

  .ilv-editorial-content .ilv-section-header p {
    font-size: 17px;
  }

  .ilv-editorial-content .ilv-card-grid,
  .ilv-editorial-content .ilv-steps {
    gap: 24px;
    margin-top: 48px;
  }

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

  .ilv-editorial-content .ilv-card,
  .ilv-editorial-content .ilv-trust-card {
    padding: 30px;
  }

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

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

  .ilv-editorial-content .ilv-step-card {
    gap: 26px;
    padding: 32px 34px;
  }

  .ilv-editorial-content .ilv-step-number {
    width: 76px;
    height: 76px;
    font-size: 21px;
  }
}