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

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

.tiv-premium-content {
  --tiv-ink: #172033;
  --tiv-muted: #637083;
  --tiv-line: rgba(27, 37, 56, 0.1);
  --tiv-bg-soft: #fff7ef;
  --tiv-grad-a: #ff2d55;
  --tiv-grad-b: #25f4ee;
  --tiv-shadow: 0 18px 50px rgba(21, 31, 49, 0.1);
  --tiv-shadow-hover: 0 28px 70px rgba(21, 31, 49, 0.17);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--tiv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.tiv-premium-content .tiv-section-warm {
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 45, 85, 0.08), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(37, 244, 238, 0.1), transparent 30%),
    linear-gradient(180deg, #fff8f1 0%, #fffdf9 100%);
}

.tiv-premium-content .tiv-container {
  width: min(1320px, calc(100% - 40px));
  max-width: 100%;
  margin: 0 auto;
}

.tiv-premium-content .tiv-heading-wrap {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

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

.tiv-premium-content .tiv-heading-wrap h2 span {
  background: linear-gradient(105deg, var(--tiv-grad-a), #b42cff 48%, var(--tiv-grad-b));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tiv-premium-content .tiv-heading-wrap p {
  margin: 13px auto 0;
  max-width: 650px;
  color: var(--tiv-muted);
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.tiv-premium-content .tiv-card {
  --fg-mx: 50%;
  --fg-my: 0%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --tiv-card-a: #ff2d55;
  --tiv-card-b: #25f4ee;
  --tiv-card-soft: rgba(255, 45, 85, 0.08);
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 255px;
  padding: 26px;
  border: 1px solid var(--tiv-line);
  border-radius: 8px;
  overflow: hidden;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.95), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.86)),
    linear-gradient(145deg, color-mix(in srgb, var(--tiv-card-a) 12%, transparent), color-mix(in srgb, var(--tiv-card-b) 10%, transparent));
  box-shadow: var(--tiv-shadow);
  transform: translateY(22px);
  opacity: 0;
  transition:
    transform 0.35s ease,
    opacity 0.55s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tiv-premium-content .tiv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--tiv-card-a) 12%, transparent), transparent 45%),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--tiv-card-b) 18%, transparent), transparent 36%);
  opacity: 0.82;
  transition: opacity 0.35s ease;
}

.tiv-premium-content .tiv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--tiv-card-a), var(--tiv-card-b));
  opacity: 0.7;
}

.tiv-premium-content .tiv-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.tiv-premium-content .tiv-card:hover {
  border-color: color-mix(in srgb, var(--tiv-card-a) 42%, var(--tiv-line));
  box-shadow: var(--tiv-shadow-hover);
  transform: translateY(-7px);
}

.tiv-premium-content .tiv-card.tiv-tilt:hover {
  transform: translateY(-7px) perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.tiv-premium-content .tiv-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  border-radius: 8px;
  background: color-mix(in srgb, var(--tiv-card-a) 11%, #fff);
  color: var(--tiv-card-a);
  border: 1px solid color-mix(in srgb, var(--tiv-card-a) 18%, transparent);
  box-shadow: 0 12px 26px color-mix(in srgb, var(--tiv-card-a) 14%, transparent);
  transition: transform 0.35s ease, background 0.35s ease, color 0.35s ease;
}

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

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

.tiv-premium-content .tiv-card h3 {
  position: relative;
  margin: 22px 0 0;
  color: var(--tiv-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tiv-premium-content .tiv-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--tiv-card-a), var(--tiv-card-b));
  transition: width 0.35s ease;
}

.tiv-premium-content .tiv-card:hover h3::after {
  width: 78px;
}

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

.tiv-premium-content .tiv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--tiv-card-a);
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 760;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tiv-premium-content .tiv-card:hover .tiv-cta {
  opacity: 1;
  transform: translateY(0);
}

.tiv-premium-content .tiv-process {
  min-height: 285px;
}

