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

.spv-editorial-wrap {
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

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

.spv-editorial-wrap .spv-section {
  position: relative;
}

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

.spv-editorial-wrap .spv-section-soft {
  background: linear-gradient(180deg, #fbf7ff 0%, #fff9fb 100%);
}

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

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

.spv-editorial-wrap .spv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 193, 7, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.18), rgba(255, 82, 168, 0.12));
  color: #6b4500;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.spv-editorial-wrap .spv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(135deg, #fffc00, #ff4fa3);
  box-shadow: 0 0 0 5px rgba(255, 214, 0, 0.16);
}

.spv-editorial-wrap h2 {
  margin: 0;
  color: #121a2b;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.spv-editorial-wrap .spv-section-head p {
  margin: 14px auto 0;
  color: #596579;
  line-height: 1.7;
}

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

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

.spv-editorial-wrap .spv-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(22, 31, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(25, 30, 45, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.spv-editorial-wrap .spv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 252, 0, 0.18), rgba(255, 79, 163, 0.13), rgba(0, 188, 212, 0.10));
  opacity: 0;
  transition: opacity 260ms ease;
}

.spv-editorial-wrap .spv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 79, 163, 0.24);
  box-shadow: 0 24px 54px rgba(25, 30, 45, 0.12);
}

.spv-editorial-wrap .spv-card:hover::after {
  opacity: 1;
}

.spv-editorial-wrap .spv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.spv-editorial-wrap .spv-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5e6a7d;
  line-height: 1.65;
}

.spv-editorial-wrap .spv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fffc00 0%, #ff7a59 48%, #ff4fa3 100%);
  box-shadow: 0 14px 26px rgba(255, 79, 163, 0.22);
  transition: transform 260ms ease;
}

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

.spv-editorial-wrap .spv-icon::before,
.spv-editorial-wrap .spv-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.spv-editorial-wrap .spv-icon-play::before {
  width: 0;
  height: 0;
  top: 14px;
  left: 18px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}

.spv-editorial-wrap .spv-icon-bolt::before {
  width: 12px;
  height: 22px;
  top: 12px;
  left: 17px;
  clip-path: polygon(55% 0, 100% 0, 62% 42%, 100% 42%, 36% 100%, 48% 55%, 0 55%);
}

.spv-editorial-wrap .spv-icon-frame::before {
  inset: 13px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

.spv-editorial-wrap .spv-icon-route::before {
  width: 22px;
  height: 2px;
  top: 22px;
  left: 12px;
  border-radius: 99px;
}

.spv-editorial-wrap .spv-icon-route::after {
  width: 8px;
  height: 8px;
  top: 19px;
  right: 12px;
  border-radius: 99px;
}

.spv-editorial-wrap .spv-icon-phone::before {
  width: 16px;
  height: 24px;
  top: 11px;
  left: 15px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

.spv-editorial-wrap .spv-icon-compass::before {
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 2px solid #ffffff;
  border-radius: 99px;
  background: transparent;
}

.spv-editorial-wrap .spv-icon-compass::after {
  width: 8px;
  height: 8px;
  top: 19px;
  left: 19px;
  transform: rotate(45deg);
}

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

.spv-editorial-wrap .spv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(22, 31, 51, 0.09);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(25, 30, 45, 0.075);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.spv-editorial-wrap .spv-step-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #fffc00, #ff4fa3);
}

.spv-editorial-wrap .spv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(25, 30, 45, 0.11);
}

.spv-editorial-wrap .spv-step-number {
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #121a2b, #31405e);
  color: #fffc00;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(18, 26, 43, 0.18);
}

.spv-editorial-wrap .spv-step-content h3 {
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.spv-editorial-wrap .spv-step-content p {
  margin: 8px 0 0;
  color: #5e6a7d;
  line-height: 1.65;
}

.spv-editorial-wrap .spv-mini-dot {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 99px;
  background: linear-gradient(135deg, #fffc00, #ff4fa3);
  box-shadow: 0 0 0 8px rgba(255, 193, 7, 0.14);
}

.spv-editorial-wrap .spv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 252, 0, 0.18);
  color: #704900;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.spv-editorial-wrap .spv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 640ms ease, transform 640ms ease;
}

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

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

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

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

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

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

  .spv-editorial-wrap .spv-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

  .spv-editorial-wrap .spv-steps {
    gap: 16px;
    margin-top: 28px;
  }

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

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

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

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

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

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

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

  .spv-editorial-wrap .spv-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

  .spv-editorial-wrap .spv-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

  .spv-editorial-wrap h2 {
    font-size: 35px;
  }

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

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

  .spv-editorial-wrap .spv-card {
    padding: 28px;
  }

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

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

  .spv-editorial-wrap .spv-steps {
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

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

  .spv-editorial-wrap h2 {
    font-size: 42px;
  }

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

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

  .spv-editorial-wrap .spv-card {
    padding: 30px;
  }

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

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

  .spv-editorial-wrap .spv-steps {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

  .spv-editorial-wrap h2 {
    font-size: 48px;
  }

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

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

  .spv-editorial-wrap .spv-card {
    padding: 32px;
  }

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

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

  .spv-editorial-wrap .spv-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .spv-editorial-wrap .spv-step-card {
    gap: 26px;
    padding: 34px 38px;
  }

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