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

.tfv-premium-content,
.tfv-premium-content * {
  box-sizing: border-box;
}

.tfv-premium-content {
  --tfv-ink: #19151f;
  --tfv-muted: #6d6574;
  --tfv-line: rgba(41, 26, 56, 0.12);
  --tfv-pink: #ff2d70;
  --tfv-cyan: #12d6df;
  --tfv-violet: #7c3cff;
  --tfv-warm: #fff6f1;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--tfv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tfv-premium-content .tfv-section {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  padding: 86px 22px;
}

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

.tfv-premium-content .tfv-section-warm {
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 45, 112, 0.11), transparent 32%),
    radial-gradient(circle at 86% 20%, rgba(18, 214, 223, 0.12), transparent 34%),
    linear-gradient(180deg, #fff8f4 0%, #fffaf7 100%);
}

.tfv-premium-content .tfv-container {
  width: min(1380px, 100%);
  max-width: 100%;
  margin: 0 auto;
}

.tfv-premium-content .tfv-section-head {
  width: min(780px, 100%);
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}

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

.tfv-premium-content .tfv-section-head h2 span {
  background: linear-gradient(110deg, var(--tfv-pink), var(--tfv-violet) 48%, var(--tfv-cyan));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tfv-premium-content .tfv-section-head p {
  margin: 14px auto 0;
  color: var(--tfv-muted);
  font-size: 1.03rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.tfv-premium-content .tfv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --tfv-a: #ff2d70;
  --tfv-b: #12d6df;
  --tfv-soft: rgba(255, 45, 112, 0.08);
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 248px;
  padding: 28px;
  border: 1px solid var(--tfv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--tfv-a) 16%, transparent), transparent 31%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82)),
    linear-gradient(135deg, color-mix(in srgb, var(--tfv-a) 10%, white), color-mix(in srgb, var(--tfv-b) 10%, white));
  box-shadow: 0 16px 42px rgba(31, 23, 43, 0.08);
  transform: translateY(20px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition: transform 340ms ease, opacity 520ms ease, box-shadow 340ms ease, border-color 340ms ease, background 340ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tfv-premium-content .tfv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--tfv-a) 14%, transparent), transparent 46%),
    radial-gradient(circle at 82% 12%, color-mix(in srgb, var(--tfv-b) 16%, transparent), transparent 28%);
  opacity: 0.72;
  pointer-events: none;
}

.tfv-premium-content .tfv-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tfv-a), var(--tfv-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
}

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

.tfv-premium-content .tfv-card:hover {
  border-color: color-mix(in srgb, var(--tfv-a) 42%, var(--tfv-line));
  box-shadow: 0 24px 64px rgba(31, 23, 43, 0.14);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.tfv-premium-content .tfv-card:hover::after {
  transform: scaleX(1);
}

.tfv-premium-content .tfv-icon {
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--tfv-a);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), color-mix(in srgb, var(--tfv-a) 12%, white));
  border: 1px solid color-mix(in srgb, var(--tfv-a) 20%, transparent);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--tfv-a) 16%, transparent);
  transition: transform 340ms ease, color 340ms ease, background 340ms ease;
}

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

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

.tfv-premium-content .tfv-card h3 {
  position: relative;
  display: inline;
  margin: 0;
  color: var(--tfv-ink);
  font-size: 1.08rem;
  line-height: 1.35;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--tfv-a), var(--tfv-b));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size 320ms ease;
}

.tfv-premium-content .tfv-card:hover h3 {
  background-size: 100% 2px;
}

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

.tfv-premium-content .tfv-card-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--tfv-a);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.35;
  opacity: 0.3;
  transform: translateY(8px);
  transition: opacity 280ms ease, transform 280ms ease, color 280ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tfv-premium-content .tfv-card:hover .tfv-card-cta {
  opacity: 1;
  transform: translateY(0);
  color: var(--tfv-violet);
}

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

.tfv-premium-content .tfv-tilt-card .tfv-icon,
.tfv-premium-content .tfv-tilt-card h3,
.tfv-premium-content .tfv-tilt-card p {
  transform: translateZ(0);
}

.tfv-premium-content .tfv-process-card {
  min-height: 270px;
  padding-top: 34px;
}

.tfv-premium-content .tfv-step-bg {
  position: absolute;
  top: 8px;
  right: 18px;
  color: color-mix(in srgb, var(--tfv-a) 12%, transparent);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 340ms ease, color 340ms ease;
}

