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

.ttpv-premium-section,
.ttpv-premium-section * {
  box-sizing: border-box;
}

.ttpv-premium-section {
  --ttpv-ink: #15151f;
  --ttpv-muted: #646171;
  --ttpv-soft: #fff7f2;
  --ttpv-line: rgba(32, 25, 46, 0.12);
  --ttpv-brand-a: #ff3f72;
  --ttpv-brand-b: #15d6d6;
  --ttpv-brand-c: #7c5cff;
  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(--ttpv-ink);
  background: #fff;
}

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

.ttpv-premium-section .ttpv-block--white {
  background: #fff;
}

.ttpv-premium-section .ttpv-block--warm {
  background:
    radial-gradient(circle at 12% 15%, rgba(255, 63, 114, 0.12), transparent 32%),
    radial-gradient(circle at 88% 10%, rgba(21, 214, 214, 0.14), transparent 34%),
    linear-gradient(135deg, #fff8f3 0%, #fffdf9 48%, #f5fbff 100%);
}

.ttpv-premium-section .ttpv-container {
  width: min(1360px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 92px 32px;
}

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

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

.ttpv-premium-section .ttpv-section-intro h2 span {
  color: transparent;
  background: linear-gradient(100deg, var(--ttpv-brand-a), var(--ttpv-brand-c) 48%, var(--ttpv-brand-b));
  -webkit-background-clip: text;
  background-clip: text;
}

.ttpv-premium-section .ttpv-section-intro p {
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--ttpv-muted);
  font-size: 1.04rem;
  line-height: 1.75;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.ttpv-premium-section .ttpv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ttpv-card-a: #ff3f72;
  --ttpv-card-b: #15d6d6;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--ttpv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--ttpv-card-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  box-shadow: 0 16px 46px rgba(24, 22, 38, 0.08);
  opacity: 0;
  transform: translateY(24px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transition:
    opacity 0.7s ease,
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease;
}

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

.ttpv-premium-section .ttpv-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--ttpv-card-a), var(--ttpv-card-b));
  opacity: 0.42;
  transform: scaleX(0.34);
  transform-origin: left;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.ttpv-premium-section .ttpv-card.is-visible {
  opacity: 1;
  transform: translateY(0) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.ttpv-premium-section .ttpv-card:hover {
  border-color: color-mix(in srgb, var(--ttpv-card-a) 42%, rgba(255, 255, 255, 0.4));
  box-shadow: 0 24px 64px rgba(24, 22, 38, 0.14);
  transform: translateY(-7px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.ttpv-premium-section .ttpv-card:hover::after {
  opacity: 0.9;
  transform: scaleX(1);
}

.ttpv-premium-section .ttpv-icon {
  width: 52px;
  height: 52px;
  max-width: 100%;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: var(--ttpv-card-a);
  background: color-mix(in srgb, var(--ttpv-card-a) 11%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ttpv-card-a) 16%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.ttpv-premium-section .ttpv-icon i {
  font-size: 1.12rem;
  line-height: 1;
}

.ttpv-premium-section .ttpv-card:hover .ttpv-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--ttpv-card-a), var(--ttpv-card-b));
  box-shadow: 0 14px 28px color-mix(in srgb, var(--ttpv-card-a) 22%, transparent);
  transform: translateY(-3px) scale(1.04) rotate(-3deg);
}

.ttpv-premium-section .ttpv-card h3 {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 22px 0 0;
  color: var(--ttpv-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 760;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ttpv-premium-section .ttpv-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ttpv-card-a), var(--ttpv-card-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.ttpv-premium-section .ttpv-card:hover h3::after {
  transform: scaleX(1);
}

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

.ttpv-premium-section .ttpv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ttpv-card-a);
  font-size: 0.88rem;
  line-height: 1.3;
  font-weight: 740;
  opacity: 0.28;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ttpv-premium-section .ttpv-card:hover .ttpv-cta {
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--ttpv-card-a) 84%, #111);
}

.ttpv-premium-section .ttpv-grid--why .ttpv-card {
  transform-style: preserve-3d;
}

.ttpv-premium-section .ttpv-grid--why .ttpv-card h3,
.ttpv-premium-section .ttpv-grid--why .ttpv-card p,
.ttpv-premium-section .ttpv-grid--why .ttpv-icon {
  transform: translateZ(18px);
}

.ttpv-premium-section .ttpv-process-card {
  min-height: 254px;
}

.ttpv-premium-section .ttpv-process-card::before {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 4px;
  z-index: -1;
  color: color-mix(in srgb, var(--ttpv-card-a) 12%, transparent);
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.28s ease, color 0.28s ease;
  pointer-events: none;
}

.ttpv-premium-section .ttpv-step-number {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--ttpv-card-a);
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 820;
  letter-spacing: 0.08em;
  transition: transform 0.28s ease, color 0.28s ease;
}

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

.ttpv-premium-section .ttpv-process-card:hover .ttpv-step-number {
  color: var(--ttpv-card-b);
  transform: translateX(4px);
}