.tiv-premium-content .tiv-process::before {
  content: var(--tiv-step);
  position: absolute;
  right: 18px;
  top: 8px;
  z-index: -1;
  color: color-mix(in srgb, var(--tiv-card-a) 13%, transparent);
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.tiv-premium-content .tiv-process:hover::before {
  opacity: 0.95;
  transform: translateY(-4px) scale(1.04);
}

.tiv-premium-content .tiv-step-text {
  margin-bottom: 14px;
  color: var(--tiv-card-a);
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tiv-premium-content .tiv-card:nth-child(8n + 1) { --tiv-card-a: #ff2d55; --tiv-card-b: #25f4ee; }
.tiv-premium-content .tiv-card:nth-child(8n + 2) { --tiv-card-a: #7c3aed; --tiv-card-b: #22c55e; }
.tiv-premium-content .tiv-card:nth-child(8n + 3) { --tiv-card-a: #f97316; --tiv-card-b: #06b6d4; }
.tiv-premium-content .tiv-card:nth-child(8n + 4) { --tiv-card-a: #2563eb; --tiv-card-b: #f43f5e; }
.tiv-premium-content .tiv-card:nth-child(8n + 5) { --tiv-card-a: #16a34a; --tiv-card-b: #a855f7; }
.tiv-premium-content .tiv-card:nth-child(8n + 6) { --tiv-card-a: #db2777; --tiv-card-b: #14b8a6; }
.tiv-premium-content .tiv-card:nth-child(8n + 7) { --tiv-card-a: #0891b2; --tiv-card-b: #fb7185; }
.tiv-premium-content .tiv-card:nth-child(8n + 8) { --tiv-card-a: #9333ea; --tiv-card-b: #f59e0b; }

@media (min-width: 1200px) {
  .tiv-premium-content .tiv-section {
    padding: 88px 0;
  }

  .tiv-premium-content .tiv-container {
    width: min(1320px, calc(100% - 56px));
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .tiv-premium-content .tiv-section {
    padding: 76px 0;
  }

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

  .tiv-premium-content .tiv-heading-wrap {
    margin-bottom: 32px;
  }

  .tiv-premium-content .tiv-heading-wrap p {
    font-size: 0.98rem;
  }

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .tiv-premium-content .tiv-section {
    padding: 64px 0;
  }

  .tiv-premium-content .tiv-container {
    width: min(760px, calc(100% - 36px));
  }

  .tiv-premium-content .tiv-heading-wrap {
    margin-bottom: 28px;
  }

  .tiv-premium-content .tiv-heading-wrap p {
    font-size: 0.95rem;
  }

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

  .tiv-premium-content .tiv-card {
    min-height: 238px;
    padding: 22px;
  }

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

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

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

  .tiv-premium-content .tiv-container {
    width: min(100%, calc(100% - 28px));
  }

  .tiv-premium-content .tiv-heading-wrap {
    margin-bottom: 24px;
  }

  .tiv-premium-content .tiv-heading-wrap p {
    font-size: 0.93rem;
    line-height: 1.6;
  }

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

  .tiv-premium-content .tiv-card {
    min-height: auto;
    padding: 21px;
  }
}

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

  .tiv-premium-content .tiv-container {
    width: min(100%, calc(100% - 24px));
  }

  .tiv-premium-content .tiv-heading-wrap {
    margin-bottom: 22px;
  }

  .tiv-premium-content .tiv-heading-wrap p {
    font-size: 0.9rem;
    line-height: 1.56;
  }

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

  .tiv-premium-content .tiv-card {
    min-height: auto;
    padding: 19px;
  }

  .tiv-premium-content .tiv-icon {
    width: 46px;
    height: 46px;
  }

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

  .tiv-premium-content .tiv-card h3 {
    font-size: 0.99rem;
  }

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

  .tiv-premium-content .tiv-process::before {
    font-size: 4.6rem;
  }
}

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

  .tiv-premium-content .tiv-container {
    width: min(100%, calc(100% - 18px));
  }

  .tiv-premium-content .tiv-heading-wrap {
    margin-bottom: 20px;
  }

  .tiv-premium-content .tiv-heading-wrap p {
    font-size: 0.86rem;
    line-height: 1.52;
  }

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

  .tiv-premium-content .tiv-card {
    min-height: auto;
    padding: 17px;
    border-radius: 8px;
  }

  .tiv-premium-content .tiv-card::after {
    left: 17px;
    right: 17px;
  }

  .tiv-premium-content .tiv-icon {
    width: 42px;
    height: 42px;
  }

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

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

  .tiv-premium-content .tiv-card p {
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .tiv-premium-content .tiv-cta {
    font-size: 0.84rem;
  }

  .tiv-premium-content .tiv-process::before {
    right: 12px;
    font-size: 4rem;
  }

  .tiv-premium-content .tiv-step-text {
    font-size: 0.76rem;
  }
}

@media (max-width: 319px) {
  .tiv-premium-content .tiv-container {
    width: min(100%, calc(100% - 16px));
  }

  .tiv-premium-content .tiv-grid {
    grid-template-columns: 1fr !important;
  }
}

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

  .tiv-premium-content .tiv-card,
  .tiv-premium-content .tiv-card:hover,
  .tiv-premium-content .tiv-card.tiv-tilt:hover {
    transform: none !important;
  }
}