@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");

.ttflv-editorial-wrap,
.ttflv-editorial-wrap * {
  box-sizing: border-box;
}

.ttflv-editorial-wrap {
  --ttflv-ink: #18202f;
  --ttflv-muted: #647084;
  --ttflv-line: rgba(28, 43, 74, 0.12);
  --ttflv-grad-a: #ff3b6b;
  --ttflv-grad-b: #14d6d2;
  --ttflv-grad-c: #7c5cff;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ttflv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
  background: #fff;
}

.ttflv-editorial-wrap .ttflv-section,
.ttflv-editorial-wrap .ttflv-container,
.ttflv-editorial-wrap .ttflv-card-grid {
  width: 100%;
  max-width: 100%;
}

.ttflv-editorial-wrap .ttflv-section {
  padding: 86px 18px;
  overflow: hidden;
}

.ttflv-editorial-wrap .ttflv-section-white {
  background: #fff;
}

.ttflv-editorial-wrap .ttflv-section-warm {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 59, 107, 0.12), transparent 34%),
    radial-gradient(circle at 88% 22%, rgba(20, 214, 210, 0.14), transparent 34%),
    linear-gradient(180deg, #fff7f6 0%, #f7fbff 100%);
}

.ttflv-editorial-wrap .ttflv-container {
  margin: 0 auto;
  max-width: 1240px;
}

.ttflv-editorial-wrap .ttflv-section-head {
  max-width: 780px;
  margin: 0 auto 34px;
  text-align: center;
}

