@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");

.tpv-premium-editorial,
.tpv-premium-editorial * {
  box-sizing: border-box;
}

.tpv-premium-editorial {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #241f2f;
  background: #fff;
}

.tpv-premium-editorial .tpv-premium-section,
.tpv-premium-editorial .tpv-premium-container,
.tpv-premium-editorial .tpv-premium-grid {
  width: 100%;
  max-width: 100%;
}

.tpv-premium-editorial .tpv-premium-section {
  position: relative;
  padding: 86px 22px;
  overflow: hidden;
}

.tpv-premium-editorial .tpv-premium-section-light {
  background: #fff;
}

.tpv-premium-editorial .tpv-premium-section-warm {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 54, 126, 0.1), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(37, 244, 238, 0.12), transparent 30%),
    linear-gradient(135deg, #fff7f8 0%, #fffdf8 48%, #f3ffff 100%);
}

.tpv-premium-editorial .tpv-premium-container {
  max-width: 1240px;
  margin: 0 auto;
}

.tpv-premium-editorial .tpv-premium-heading-wrap {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.tpv-premium-editorial h2 {
  margin: 0;
  color: #201927;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tpv-premium-editorial h2 span {
  background: linear-gradient(90deg, #ff2f70 0%, #7a4cff 48%, #18c8c3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tpv-premium-editorial .tpv-premium-heading-wrap p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #675f72;
  font-size: 1.03rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tpv-premium-editorial .tpv-premium-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.tpv-premium-editorial .tpv-premium-card {
  --tpv-accent: #ff2f70;
  --tpv-accent-2: #18c8c3;
  --tpv-soft: rgba(255, 47, 112, 0.1);
  --tpv-glow: rgba(255, 47, 112, 0.22);
  --fg-mx: 50%;
  --fg-my: 12%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;

  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 268px;
  padding: 26px;
  border: 1px solid rgba(36, 31, 47, 0.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--tpv-glow), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82));
  box-shadow: 0 18px 44px rgba(29, 22, 47, 0.08);
  overflow: hidden;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
  isolation: isolate;
}

.tpv-premium-editorial .tpv-premium-card:nth-child(2) { --tpv-accent: #7a4cff; --tpv-accent-2: #ff8a3d; --tpv-soft: rgba(122, 76, 255, 0.1); --tpv-glow: rgba(122, 76, 255, 0.2); }
.tpv-premium-editorial .tpv-premium-card:nth-child(3) { --tpv-accent: #18c8c3; --tpv-accent-2: #ff2f70; --tpv-soft: rgba(24, 200, 195, 0.12); --tpv-glow: rgba(24, 200, 195, 0.2); }
.tpv-premium-editorial .tpv-premium-card:nth-child(4) { --tpv-accent: #ff8a3d; --tpv-accent-2: #7a4cff; --tpv-soft: rgba(255, 138, 61, 0.12); --tpv-glow: rgba(255, 138, 61, 0.2); }
.tpv-premium-editorial .tpv-premium-card:nth-child(5) { --tpv-accent: #0f9f8f; --tpv-accent-2: #ff2f70; --tpv-soft: rgba(15, 159, 143, 0.12); --tpv-glow: rgba(15, 159, 143, 0.2); }
.tpv-premium-editorial .tpv-premium-card:nth-child(6) { --tpv-accent: #d8438f; --tpv-accent-2: #18c8c3; --tpv-soft: rgba(216, 67, 143, 0.1); --tpv-glow: rgba(216, 67, 143, 0.2); }
.tpv-premium-editorial .tpv-premium-card:nth-child(7) { --tpv-accent: #3157d5; --tpv-accent-2: #ff8a3d; --tpv-soft: rgba(49, 87, 213, 0.1); --tpv-glow: rgba(49, 87, 213, 0.18); }
.tpv-premium-editorial .tpv-premium-card:nth-child(8) { --tpv-accent: #e04b5f; --tpv-accent-2: #0f9f8f; --tpv-soft: rgba(224, 75, 95, 0.1); --tpv-glow: rgba(224, 75, 95, 0.18); }

.tpv-premium-editorial .tpv-premium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.36), transparent 42%);
  opacity: 0.8;
  pointer-events: none;
  z-index: -1;
}

.tpv-premium-editorial .tpv-premium-card:hover {
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
  border-color: color-mix(in srgb, var(--tpv-accent) 36%, transparent);
  box-shadow: 0 28px 68px rgba(29, 22, 47, 0.14);
}

.tpv-premium-editorial .tpv-premium-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 17px;
  color: var(--tpv-accent);
  background: linear-gradient(135deg, var(--tpv-soft), rgba(255, 255, 255, 0.7));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 14px 30px rgba(36, 31, 47, 0.08);
  transition: transform 280ms ease, color 280ms ease, background 280ms ease;
}

.tpv-premium-editorial .tpv-premium-icon i {
  font-size: 1.2rem;
  line-height: 1;
}

.tpv-premium-editorial .tpv-premium-card:hover .tpv-premium-icon {
  transform: translateY(-3px) scale(1.04) rotate(-3deg);
  color: #fff;
  background: linear-gradient(135deg, var(--tpv-accent), var(--tpv-accent-2));
}

.tpv-premium-editorial h3 {
  position: relative;
  margin: 0 0 12px;
  color: #241f2f;
  font-size: 1.06rem;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tpv-premium-editorial h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tpv-accent), var(--tpv-accent-2));
  transition: width 280ms ease;
}

.tpv-premium-editorial .tpv-premium-card:hover h3::after {
  width: 74px;
}

.tpv-premium-editorial .tpv-premium-card p {
  margin: 0;
  color: #635c6f;
  font-size: 0.95rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.tpv-premium-editorial .tpv-premium-card:hover .tpv-premium-cta {
  opacity: 1;
  transform: translateY(0);
}

.tpv-premium-editorial .tpv-premium-tilt-card {
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--tpv-glow), transparent 31%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 247, 0.86));
}

