@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-content,
.tpv-premium-content * {
  box-sizing: border-box;
}

.tpv-premium-content {
  --tpv-ink: #15131f;
  --tpv-muted: #635f70;
  --tpv-line: rgba(36, 28, 58, 0.12);
  --tpv-rose: #ff4d7d;
  --tpv-cyan: #20d5e6;
  --tpv-gold: #f5a623;
  --tpv-violet: #7c4dff;
  --tpv-soft: #fff7f4;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--tpv-ink);
  background: #fff;
}

.tpv-premium-content .tpv-premium-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.tpv-premium-content .tpv-premium-section-white {
  background: #fff;
}

.tpv-premium-content .tpv-premium-section-warm {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 77, 125, 0.10), transparent 34%),
    radial-gradient(circle at 88% 20%, rgba(32, 213, 230, 0.12), transparent 32%),
    linear-gradient(180deg, #fff8f5 0%, #fffaf2 100%);
}

.tpv-premium-content .tpv-premium-container {
  width: min(1280px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 92px 28px;
}

.tpv-premium-content .tpv-premium-header {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.tpv-premium-content .tpv-premium-header h2 {
  margin: 0;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 800;
  color: var(--tpv-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tpv-premium-content .tpv-premium-header h2 span {
  background: linear-gradient(135deg, var(--tpv-rose), var(--tpv-violet) 52%, var(--tpv-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tpv-premium-content .tpv-premium-header p {
  margin: 14px auto 0;
  max-width: 720px;
  font-size: 1.04rem;
  line-height: 1.7;
  color: var(--tpv-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tpv-premium-content .tpv-premium-grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tpv-premium-content .tpv-premium-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --tpv-card-a: #ff4d7d;
  --tpv-card-b: #20d5e6;
  --tpv-card-bg: #ffffff;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  isolation: isolate;
  padding: 26px;
  border: 1px solid var(--tpv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--tpv-card-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), color-mix(in srgb, var(--tpv-card-bg) 82%, #fff));
  box-shadow: 0 16px 40px rgba(31, 22, 45, 0.08);
  transform: translateY(22px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tpv-premium-content .tpv-premium-card:nth-child(1) { --tpv-card-a: #ff4d7d; --tpv-card-b: #20d5e6; --tpv-card-bg: #fff4f7; }
.tpv-premium-content .tpv-premium-card:nth-child(2) { --tpv-card-a: #7c4dff; --tpv-card-b: #ff4d7d; --tpv-card-bg: #f7f4ff; }
.tpv-premium-content .tpv-premium-card:nth-child(3) { --tpv-card-a: #20d5e6; --tpv-card-b: #1d9bf0; --tpv-card-bg: #f0fbff; }
.tpv-premium-content .tpv-premium-card:nth-child(4) { --tpv-card-a: #f5a623; --tpv-card-b: #ff4d7d; --tpv-card-bg: #fff8ea; }
.tpv-premium-content .tpv-premium-card:nth-child(5) { --tpv-card-a: #00b894; --tpv-card-b: #20d5e6; --tpv-card-bg: #effcf8; }
.tpv-premium-content .tpv-premium-card:nth-child(6) { --tpv-card-a: #ff6b4a; --tpv-card-b: #f5a623; --tpv-card-bg: #fff3ed; }
.tpv-premium-content .tpv-premium-card:nth-child(7) { --tpv-card-a: #4b7bec; --tpv-card-b: #7c4dff; --tpv-card-bg: #f3f6ff; }
.tpv-premium-content .tpv-premium-card:nth-child(8) { --tpv-card-a: #d946ef; --tpv-card-b: #20d5e6; --tpv-card-bg: #fdf3ff; }

.tpv-premium-content .tpv-premium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--tpv-card-a) 10%, transparent), transparent 48%, color-mix(in srgb, var(--tpv-card-b) 12%, transparent));
  opacity: 0.7;
  pointer-events: none;
}

.tpv-premium-content .tpv-premium-card.tpv-is-visible {
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.tpv-premium-content .tpv-premium-card:hover {
  border-color: color-mix(in srgb, var(--tpv-card-a) 38%, rgba(36, 28, 58, 0.15));
  box-shadow: 0 24px 58px rgba(31, 22, 45, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.tpv-premium-content .tpv-premium-icon {
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, color-mix(in srgb, var(--tpv-card-a) 13%, #fff), color-mix(in srgb, var(--tpv-card-b) 11%, #fff));
  color: var(--tpv-card-a);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--tpv-card-a) 16%, transparent);
  transition: transform 260ms ease, background 260ms ease, color 260ms ease;
}

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

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

.tpv-premium-content .tpv-premium-card h3 {
  position: relative;
  margin: 22px 0 0;
  padding-bottom: 12px;
  font-size: 1.08rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 760;
  color: var(--tpv-ink);
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tpv-premium-content .tpv-premium-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tpv-card-a), var(--tpv-card-b));
  transition: width 260ms ease;
}

.tpv-premium-content .tpv-premium-card:hover h3::after {
  width: 72px;
}

.tpv-premium-content .tpv-premium-card p {
  margin: 14px 0 0;
  font-size: 0.95rem;
  line-height: 1.66;
  color: var(--tpv-muted);
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.tpv-premium-content .tpv-premium-card:hover .tpv-premium-cta {
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--tpv-card-a) 70%, var(--tpv-card-b));
}

.tpv-premium-content .tpv-premium-tilt-grid .tpv-premium-card {
  transform-style: preserve-3d;
  perspective: 900px;
}

.tpv-premium-content .tpv-premium-tilt-grid .tpv-premium-card:hover .tpv-premium-icon,
.tpv-premium-content .tpv-premium-tilt-grid .tpv-premium-card:hover h3,
.tpv-premium-content .tpv-premium-tilt-grid .tpv-premium-card:hover p {
  transform: translateZ(10px);
}

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

.tpv-premium-content .tpv-premium-process-card::after {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 8px;
  z-index: -1;
  font-size: clamp(3.6rem, 8vw, 5.6rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  color: color-mix(in srgb, var(--tpv-card-a) 11%, transparent);
  transition: transform 260ms ease, color 260ms ease;
  pointer-events: none;
  max-width: 100%;
}

.tpv-premium-content .tpv-premium-process-card:hover::after {
  color: color-mix(in srgb, var(--tpv-card-a) 18%, transparent);
  transform: translateY(-4px) scale(1.04);
}

.tpv-premium-content .tpv-premium-step {
  display: inline;
  max-width: 100%;
  color: color-mix(in srgb, var(--tpv-card-a) 72%, var(--tpv-ink));
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 1200px) {
  .tpv-premium-content .tpv-premium-container {
    width: min(1280px, 100%);
    padding: 96px 28px;
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .tpv-premium-content .tpv-premium-container {
    width: min(1080px, 100%);
    padding: 84px 24px;
  }

  .tpv-premium-content .tpv-premium-header {
    margin-bottom: 36px;
  }

  .tpv-premium-content .tpv-premium-header p {
    font-size: 1rem;
  }

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .tpv-premium-content .tpv-premium-container {
    width: min(920px, 100%);
    padding: 72px 22px;
  }

  .tpv-premium-content .tpv-premium-header {
    margin-bottom: 32px;
  }

  .tpv-premium-content .tpv-premium-header p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

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

  .tpv-premium-content .tpv-premium-card {
    padding: 22px;
  }

  .tpv-premium-content .tpv-premium-card h3 {
    font-size: 1.02rem;
  }

  .tpv-premium-content .tpv-premium-card p {
    font-size: 0.93rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tpv-premium-content .tpv-premium-container {
    padding: 58px 18px;
  }

  .tpv-premium-content .tpv-premium-header {
    margin-bottom: 28px;
  }

  .tpv-premium-content .tpv-premium-header p {
    font-size: 0.95rem;
    line-height: 1.6;
  }

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

  .tpv-premium-content .tpv-premium-card {
    padding: 22px;
    border-radius: 20px;
  }

  .tpv-premium-content .tpv-premium-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

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

  .tpv-premium-content .tpv-premium-card p,
  .tpv-premium-content .tpv-premium-cta {
    font-size: 0.92rem;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tpv-premium-content .tpv-premium-container {
    padding: 50px 16px;
  }

  .tpv-premium-content .tpv-premium-header {
    margin-bottom: 24px;
  }

  .tpv-premium-content .tpv-premium-header p {
    font-size: 0.9rem;
    line-height: 1.58;
  }

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

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

  .tpv-premium-content .tpv-premium-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }

  .tpv-premium-content .tpv-premium-icon i {
    font-size: 1.08rem;
  }

  .tpv-premium-content .tpv-premium-card h3 {
    margin-top: 18px;
    font-size: 0.98rem;
  }

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

@media (min-width: 320px) and (max-width: 374px) {
  .tpv-premium-content .tpv-premium-container {
    padding: 44px 12px;
  }

  .tpv-premium-content .tpv-premium-header {
    margin-bottom: 22px;
  }

  .tpv-premium-content .tpv-premium-header p {
    font-size: 0.86rem;
    line-height: 1.55;
  }

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

  .tpv-premium-content .tpv-premium-card {
    padding: 18px;
    border-radius: 17px;
  }

  .tpv-premium-content .tpv-premium-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

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

  .tpv-premium-content .tpv-premium-card h3 {
    margin-top: 16px;
    font-size: 0.94rem;
  }

  .tpv-premium-content .tpv-premium-card p,
  .tpv-premium-content .tpv-premium-cta,
  .tpv-premium-content .tpv-premium-step {
    font-size: 0.84rem;
  }

  .tpv-premium-content .tpv-premium-process-card::after {
    right: 12px;
    top: 8px;
    font-size: 3.2rem;
  }
}

@media (max-width: 319px) {
  .tpv-premium-content .tpv-premium-container {
    padding: 38px 10px;
  }

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

  .tpv-premium-content .tpv-premium-card {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tpv-premium-content .tpv-premium-card,
  .tpv-premium-content .tpv-premium-card *,
  .tpv-premium-content .tpv-premium-process-card::after {
    transition: none !important;
    animation: none !important;
  }

  .tpv-premium-content .tpv-premium-card,
  .tpv-premium-content .tpv-premium-card.tpv-is-visible,
  .tpv-premium-content .tpv-premium-card:hover {
    opacity: 1;
    transform: none !important;
  }

  .tpv-premium-content .tpv-premium-cta {
    opacity: 1;
    transform: none;
  }
}