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

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

.pyv-editorial-block,
.pyv-editorial-block * {
  box-sizing: border-box;
}

.pyv-editorial-block {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #1c2430;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.pyv-editorial-block .pyv-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 96px 24px;
}

.pyv-editorial-block .pyv-section-white {
  background: #fff;
}

.pyv-editorial-block .pyv-section-warm {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 111, 97, 0.13), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(255, 184, 77, 0.16), transparent 32%),
    linear-gradient(180deg, #fff8f2 0%, #fff3e8 100%);
}

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

.pyv-editorial-block .pyv-heading-wrap {
  max-width: 790px;
  margin: 0 auto 42px;
  text-align: center;
}

.pyv-editorial-block .pyv-heading-wrap h2 {
  margin: 0;
  color: #161b26;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.pyv-editorial-block .pyv-heading-wrap h2 span {
  background: linear-gradient(135deg, #ff5b6e 0%, #ff8a3d 48%, #b35cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pyv-editorial-block .pyv-heading-wrap p {
  max-width: 680px;
  margin: 14px auto 0;
  color: #667085;
  font-size: 1.04rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.pyv-editorial-block .pyv-card-grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pyv-editorial-block .pyv-card {
  --pyv-accent: #ff6b5f;
  --pyv-accent-2: #ffb04a;
  --pyv-soft: rgba(255, 107, 95, 0.11);
  --pyv-border: rgba(25, 31, 42, 0.09);
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;

  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 278px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--pyv-border);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.96), transparent 0 22%, transparent 46%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 247, 0.9));
  box-shadow: 0 14px 38px rgba(17, 24, 39, 0.07);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.pyv-editorial-block .pyv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--pyv-accent) 14%, transparent), transparent 42%),
    radial-gradient(circle at 85% 12%, color-mix(in srgb, var(--pyv-accent-2) 18%, transparent), transparent 34%);
  opacity: 0.78;
  transition: opacity 260ms ease;
}

.pyv-editorial-block .pyv-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--pyv-accent), var(--pyv-accent-2));
  transform: scaleX(0.22);
  transform-origin: left;
  opacity: 0.65;
  transition: transform 260ms ease, opacity 260ms ease;
}

