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

.tsv-premium-block,
.tsv-premium-block * {
  box-sizing: border-box;
}

.tsv-premium-block {
  --tsv-ink: #17121f;
  --tsv-muted: #685f73;
  --tsv-line: rgba(35, 22, 46, 0.1);
  --tsv-warm: #fff4ec;
  --tsv-grad-a: #ff3f73;
  --tsv-grad-b: #7c3cff;
  --tsv-grad-c: #00b8d9;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--tsv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  isolation: isolate;
}

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

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

.tsv-premium-block .tsv-premium-section-warm {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 63, 115, 0.13), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(0, 184, 217, 0.12), transparent 28%),
    linear-gradient(180deg, #fff7f0 0%, #fffaf5 52%, #fff4ec 100%);
}

.tsv-premium-block .tsv-premium-container {
  width: min(1320px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
  padding: 88px 0;
}

.tsv-premium-block .tsv-premium-heading {
  width: min(820px, 100%);
  max-width: 100%;
  margin: 0 auto 38px;
  text-align: center;
}

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

.tsv-premium-block .tsv-premium-heading h2 span {
  background: linear-gradient(110deg, var(--tsv-grad-a), var(--tsv-grad-b), var(--tsv-grad-c));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tsv-premium-block .tsv-premium-heading p {
  margin: 14px auto 0;
  width: min(720px, 100%);
  max-width: 100%;
  color: var(--tsv-muted);
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.tsv-premium-block .tsv-premium-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --tsv-accent: #ff3f73;
  --tsv-accent-2: #7c3cff;
  --tsv-soft: rgba(255, 63, 115, 0.1);
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 270px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--tsv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.98), transparent 0 120px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.82)),
    linear-gradient(145deg, var(--tsv-soft), rgba(255, 255, 255, 0));
  box-shadow: 0 16px 42px rgba(23, 18, 31, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.22s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    background 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tsv-premium-block .tsv-premium-card:nth-child(8n + 1) {
  --tsv-accent: #ff3f73;
  --tsv-accent-2: #7c3cff;
  --tsv-soft: rgba(255, 63, 115, 0.12);
}

.tsv-premium-block .tsv-premium-card:nth-child(8n + 2) {
  --tsv-accent: #00a8d7;
  --tsv-accent-2: #4f7cff;
  --tsv-soft: rgba(0, 168, 215, 0.12);
}

.tsv-premium-block .tsv-premium-card:nth-child(8n + 3) {
  --tsv-accent: #ff8a3d;
  --tsv-accent-2: #ff3f73;
  --tsv-soft: rgba(255, 138, 61, 0.13);
}

.tsv-premium-block .tsv-premium-card:nth-child(8n + 4) {
  --tsv-accent: #25b579;
  --tsv-accent-2: #00b8d9;
  --tsv-soft: rgba(37, 181, 121, 0.12);
}

.tsv-premium-block .tsv-premium-card:nth-child(8n + 5) {
  --tsv-accent: #8b5cf6;
  --tsv-accent-2: #ec4899;
  --tsv-soft: rgba(139, 92, 246, 0.12);
}

.tsv-premium-block .tsv-premium-card:nth-child(8n + 6) {
  --tsv-accent: #f2a900;
  --tsv-accent-2: #ff5f57;
  --tsv-soft: rgba(242, 169, 0, 0.14);
}

.tsv-premium-block .tsv-premium-card:nth-child(8n + 7) {
  --tsv-accent: #14b8a6;
  --tsv-accent-2: #6366f1;
  --tsv-soft: rgba(20, 184, 166, 0.12);
}

.tsv-premium-block .tsv-premium-card:nth-child(8n + 8) {
  --tsv-accent: #e11d48;
  --tsv-accent-2: #06b6d4;
  --tsv-soft: rgba(225, 29, 72, 0.11);
}

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

.tsv-premium-block .tsv-premium-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--tsv-accent) 18%, transparent), transparent 34%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.tsv-premium-block .tsv-premium-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--tsv-accent), var(--tsv-accent-2));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.tsv-premium-block .tsv-premium-card:hover {
  border-color: color-mix(in srgb, var(--tsv-accent) 38%, rgba(35, 22, 46, 0.12));
  box-shadow: 0 24px 60px rgba(23, 18, 31, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.tsv-premium-block .tsv-premium-card:hover::before {
  opacity: 1;
}

.tsv-premium-block .tsv-premium-card:hover::after {
  transform: scaleX(1);
}

.tsv-premium-block .tsv-premium-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 22px;
  border-radius: 18px;
  color: var(--tsv-accent);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), var(--tsv-soft));
  border: 1px solid color-mix(in srgb, var(--tsv-accent) 18%, transparent);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--tsv-accent) 15%, transparent);
  transition: transform 0.28s ease, color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

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

.tsv-premium-block .tsv-premium-card:hover .tsv-premium-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--tsv-accent), var(--tsv-accent-2));
  transform: translateY(-3px) scale(1.05) rotate(-3deg);
  box-shadow: 0 16px 34px color-mix(in srgb, var(--tsv-accent) 28%, transparent);
}

.tsv-premium-block .tsv-premium-card h3 {
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  color: var(--tsv-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 800;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--tsv-accent), var(--tsv-accent-2));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 2px;
  transition: background-size 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.tsv-premium-block .tsv-premium-card p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--tsv-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tsv-premium-block .tsv-premium-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: auto;
  max-width: 100%;
  margin-top: 20px;
  color: var(--tsv-accent);
  font-size: 0.9rem;
  font-weight: 800;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 0.28s ease, transform 0.28s ease, color 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tsv-premium-block .tsv-premium-card:hover .tsv-premium-cta {
  opacity: 1;
  transform: translateY(0);
  color: var(--tsv-accent-2);
}

