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

.ttpav-content-block,
.ttpav-content-block * {
  box-sizing: border-box;
  max-width: 100%;
}

.ttpav-content-block {
  --ttpav-ink: #201426;
  --ttpav-muted: #6f6575;
  --ttpav-line: rgba(109, 57, 104, 0.16);
  --ttpav-grad: linear-gradient(135deg, #ff3b7f 0%, #8b5cf6 48%, #00d4ff 100%);
  --ttpav-soft: #fff7f8;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ttpav-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

.ttpav-content-block .ttpav-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding: 88px 20px;
}

.ttpav-content-block .ttpav-section-white {
  background: #fff;
}

.ttpav-content-block .ttpav-section-warm {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 59, 127, 0.12), transparent 32%),
    radial-gradient(circle at 85% 15%, rgba(0, 212, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #fff7f3 0%, #fffaf7 100%);
}

.ttpav-content-block .ttpav-container {
  width: min(1280px, 100%);
  max-width: 100%;
  margin: 0 auto;
}

.ttpav-content-block .ttpav-heading-wrap {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

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

.ttpav-content-block .ttpav-heading-wrap h2 span {
  background: var(--ttpav-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

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

.ttpav-content-block .ttpav-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --ttpav-card-a: #ff3b7f;
  --ttpav-card-b: #8b5cf6;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--ttpav-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 250, 0.88));
  box-shadow: 0 18px 48px rgba(43, 20, 50, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition: transform 420ms ease, opacity 520ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.ttpav-content-block .ttpav-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.62;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--ttpav-card-a) 13%, transparent), transparent 42%),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--ttpav-card-b) 16%, transparent), transparent 34%);
  transition: opacity 320ms ease;
}

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