.tfv-premium-content .tfv-process-card:hover .tfv-step-bg {
  color: color-mix(in srgb, var(--tfv-a) 20%, transparent);
  transform: translateY(-5px) scale(1.04);
}

.tfv-premium-content .tfv-step-line {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 18px;
  color: var(--tfv-a);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tfv-premium-content .tfv-card:nth-child(1) { --tfv-a: #ff2d70; --tfv-b: #12d6df; }
.tfv-premium-content .tfv-card:nth-child(2) { --tfv-a: #7c3cff; --tfv-b: #ff5b8f; }
.tfv-premium-content .tfv-card:nth-child(3) { --tfv-a: #0ea5e9; --tfv-b: #22c55e; }
.tfv-premium-content .tfv-card:nth-child(4) { --tfv-a: #f97316; --tfv-b: #ff2d70; }
.tfv-premium-content .tfv-card:nth-child(5) { --tfv-a: #14b8a6; --tfv-b: #7c3cff; }
.tfv-premium-content .tfv-card:nth-child(6) { --tfv-a: #ec4899; --tfv-b: #f59e0b; }
.tfv-premium-content .tfv-card:nth-child(7) { --tfv-a: #6366f1; --tfv-b: #06b6d4; }
.tfv-premium-content .tfv-card:nth-child(8) { --tfv-a: #10b981; --tfv-b: #ff2d70; }

@media (min-width: 1200px) {
  .tfv-premium-content .tfv-section {
    padding: 96px 28px;
  }

  .tfv-premium-content .tfv-container {
    width: min(1380px, 100%);
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .tfv-premium-content .tfv-section {
    padding: 78px 22px;
  }

  .tfv-premium-content .tfv-container {
    width: min(1080px, 100%);
  }

  .tfv-premium-content .tfv-section-head p {
    font-size: 0.99rem;
  }

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

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

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

  .tfv-premium-content .tfv-section-head {
    margin-bottom: 34px;
  }

  .tfv-premium-content .tfv-section-head p {
    font-size: 0.96rem;
  }

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

  .tfv-premium-content .tfv-card {
    padding: 23px;
  }

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

  .tfv-premium-content .tfv-card p {
    font-size: 0.92rem;
  }
}

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

  .tfv-premium-content .tfv-section-head {
    margin-bottom: 28px;
  }

  .tfv-premium-content .tfv-section-head p {
    font-size: 0.93rem;
  }

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

  .tfv-premium-content .tfv-card {
    padding: 22px;
    min-height: auto;
  }

  .tfv-premium-content .tfv-card-cta {
    width: 100%;
  }
}

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

  .tfv-premium-content .tfv-section-head {
    margin-bottom: 24px;
  }

  .tfv-premium-content .tfv-section-head p {
    font-size: 0.9rem;
    line-height: 1.62;
  }

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

  .tfv-premium-content .tfv-card {
    padding: 20px;
    border-radius: 18px;
    min-height: auto;
  }

  .tfv-premium-content .tfv-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    margin-bottom: 18px;
  }

  .tfv-premium-content .tfv-card h3 {
    font-size: 0.98rem;
  }

  .tfv-premium-content .tfv-card p {
    font-size: 0.9rem;
  }

  .tfv-premium-content .tfv-step-bg {
    font-size: 4.2rem;
  }
}

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

  .tfv-premium-content .tfv-section-head {
    margin-bottom: 22px;
  }

  .tfv-premium-content .tfv-section-head p {
    font-size: 0.88rem;
    line-height: 1.58;
  }

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

  .tfv-premium-content .tfv-card {
    padding: 18px;
    border-radius: 16px;
    min-height: auto;
  }

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

  .tfv-premium-content .tfv-icon i {
    font-size: 1.05rem;
  }

  .tfv-premium-content .tfv-card h3 {
    font-size: 0.95rem;
  }

  .tfv-premium-content .tfv-card p,
  .tfv-premium-content .tfv-card-cta {
    font-size: 0.86rem;
  }

  .tfv-premium-content .tfv-step-bg {
    right: 12px;
    font-size: 3.6rem;
  }
}

@media (max-width: 319px) {
  .tfv-premium-content .tfv-card-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tfv-premium-content .tfv-card,
  .tfv-premium-content .tfv-icon,
  .tfv-premium-content .tfv-card-cta,
  .tfv-premium-content .tfv-step-bg {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

  .tfv-premium-content .tfv-card {
    opacity: 1;
  }
}