.tsv-premium-block .tsv-premium-tilt {
  transform-style: preserve-3d;
}

.tsv-premium-block .tsv-premium-tilt .tsv-premium-icon,
.tsv-premium-block .tsv-premium-tilt h3,
.tsv-premium-block .tsv-premium-tilt p {
  transform: translateZ(12px);
}

.tsv-premium-block .tsv-premium-process {
  min-height: 292px;
}

.tsv-premium-block .tsv-premium-process::before {
  content: var(--tsv-step);
  position: absolute;
  right: 18px;
  top: 8px;
  color: color-mix(in srgb, var(--tsv-accent) 10%, transparent);
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  opacity: 0.8;
  transform: translateY(0) scale(1);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.tsv-premium-block .tsv-premium-process:hover::before {
  opacity: 1;
  transform: translateY(-4px) scale(1.05);
}

.tsv-premium-block .tsv-premium-step {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 18px;
  color: var(--tsv-accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tsv-premium-block .tsv-premium-process .tsv-premium-icon {
  margin-bottom: 18px;
}

@media (min-width: 1200px) {
  .tsv-premium-block .tsv-premium-container {
    width: min(1320px, calc(100% - 64px));
    padding: 94px 0;
  }

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

  .tsv-premium-block .tsv-premium-heading {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .tsv-premium-block .tsv-premium-container {
    width: min(1080px, calc(100% - 48px));
    padding: 78px 0;
  }

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

  .tsv-premium-block .tsv-premium-heading p {
    font-size: 0.98rem;
  }

  .tsv-premium-block .tsv-premium-card {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tsv-premium-block .tsv-premium-container {
    width: min(900px, calc(100% - 40px));
    padding: 66px 0;
  }

  .tsv-premium-block .tsv-premium-heading {
    margin-bottom: 30px;
  }

  .tsv-premium-block .tsv-premium-heading p {
    font-size: 0.95rem;
  }

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

  .tsv-premium-block .tsv-premium-card {
    min-height: 245px;
    padding: 24px;
  }

  .tsv-premium-block .tsv-premium-card h3 {
    font-size: 1.02rem;
  }

  .tsv-premium-block .tsv-premium-card p {
    font-size: 0.93rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tsv-premium-block .tsv-premium-container {
    width: calc(100% - 28px);
    padding: 52px 0;
  }

  .tsv-premium-block .tsv-premium-heading {
    margin-bottom: 24px;
  }

  .tsv-premium-block .tsv-premium-heading p {
    font-size: 0.92rem;
    line-height: 1.62;
  }

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

  .tsv-premium-block .tsv-premium-card {
    min-height: auto;
    padding: 22px;
    border-radius: 19px;
  }

  .tsv-premium-block .tsv-premium-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .tsv-premium-block .tsv-premium-cta {
    width: 100%;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tsv-premium-block .tsv-premium-container {
    width: calc(100% - 24px);
    padding: 46px 0;
  }

  .tsv-premium-block .tsv-premium-heading {
    margin-bottom: 22px;
  }

  .tsv-premium-block .tsv-premium-heading p {
    font-size: 0.88rem;
    line-height: 1.58;
  }

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

  .tsv-premium-block .tsv-premium-card {
    min-height: auto;
    padding: 19px;
    border-radius: 18px;
  }

  .tsv-premium-block .tsv-premium-card h3 {
    font-size: 0.98rem;
  }

  .tsv-premium-block .tsv-premium-card p {
    font-size: 0.89rem;
  }

  .tsv-premium-block .tsv-premium-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 15px;
  }

  .tsv-premium-block .tsv-premium-process::before {
    font-size: 4.8rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .tsv-premium-block .tsv-premium-container {
    width: calc(100% - 18px);
    padding: 40px 0;
  }

  .tsv-premium-block .tsv-premium-heading {
    margin-bottom: 18px;
  }

  .tsv-premium-block .tsv-premium-heading p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

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

  .tsv-premium-block .tsv-premium-card {
    min-height: auto;
    padding: 16px;
    border-radius: 16px;
  }

  .tsv-premium-block .tsv-premium-card h3 {
    font-size: 0.94rem;
  }

  .tsv-premium-block .tsv-premium-card p {
    font-size: 0.84rem;
    line-height: 1.58;
  }

  .tsv-premium-block .tsv-premium-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

  .tsv-premium-block .tsv-premium-icon i {
    font-size: 1rem;
  }

  .tsv-premium-block .tsv-premium-cta,
  .tsv-premium-block .tsv-premium-step {
    font-size: 0.76rem;
  }

  .tsv-premium-block .tsv-premium-process::before {
    right: 12px;
    font-size: 4.1rem;
  }
}

@media (max-width: 319px) {
  .tsv-premium-block .tsv-premium-container {
    width: calc(100% - 16px);
    padding: 36px 0;
  }

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

  .tsv-premium-block .tsv-premium-card {
    min-height: auto;
    padding: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tsv-premium-block .tsv-premium-card,
  .tsv-premium-block .tsv-premium-card::before,
  .tsv-premium-block .tsv-premium-card::after,
  .tsv-premium-block .tsv-premium-icon,
  .tsv-premium-block .tsv-premium-cta,
  .tsv-premium-block .tsv-premium-process::before {
    transition: none !important;
    animation: none !important;
  }

  .tsv-premium-block .tsv-premium-card,
  .tsv-premium-block .tsv-premium-card.tsv-visible,
  .tsv-premium-block .tsv-premium-card:hover {
    transform: none !important;
  }
}