.ttpv-premium-section .ttpv-card:nth-child(1) {
  --ttpv-card-a: #ff3f72;
  --ttpv-card-b: #15d6d6;
}

.ttpv-premium-section .ttpv-card:nth-child(2) {
  --ttpv-card-a: #7c5cff;
  --ttpv-card-b: #ffb13d;
}

.ttpv-premium-section .ttpv-card:nth-child(3) {
  --ttpv-card-a: #00a6a6;
  --ttpv-card-b: #ff477e;
}

.ttpv-premium-section .ttpv-card:nth-child(4) {
  --ttpv-card-a: #f97316;
  --ttpv-card-b: #6d5dfc;
}

.ttpv-premium-section .ttpv-card:nth-child(5) {
  --ttpv-card-a: #2563eb;
  --ttpv-card-b: #fb4b80;
}

.ttpv-premium-section .ttpv-card:nth-child(6) {
  --ttpv-card-a: #10b981;
  --ttpv-card-b: #8b5cf6;
}

.ttpv-premium-section .ttpv-card:nth-child(7) {
  --ttpv-card-a: #e11d48;
  --ttpv-card-b: #06b6d4;
}

.ttpv-premium-section .ttpv-card:nth-child(8) {
  --ttpv-card-a: #9333ea;
  --ttpv-card-b: #f59e0b;
}

@media (min-width: 1200px) {
  .ttpv-premium-section .ttpv-container {
    width: min(1360px, 100%);
    padding: 96px 34px;
  }

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

  .ttpv-premium-section .ttpv-section-intro {
    margin-bottom: 44px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ttpv-premium-section .ttpv-container {
    width: min(1120px, 100%);
    padding: 82px 28px;
  }

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

  .ttpv-premium-section .ttpv-card {
    padding: 24px;
  }

  .ttpv-premium-section .ttpv-section-intro p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ttpv-premium-section .ttpv-container {
    padding: 68px 24px;
  }

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

  .ttpv-premium-section .ttpv-section-intro {
    margin-bottom: 34px;
  }

  .ttpv-premium-section .ttpv-card {
    padding: 22px;
  }

  .ttpv-premium-section .ttpv-card h3 {
    font-size: 1.02rem;
  }

  .ttpv-premium-section .ttpv-card p {
    font-size: 0.93rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ttpv-premium-section .ttpv-container {
    padding: 54px 18px;
  }

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

  .ttpv-premium-section .ttpv-section-intro {
    margin-bottom: 28px;
  }

  .ttpv-premium-section .ttpv-section-intro p {
    font-size: 0.95rem;
    line-height: 1.65;
  }

  .ttpv-premium-section .ttpv-card {
    padding: 21px;
    border-radius: 20px;
  }

  .ttpv-premium-section .ttpv-icon {
    width: 48px;
    height: 48px;
  }

  .ttpv-premium-section .ttpv-cta {
    width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ttpv-premium-section .ttpv-container {
    padding: 48px 15px;
  }

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

  .ttpv-premium-section .ttpv-section-intro {
    margin-bottom: 24px;
  }

  .ttpv-premium-section .ttpv-section-intro p {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .ttpv-premium-section .ttpv-card {
    padding: 19px;
    border-radius: 18px;
  }

  .ttpv-premium-section .ttpv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .ttpv-premium-section .ttpv-process-card::before {
    font-size: 4.8rem;
    right: 14px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ttpv-premium-section .ttpv-container {
    padding: 42px 12px;
  }

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

  .ttpv-premium-section .ttpv-section-intro {
    margin-bottom: 22px;
  }

  .ttpv-premium-section .ttpv-section-intro p {
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .ttpv-premium-section .ttpv-card {
    padding: 17px;
    border-radius: 16px;
  }

  .ttpv-premium-section .ttpv-card h3 {
    font-size: 0.98rem;
  }

  .ttpv-premium-section .ttpv-card p {
    font-size: 0.88rem;
  }

  .ttpv-premium-section .ttpv-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .ttpv-premium-section .ttpv-icon i {
    font-size: 1rem;
  }

  .ttpv-premium-section .ttpv-process-card::before {
    font-size: 4.2rem;
    right: 12px;
  }
}

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

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

  .ttpv-premium-section .ttpv-card {
    padding: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ttpv-premium-section .ttpv-card,
  .ttpv-premium-section .ttpv-card::after,
  .ttpv-premium-section .ttpv-card h3::after,
  .ttpv-premium-section .ttpv-icon,
  .ttpv-premium-section .ttpv-cta,
  .ttpv-premium-section .ttpv-process-card::before,
  .ttpv-premium-section .ttpv-step-number {
    transition: none !important;
  }

  .ttpv-premium-section .ttpv-card,
  .ttpv-premium-section .ttpv-card.is-visible,
  .ttpv-premium-section .ttpv-card:hover {
    transform: none !important;
  }
}