.ttpav-content-block .ttpav-card.ttpav-visible {
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.ttpav-content-block .ttpav-card:hover {
  border-color: color-mix(in srgb, var(--ttpav-card-a) 42%, transparent);
  box-shadow: 0 26px 70px rgba(43, 20, 50, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.ttpav-content-block .ttpav-card:hover::before {
  opacity: 1;
}

.ttpav-content-block .ttpav-card:hover::after {
  transform: scaleX(1);
}

.ttpav-content-block .ttpav-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: var(--ttpav-card-a);
  background: color-mix(in srgb, var(--ttpav-card-a) 12%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--ttpav-card-a) 18%, transparent);
  transition: transform 320ms ease, color 320ms ease, background 320ms ease;
}

.ttpav-content-block .ttpav-icon i {
  font-size: 1.2rem;
  line-height: 1;
}

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

.ttpav-content-block .ttpav-card h3 {
  position: relative;
  display: inline-block;
  margin: 22px 0 10px;
  color: var(--ttpav-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ttpav-content-block .ttpav-card h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ttpav-card-a), var(--ttpav-card-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 320ms ease;
}

.ttpav-content-block .ttpav-card:hover h3::after {
  transform: scaleX(1);
}

.ttpav-content-block .ttpav-card p {
  margin: 0;
  color: var(--ttpav-muted);
  font-size: 0.96rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ttpav-content-block .ttpav-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--ttpav-card-a);
  font-size: 0.9rem;
  font-weight: 750;
  opacity: 0.12;
  transform: translateY(8px);
  transition: opacity 300ms ease, transform 300ms ease, color 300ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ttpav-content-block .ttpav-card:hover .ttpav-cta {
  opacity: 1;
  transform: translateY(0);
  color: var(--ttpav-card-b);
}

.ttpav-content-block .ttpav-grid-why .ttpav-card {
  transform-style: preserve-3d;
}

.ttpav-content-block .ttpav-grid-why .ttpav-icon,
.ttpav-content-block .ttpav-grid-why h3,
.ttpav-content-block .ttpav-grid-why p {
  transform: translateZ(14px);
}

.ttpav-content-block .ttpav-process-card {
  min-height: 260px;
}

.ttpav-content-block .ttpav-step-num {
  position: absolute;
  right: 20px;
  top: 12px;
  color: color-mix(in srgb, var(--ttpav-card-a) 17%, transparent);
  font-size: clamp(3.1rem, 7vw, 5.2rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 320ms ease, color 320ms ease;
}

.ttpav-content-block .ttpav-process-card:hover .ttpav-step-num {
  color: color-mix(in srgb, var(--ttpav-card-b) 24%, transparent);
  transform: translateY(-4px) scale(1.04);
}

.ttpav-content-block .ttpav-card:nth-child(8n+1) { --ttpav-card-a: #ff3b7f; --ttpav-card-b: #8b5cf6; }
.ttpav-content-block .ttpav-card:nth-child(8n+2) { --ttpav-card-a: #00a7ff; --ttpav-card-b: #7c3aed; }
.ttpav-content-block .ttpav-card:nth-child(8n+3) { --ttpav-card-a: #f97316; --ttpav-card-b: #ec4899; }
.ttpav-content-block .ttpav-card:nth-child(8n+4) { --ttpav-card-a: #14b8a6; --ttpav-card-b: #06b6d4; }
.ttpav-content-block .ttpav-card:nth-child(8n+5) { --ttpav-card-a: #ef4444; --ttpav-card-b: #f59e0b; }
.ttpav-content-block .ttpav-card:nth-child(8n+6) { --ttpav-card-a: #6366f1; --ttpav-card-b: #d946ef; }
.ttpav-content-block .ttpav-card:nth-child(8n+7) { --ttpav-card-a: #10b981; --ttpav-card-b: #3b82f6; }
.ttpav-content-block .ttpav-card:nth-child(8n+8) { --ttpav-card-a: #e11d48; --ttpav-card-b: #0ea5e9; }

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

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .ttpav-content-block .ttpav-section {
    padding: 82px 22px;
  }

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

  .ttpav-content-block .ttpav-heading-wrap p {
    font-size: 1rem;
  }

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

  .ttpav-content-block .ttpav-card {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ttpav-content-block .ttpav-section {
    padding: 68px 18px;
  }

  .ttpav-content-block .ttpav-heading-wrap {
    margin-bottom: 34px;
  }

  .ttpav-content-block .ttpav-heading-wrap p {
    font-size: 0.98rem;
  }

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

  .ttpav-content-block .ttpav-card {
    padding: 23px;
  }

  .ttpav-content-block .ttpav-card h3 {
    font-size: 1.02rem;
  }

  .ttpav-content-block .ttpav-card p {
    font-size: 0.94rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ttpav-content-block .ttpav-section {
    padding: 56px 16px;
  }

  .ttpav-content-block .ttpav-heading-wrap {
    margin-bottom: 28px;
  }

  .ttpav-content-block .ttpav-heading-wrap p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

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

  .ttpav-content-block .ttpav-card {
    padding: 22px;
    border-radius: 20px;
  }

  .ttpav-content-block .ttpav-cta {
    white-space: normal;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ttpav-content-block .ttpav-section {
    padding: 48px 14px;
  }

  .ttpav-content-block .ttpav-heading-wrap {
    margin-bottom: 24px;
  }

  .ttpav-content-block .ttpav-heading-wrap p {
    font-size: 0.9rem;
  }

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

  .ttpav-content-block .ttpav-card {
    padding: 20px;
  }

  .ttpav-content-block .ttpav-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .ttpav-content-block .ttpav-card h3 {
    font-size: 1rem;
  }

  .ttpav-content-block .ttpav-card p {
    font-size: 0.9rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ttpav-content-block .ttpav-section {
    padding: 42px 12px;
  }

  .ttpav-content-block .ttpav-heading-wrap {
    margin-bottom: 22px;
  }

  .ttpav-content-block .ttpav-heading-wrap p {
    font-size: 0.86rem;
    line-height: 1.56;
  }

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

  .ttpav-content-block .ttpav-card {
    padding: 18px;
    border-radius: 18px;
  }

  .ttpav-content-block .ttpav-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .ttpav-content-block .ttpav-icon i {
    font-size: 1rem;
  }

  .ttpav-content-block .ttpav-card h3 {
    font-size: 0.96rem;
  }

  .ttpav-content-block .ttpav-card p,
  .ttpav-content-block .ttpav-cta {
    font-size: 0.86rem;
  }

  .ttpav-content-block .ttpav-step-num {
    right: 14px;
    top: 12px;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .ttpav-content-block .ttpav-card,
  .ttpav-content-block .ttpav-card::before,
  .ttpav-content-block .ttpav-card::after,
  .ttpav-content-block .ttpav-icon,
  .ttpav-content-block .ttpav-card h3::after,
  .ttpav-content-block .ttpav-cta,
  .ttpav-content-block .ttpav-step-num {
    transition: none !important;
    animation: none !important;
  }

  .ttpav-content-block .ttpav-card,
  .ttpav-content-block .ttpav-card.ttpav-visible,
  .ttpav-content-block .ttpav-card:hover {
    opacity: 1;
    transform: none !important;
  }
}