.ttflv-editorial-wrap .ttflv-section-head h2 {
  margin: 0;
  color: var(--ttflv-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;
}

.ttflv-editorial-wrap .ttflv-section-head h2 span {
  background: linear-gradient(105deg, var(--ttflv-grad-a), var(--ttflv-grad-b) 52%, var(--ttflv-grad-c));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.ttflv-editorial-wrap .ttflv-section-head p {
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--ttflv-muted);
  font-size: 1.02rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ttflv-editorial-wrap .ttflv-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.ttflv-editorial-wrap .ttflv-card {
  --fg-mx: 50%;
  --fg-my: 20%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --card-a: #ff3b6b;
  --card-b: #14d6d2;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 246px;
  padding: 26px;
  border: 1px solid var(--ttflv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--card-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.76));
  box-shadow: 0 18px 45px rgba(28, 43, 74, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 1;
  transition:
    opacity 600ms ease,
    transform 600ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ttflv-editorial-wrap .ttflv-card:nth-child(1) { --card-a: #ff3b6b; --card-b: #14d6d2; }
.ttflv-editorial-wrap .ttflv-card:nth-child(2) { --card-a: #7c5cff; --card-b: #2dd4bf; }
.ttflv-editorial-wrap .ttflv-card:nth-child(3) { --card-a: #ff8a3d; --card-b: #ff3b6b; }
.ttflv-editorial-wrap .ttflv-card:nth-child(4) { --card-a: #0ea5e9; --card-b: #7c5cff; }
.ttflv-editorial-wrap .ttflv-card:nth-child(5) { --card-a: #10b981; --card-b: #14d6d2; }
.ttflv-editorial-wrap .ttflv-card:nth-child(6) { --card-a: #f43f5e; --card-b: #f59e0b; }
.ttflv-editorial-wrap .ttflv-card:nth-child(7) { --card-a: #6366f1; --card-b: #ec4899; }
.ttflv-editorial-wrap .ttflv-card:nth-child(8) { --card-a: #06b6d4; --card-b: #84cc16; }

.ttflv-editorial-wrap .ttflv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--card-a) 11%, transparent), color-mix(in srgb, var(--card-b) 9%, transparent));
  opacity: 0.45;
  pointer-events: none;
}

.ttflv-editorial-wrap .ttflv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--card-a), var(--card-b));
  transform: scaleX(0.34);
  transform-origin: left;
  transition: transform 260ms ease;
}

.ttflv-editorial-wrap .ttflv-card.ttflv-is-visible {
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.ttflv-editorial-wrap .ttflv-card:hover {
  border-color: color-mix(in srgb, var(--card-a) 34%, var(--ttflv-line));
  box-shadow: 0 26px 70px rgba(28, 43, 74, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-7px);
}

.ttflv-editorial-wrap .ttflv-card:hover::after {
  transform: scaleX(1);
}

.ttflv-editorial-wrap .ttflv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 18px;
  border-radius: 18px;
  color: var(--card-a);
  background: color-mix(in srgb, var(--card-a) 12%, #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--card-a) 14%, transparent);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}

.ttflv-editorial-wrap .ttflv-icon i {
  font-size: 1.28rem;
  line-height: 1;
}

.ttflv-editorial-wrap .ttflv-card:hover .ttflv-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--card-a), var(--card-b));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}

.ttflv-editorial-wrap .ttflv-card h3 {
  position: relative;
  display: inline;
  margin: 0;
  color: var(--ttflv-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0;
  font-weight: 780;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--card-a), var(--card-b));
  background-position: 0 100%;
  background-size: 0 2px;
  background-repeat: no-repeat;
  transition: background-size 260ms ease;
}

.ttflv-editorial-wrap .ttflv-card:hover h3 {
  background-size: 100% 2px;
}

.ttflv-editorial-wrap .ttflv-card p {
  margin: 13px 0 0;
  color: var(--ttflv-muted);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ttflv-editorial-wrap .ttflv-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--card-a);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.32;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease, color 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ttflv-editorial-wrap .ttflv-card:hover .ttflv-cta {
  opacity: 1;
  transform: translateY(0);
  color: color-mix(in srgb, var(--card-a) 72%, var(--ttflv-ink));
}

.ttflv-editorial-wrap .ttflv-tilt-grid .ttflv-card {
  transform-style: preserve-3d;
}

.ttflv-editorial-wrap .ttflv-process-card {
  min-height: 268px;
}

.ttflv-editorial-wrap .ttflv-process-card::before {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 10px;
  z-index: -1;
  color: color-mix(in srgb, var(--card-a) 10%, transparent);
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 260ms ease, color 260ms ease;
  pointer-events: none;
}

.ttflv-editorial-wrap .ttflv-process-card:hover::before {
  color: color-mix(in srgb, var(--card-a) 16%, transparent);
  transform: translateY(-4px) scale(1.04);
}

.ttflv-editorial-wrap .ttflv-step-line {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
  color: color-mix(in srgb, var(--card-a) 78%, var(--ttflv-ink));
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 1200px) {
  .ttflv-editorial-wrap .ttflv-section {
    padding: 92px 24px;
  }

  .ttflv-editorial-wrap .ttflv-container {
    max-width: 1240px;
  }

  .ttflv-editorial-wrap .ttflv-card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ttflv-editorial-wrap .ttflv-section {
    padding: 78px 22px;
  }

  .ttflv-editorial-wrap .ttflv-container {
    max-width: 1040px;
  }

  .ttflv-editorial-wrap .ttflv-section-head p {
    font-size: 0.98rem;
  }

  .ttflv-editorial-wrap .ttflv-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .ttflv-editorial-wrap .ttflv-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ttflv-editorial-wrap .ttflv-section {
    padding: 66px 20px;
  }

  .ttflv-editorial-wrap .ttflv-section-head {
    margin-bottom: 28px;
  }

  .ttflv-editorial-wrap .ttflv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .ttflv-editorial-wrap .ttflv-card {
    min-height: 230px;
    padding: 23px;
  }

  .ttflv-editorial-wrap .ttflv-card h3 {
    font-size: 1.02rem;
  }

  .ttflv-editorial-wrap .ttflv-card p {
    font-size: 0.93rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ttflv-editorial-wrap .ttflv-section {
    padding: 54px 16px;
  }

  .ttflv-editorial-wrap .ttflv-section-head {
    margin-bottom: 24px;
  }

  .ttflv-editorial-wrap .ttflv-section-head p {
    font-size: 0.94rem;
  }

  .ttflv-editorial-wrap .ttflv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .ttflv-editorial-wrap .ttflv-card {
    min-height: auto;
    padding: 22px;
  }

  .ttflv-editorial-wrap .ttflv-cta {
    white-space: normal;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ttflv-editorial-wrap .ttflv-section {
    padding: 46px 14px;
  }

  .ttflv-editorial-wrap .ttflv-section-head {
    margin-bottom: 22px;
  }

  .ttflv-editorial-wrap .ttflv-section-head p {
    font-size: 0.9rem;
  }

  .ttflv-editorial-wrap .ttflv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .ttflv-editorial-wrap .ttflv-card {
    padding: 20px;
    border-radius: 19px;
  }

  .ttflv-editorial-wrap .ttflv-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .ttflv-editorial-wrap .ttflv-process-card::before {
    font-size: 4.8rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .ttflv-editorial-wrap .ttflv-section {
    padding: 40px 12px;
  }

  .ttflv-editorial-wrap .ttflv-section-head {
    margin-bottom: 20px;
  }

  .ttflv-editorial-wrap .ttflv-section-head p {
    font-size: 0.86rem;
  }

  .ttflv-editorial-wrap .ttflv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .ttflv-editorial-wrap .ttflv-card {
    padding: 18px;
    border-radius: 17px;
  }

  .ttflv-editorial-wrap .ttflv-card h3 {
    font-size: 0.98rem;
  }

  .ttflv-editorial-wrap .ttflv-card p {
    font-size: 0.86rem;
  }

  .ttflv-editorial-wrap .ttflv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .ttflv-editorial-wrap .ttflv-icon i {
    font-size: 1.08rem;
  }

  .ttflv-editorial-wrap .ttflv-process-card::before {
    right: 12px;
    font-size: 4.2rem;
  }
}

@media (max-width: 319px) {
  .ttflv-editorial-wrap .ttflv-card-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ttflv-editorial-wrap .ttflv-card,
  .ttflv-editorial-wrap .ttflv-card::after,
  .ttflv-editorial-wrap .ttflv-icon,
  .ttflv-editorial-wrap .ttflv-cta,
  .ttflv-editorial-wrap .ttflv-process-card::before {
    transition: none !important;
    animation: none !important;
    transform: none !important;
  }

  .ttflv-editorial-wrap .ttflv-card {
    opacity: 1;
  }
}