.tpv-premium-editorial .tpv-premium-process-card {
  padding-top: 30px;
}

.tpv-premium-editorial .tpv-premium-step {
  position: absolute;
  top: 16px;
  right: 20px;
  color: color-mix(in srgb, var(--tpv-accent) 16%, transparent);
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 280ms ease, color 280ms ease;
}

.tpv-premium-editorial .tpv-premium-process-card:hover .tpv-premium-step {
  color: color-mix(in srgb, var(--tpv-accent) 25%, transparent);
  transform: translateY(-4px) scale(1.04);
}

@media (min-width: 1200px) {
  .tpv-premium-editorial .tpv-premium-section {
    padding: 92px 28px;
  }

  .tpv-premium-editorial .tpv-premium-container {
    max-width: 1240px;
  }

  .tpv-premium-editorial .tpv-premium-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .tpv-premium-editorial .tpv-premium-section {
    padding: 78px 24px;
  }

  .tpv-premium-editorial .tpv-premium-container {
    max-width: 1000px;
  }

  .tpv-premium-editorial .tpv-premium-heading-wrap {
    margin-bottom: 36px;
  }

  .tpv-premium-editorial .tpv-premium-heading-wrap p {
    font-size: 0.99rem;
  }

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

  .tpv-premium-editorial .tpv-premium-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tpv-premium-editorial .tpv-premium-section {
    padding: 66px 20px;
  }

  .tpv-premium-editorial .tpv-premium-heading-wrap {
    margin-bottom: 32px;
  }

  .tpv-premium-editorial .tpv-premium-heading-wrap p {
    font-size: 0.96rem;
  }

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

  .tpv-premium-editorial .tpv-premium-card {
    min-height: 242px;
    padding: 23px;
  }

  .tpv-premium-editorial h3 {
    font-size: 1rem;
  }

  .tpv-premium-editorial .tpv-premium-card p {
    font-size: 0.92rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tpv-premium-editorial .tpv-premium-section {
    padding: 54px 16px;
  }

  .tpv-premium-editorial .tpv-premium-heading-wrap {
    margin-bottom: 26px;
  }

  .tpv-premium-editorial .tpv-premium-heading-wrap p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .tpv-premium-editorial .tpv-premium-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .tpv-premium-editorial .tpv-premium-card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .tpv-premium-editorial .tpv-premium-cta {
    width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tpv-premium-editorial .tpv-premium-section {
    padding: 46px 14px;
  }

  .tpv-premium-editorial .tpv-premium-heading-wrap {
    margin-bottom: 24px;
  }

  .tpv-premium-editorial .tpv-premium-heading-wrap p {
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .tpv-premium-editorial .tpv-premium-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .tpv-premium-editorial .tpv-premium-card {
    padding: 20px;
    border-radius: 18px;
  }

  .tpv-premium-editorial .tpv-premium-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 18px;
  }

  .tpv-premium-editorial h3 {
    font-size: 0.98rem;
  }

  .tpv-premium-editorial .tpv-premium-card p,
  .tpv-premium-editorial .tpv-premium-cta {
    font-size: 0.9rem;
  }

  .tpv-premium-editorial .tpv-premium-step {
    font-size: 3rem;
    right: 16px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .tpv-premium-editorial .tpv-premium-section {
    padding: 40px 12px;
  }

  .tpv-premium-editorial .tpv-premium-heading-wrap {
    margin-bottom: 20px;
  }

  .tpv-premium-editorial .tpv-premium-heading-wrap p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .tpv-premium-editorial .tpv-premium-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .tpv-premium-editorial .tpv-premium-card {
    padding: 18px;
    border-radius: 16px;
  }

  .tpv-premium-editorial .tpv-premium-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 16px;
  }

  .tpv-premium-editorial .tpv-premium-icon i {
    font-size: 1rem;
  }

  .tpv-premium-editorial h3 {
    font-size: 0.94rem;
  }

  .tpv-premium-editorial .tpv-premium-card p,
  .tpv-premium-editorial .tpv-premium-cta {
    font-size: 0.86rem;
    line-height: 1.55;
  }

  .tpv-premium-editorial .tpv-premium-step {
    top: 14px;
    right: 14px;
    font-size: 2.55rem;
  }
}

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

  .tpv-premium-editorial .tpv-premium-card,
  .tpv-premium-editorial .tpv-premium-card:hover {
    transform: none;
  }
}