.pyv-editorial-block .pyv-card:nth-child(1) { --pyv-accent: #ff5b6e; --pyv-accent-2: #ff9f43; --pyv-soft: rgba(255, 91, 110, 0.12); }
.pyv-editorial-block .pyv-card:nth-child(2) { --pyv-accent: #7c5cff; --pyv-accent-2: #ff6bcb; --pyv-soft: rgba(124, 92, 255, 0.12); }
.pyv-editorial-block .pyv-card:nth-child(3) { --pyv-accent: #0ea5a4; --pyv-accent-2: #38bdf8; --pyv-soft: rgba(14, 165, 164, 0.12); }
.pyv-editorial-block .pyv-card:nth-child(4) { --pyv-accent: #f97316; --pyv-accent-2: #facc15; --pyv-soft: rgba(249, 115, 22, 0.12); }
.pyv-editorial-block .pyv-card:nth-child(5) { --pyv-accent: #2563eb; --pyv-accent-2: #06b6d4; --pyv-soft: rgba(37, 99, 235, 0.12); }
.pyv-editorial-block .pyv-card:nth-child(6) { --pyv-accent: #db2777; --pyv-accent-2: #fb7185; --pyv-soft: rgba(219, 39, 119, 0.12); }
.pyv-editorial-block .pyv-card:nth-child(7) { --pyv-accent: #16a34a; --pyv-accent-2: #84cc16; --pyv-soft: rgba(22, 163, 74, 0.12); }
.pyv-editorial-block .pyv-card:nth-child(8) { --pyv-accent: #9333ea; --pyv-accent-2: #f43f5e; --pyv-soft: rgba(147, 51, 234, 0.12); }

.pyv-editorial-block .pyv-card:hover {
  border-color: color-mix(in srgb, var(--pyv-accent) 42%, rgba(25, 31, 42, 0.1));
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.13);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.pyv-editorial-block .pyv-card:hover::before {
  opacity: 1;
}

.pyv-editorial-block .pyv-card:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.pyv-editorial-block .pyv-icon-box {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 22px;
  border-radius: 18px;
  color: var(--pyv-accent);
  background: var(--pyv-soft);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--pyv-accent) 18%, transparent);
  transition: transform 260ms ease, background 260ms ease, color 260ms ease, box-shadow 260ms ease;
}

.pyv-editorial-block .pyv-icon-box i {
  font-size: 1.25rem;
  line-height: 1;
}

.pyv-editorial-block .pyv-card:hover .pyv-icon-box {
  color: #fff;
  background: linear-gradient(135deg, var(--pyv-accent), var(--pyv-accent-2));
  box-shadow: 0 12px 28px color-mix(in srgb, var(--pyv-accent) 26%, transparent);
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}

.pyv-editorial-block .pyv-card h3 {
  position: relative;
  display: inline;
  margin: 0;
  color: #182230;
  font-size: 1.08rem;
  font-weight: 780;
  line-height: 1.3;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--pyv-accent), var(--pyv-accent-2));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.pyv-editorial-block .pyv-card:hover h3 {
  background-size: 100% 2px;
}

.pyv-editorial-block .pyv-card p {
  margin: 14px 0 0;
  color: #596579;
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.pyv-editorial-block .pyv-card-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--pyv-accent);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.35;
  opacity: 0.58;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.pyv-editorial-block .pyv-card-what:hover .pyv-card-cta {
  opacity: 1;
  transform: translateY(0);
}

.pyv-editorial-block .pyv-card-why {
  transform-style: preserve-3d;
}

.pyv-editorial-block .pyv-card-why .pyv-icon-box,
.pyv-editorial-block .pyv-card-why h3,
.pyv-editorial-block .pyv-card-why p {
  transform: translateZ(16px);
}

.pyv-editorial-block .pyv-card-step {
  min-height: 304px;
}

.pyv-editorial-block .pyv-card-step::before {
  content: attr(data-step);
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: -1;
  color: color-mix(in srgb, var(--pyv-accent) 13%, transparent);
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  transition: transform 260ms ease, color 260ms ease;
  pointer-events: none;
}

.pyv-editorial-block .pyv-card-step:hover::before {
  color: color-mix(in srgb, var(--pyv-accent) 20%, transparent);
  transform: translateY(-4px) scale(1.04);
}

.pyv-editorial-block .pyv-step-line {
  display: inline-flex;
  max-width: 100%;
  margin: 0 0 16px;
  color: var(--pyv-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 1200px) {
  .pyv-editorial-block .pyv-section {
    padding: 104px 28px;
  }

  .pyv-editorial-block .pyv-container {
    max-width: 1240px;
  }

  .pyv-editorial-block .pyv-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .pyv-editorial-block .pyv-section {
    padding: 88px 24px;
  }

  .pyv-editorial-block .pyv-container {
    max-width: 1010px;
  }

  .pyv-editorial-block .pyv-heading-wrap {
    margin-bottom: 36px;
  }

  .pyv-editorial-block .pyv-heading-wrap p {
    font-size: 1rem;
  }

  .pyv-editorial-block .pyv-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .pyv-editorial-block .pyv-card {
    padding: 25px;
  }
}

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

  .pyv-editorial-block .pyv-heading-wrap {
    margin-bottom: 32px;
  }

  .pyv-editorial-block .pyv-heading-wrap p {
    font-size: 0.98rem;
  }

  .pyv-editorial-block .pyv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .pyv-editorial-block .pyv-card {
    padding: 24px;
    min-height: 252px;
  }

  .pyv-editorial-block .pyv-card h3 {
    font-size: 1.02rem;
  }

  .pyv-editorial-block .pyv-card p {
    font-size: 0.93rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .pyv-editorial-block .pyv-section {
    padding: 62px 18px;
  }

  .pyv-editorial-block .pyv-heading-wrap {
    margin-bottom: 28px;
  }

  .pyv-editorial-block .pyv-heading-wrap p {
    font-size: 0.95rem;
  }

  .pyv-editorial-block .pyv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .pyv-editorial-block .pyv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }

  .pyv-editorial-block .pyv-card-cta {
    white-space: normal;
  }
}

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

  .pyv-editorial-block .pyv-heading-wrap {
    margin-bottom: 24px;
  }

  .pyv-editorial-block .pyv-heading-wrap p {
    font-size: 0.91rem;
  }

  .pyv-editorial-block .pyv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .pyv-editorial-block .pyv-card {
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }

  .pyv-editorial-block .pyv-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 15px;
  }

  .pyv-editorial-block .pyv-card h3 {
    font-size: 0.98rem;
  }

  .pyv-editorial-block .pyv-card p {
    font-size: 0.9rem;
  }

  .pyv-editorial-block .pyv-card-step::before {
    font-size: 3.7rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .pyv-editorial-block .pyv-section {
    padding: 46px 12px;
  }

  .pyv-editorial-block .pyv-heading-wrap {
    margin-bottom: 22px;
  }

  .pyv-editorial-block .pyv-heading-wrap p {
    font-size: 0.88rem;
  }

  .pyv-editorial-block .pyv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .pyv-editorial-block .pyv-card {
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }

  .pyv-editorial-block .pyv-icon-box {
    width: 44px;
    height: 44px;
    margin-bottom: 18px;
    border-radius: 14px;
  }

  .pyv-editorial-block .pyv-icon-box i {
    font-size: 1.05rem;
  }

  .pyv-editorial-block .pyv-card h3 {
    font-size: 0.95rem;
  }

  .pyv-editorial-block .pyv-card p {
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .pyv-editorial-block .pyv-card-cta {
    font-size: 0.82rem;
  }

  .pyv-editorial-block .pyv-card-step::before {
    top: 14px;
    right: 14px;
    font-size: 3.1rem;
  }

  .pyv-editorial-block .pyv-step-line {
    font-size: 0.72rem;
  }
}

@media (max-width: 319px) {
  .pyv-editorial-block .pyv-section {
    padding: 42px 10px;
  }

  .pyv-editorial-block .pyv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .pyv-editorial-block .pyv-card {
    padding: 16px;
    min-height: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pyv-editorial-block .pyv-card,
  .pyv-editorial-block .pyv-card::before,
  .pyv-editorial-block .pyv-card::after,
  .pyv-editorial-block .pyv-icon-box,
  .pyv-editorial-block .pyv-card h3,
  .pyv-editorial-block .pyv-card-cta,
  .pyv-editorial-block .pyv-card-step::before {
    transition: none;
  }

  .pyv-editorial-block .pyv-card,
  .pyv-editorial-block .pyv-card:hover {
    transform: none;
  }
}