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

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

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

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

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

.pyv-editorial-wrap .pyv-section-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f5f7fb 100%);
}

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

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

.pyv-editorial-wrap .pyv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 6px 14px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 0, 86, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 86, 0.1), rgba(255, 122, 24, 0.1));
  color: #c01845;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.pyv-editorial-wrap .pyv-section-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.pyv-editorial-wrap .pyv-section-head p {
  margin: 16px auto 0;
  max-width: 700px;
  color: #5b6474;
  font-weight: 450;
}

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

.pyv-editorial-wrap .pyv-card,
.pyv-editorial-wrap .pyv-trust-card,
.pyv-editorial-wrap .pyv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 52, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(18, 30, 54, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.pyv-editorial-wrap .pyv-card {
  min-height: 100%;
  border-radius: 22px;
}

.pyv-editorial-wrap .pyv-card::before,
.pyv-editorial-wrap .pyv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff0056, #ff7a18, #ffb000);
  opacity: 0.86;
}

.pyv-editorial-wrap .pyv-card:hover,
.pyv-editorial-wrap .pyv-trust-card:hover,
.pyv-editorial-wrap .pyv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 86, 0.22);
  box-shadow: 0 24px 62px rgba(18, 30, 54, 0.13);
}

.pyv-editorial-wrap .pyv-card h3,
.pyv-editorial-wrap .pyv-trust-card h3,
.pyv-editorial-wrap .pyv-step-content h3 {
  margin: 0;
  color: #121a2b;
  font-weight: 780;
  line-height: 1.24;
  letter-spacing: 0;
}

.pyv-editorial-wrap .pyv-card p,
.pyv-editorial-wrap .pyv-trust-card p,
.pyv-editorial-wrap .pyv-step-content p {
  margin: 10px 0 0;
  color: #5b6474;
  line-height: 1.62;
}

.pyv-editorial-wrap .pyv-icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0056, #ff7a18);
  box-shadow: 0 14px 28px rgba(255, 0, 86, 0.2);
}

.pyv-editorial-wrap .pyv-icon::before,
.pyv-editorial-wrap .pyv-icon::after {
  content: "";
  position: absolute;
}

.pyv-editorial-wrap .pyv-icon-play {
  position: relative;
}

.pyv-editorial-wrap .pyv-icon-play::before {
  top: 14px;
  left: 18px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #ffffff;
}

.pyv-editorial-wrap .pyv-icon-speed,
.pyv-editorial-wrap .pyv-icon-frame,
.pyv-editorial-wrap .pyv-icon-flow,
.pyv-editorial-wrap .pyv-icon-mobile,
.pyv-editorial-wrap .pyv-icon-daily {
  position: relative;
}

.pyv-editorial-wrap .pyv-icon-speed::before {
  width: 22px;
  height: 12px;
  top: 16px;
  left: 11px;
  border: 3px solid #ffffff;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}

.pyv-editorial-wrap .pyv-icon-frame::before {
  width: 22px;
  height: 16px;
  top: 13px;
  left: 11px;
  border: 3px solid #ffffff;
  border-radius: 5px;
}

.pyv-editorial-wrap .pyv-icon-flow::before {
  width: 22px;
  height: 3px;
  top: 14px;
  left: 11px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  border-radius: 99px;
}

.pyv-editorial-wrap .pyv-icon-mobile::before {
  width: 16px;
  height: 24px;
  top: 9px;
  left: 14px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}

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

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

.pyv-editorial-wrap .pyv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 122, 24, 0.13), transparent 34%),
    #ffffff;
}

.pyv-editorial-wrap .pyv-step-card::after {
  content: "";
  position: absolute;
  left: 39px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 0, 86, 0), rgba(255, 0, 86, 0.28), rgba(255, 122, 24, 0));
}

.pyv-editorial-wrap .pyv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ff0056, #ff7a18);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 16px 34px rgba(255, 0, 86, 0.22);
}

.pyv-editorial-wrap .pyv-mini-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff0056;
  box-shadow: 18px 0 0 rgba(255, 122, 24, 0.9), 36px 0 0 rgba(255, 176, 0, 0.8);
}

.pyv-editorial-wrap .pyv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 0, 86, 0.045), rgba(255, 255, 255, 0) 42%),
    #ffffff;
}

.pyv-editorial-wrap .pyv-trust-card {
  min-height: 100%;
  border-radius: 24px;
}

.pyv-editorial-wrap .pyv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff3f6;
  color: #c01845;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

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

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

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

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

  .pyv-editorial-wrap .pyv-section-head h2 {
    font-size: 26px;
  }

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

  .pyv-editorial-wrap .pyv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

  .pyv-editorial-wrap .pyv-steps {
    gap: 16px;
    margin-top: 30px;
  }

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

  .pyv-editorial-wrap .pyv-step-card::after {
    display: none;
  }

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

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

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

  .pyv-editorial-wrap .pyv-section-head h2 {
    font-size: 28px;
  }

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

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

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

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

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

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

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

  .pyv-editorial-wrap .pyv-step-card::after {
    display: none;
  }

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

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

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

  .pyv-editorial-wrap .pyv-section-head h2 {
    font-size: 31px;
  }

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

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

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

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

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

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

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

  .pyv-editorial-wrap .pyv-step-card::after {
    display: none;
  }

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

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

  .pyv-editorial-wrap .pyv-container {
    padding: 0 30px;
  }

  .pyv-editorial-wrap .pyv-section-head h2 {
    font-size: 38px;
  }

  .pyv-editorial-wrap .pyv-section-head p {
    font-size: 16.5px;
  }

  .pyv-editorial-wrap .pyv-grid-three,
  .pyv-editorial-wrap .pyv-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

  .pyv-editorial-wrap .pyv-steps {
    gap: 22px;
    margin-top: 44px;
  }

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

  .pyv-editorial-wrap .pyv-step-number {
    font-size: 20px;
  }
}

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

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

  .pyv-editorial-wrap .pyv-section-head h2 {
    font-size: 46px;
  }

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

  .pyv-editorial-wrap .pyv-grid-three,
  .pyv-editorial-wrap .pyv-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

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

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

  .pyv-editorial-wrap .pyv-card p,
  .pyv-editorial-wrap .pyv-trust-card p,
  .pyv-editorial-wrap .pyv-step-content p {
    font-size: 15.8px;
  }

  .pyv-editorial-wrap .pyv-steps {
    gap: 24px;
    margin-top: 48px;
  }

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

  .pyv-editorial-wrap .pyv-step-number {
    font-size: 21px;
  }
}