@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

.ttfv-editorial {
  width: 100%;
  overflow: hidden;
  color: #111827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

.ttfv-editorial,
.ttfv-editorial div,
.ttfv-editorial section,
.ttfv-editorial article {
  box-sizing: border-box;
}

.ttfv-editorial .ttfv-section {
  position: relative;
  width: 100%;
}

.ttfv-editorial .ttfv-section-white {
  background: #ffffff;
}

.ttfv-editorial .ttfv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.10), transparent 28%),
    #f8fafc;
}

.ttfv-editorial .ttfv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ttfv-editorial .ttfv-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ttfv-editorial .ttfv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #0f172a;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttfv-editorial h2 {
  margin: 0;
  color: #0f172a;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}

.ttfv-editorial .ttfv-heading p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #5b6472;
  line-height: 1.7;
}

.ttfv-editorial .ttfv-grid {
  display: grid;
  align-items: stretch;
}

.ttfv-editorial .ttfv-card,
.ttfv-editorial .ttfv-trust-card,
.ttfv-editorial .ttfv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttfv-editorial .ttfv-card::before,
.ttfv-editorial .ttfv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #8b5cf6);
  opacity: 0.9;
}

.ttfv-editorial .ttfv-card:hover,
.ttfv-editorial .ttfv-trust-card:hover,
.ttfv-editorial .ttfv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

.ttfv-editorial .ttfv-card h3,
.ttfv-editorial .ttfv-trust-card h3,
.ttfv-editorial .ttfv-step-content h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.ttfv-editorial .ttfv-card p,
.ttfv-editorial .ttfv-trust-card p,
.ttfv-editorial .ttfv-step-content p {
  margin: 10px 0 0;
  color: #5b6472;
  line-height: 1.72;
}

.ttfv-editorial .ttfv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.ttfv-editorial .ttfv-icon::before,
.ttfv-editorial .ttfv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.ttfv-editorial .ttfv-icon-view::before {
  width: 20px;
  height: 13px;
  left: 13px;
  top: 16px;
  border: 2px solid #0f172a;
  border-radius: 999px;
}

.ttfv-editorial .ttfv-icon-view::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 19px;
  border-radius: 999px;
  background: #fe2c55;
}

.ttfv-editorial .ttfv-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #0f172a;
  border-top-color: #25f4ee;
  border-radius: 999px;
}

.ttfv-editorial .ttfv-icon-speed::after {
  width: 12px;
  height: 2px;
  left: 22px;
  top: 21px;
  border-radius: 2px;
  background: #fe2c55;
  transform: rotate(-28deg);
  transform-origin: left center;
}

.ttfv-editorial .ttfv-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 2px solid #0f172a;
  border-radius: 6px;
}

.ttfv-editorial .ttfv-icon-preview::after {
  width: 10px;
  height: 3px;
  left: 18px;
  top: 22px;
  border-radius: 4px;
  background: #25f4ee;
}

.ttfv-editorial .ttfv-icon-steps::before {
  width: 5px;
  height: 5px;
  left: 14px;
  top: 14px;
  border-radius: 999px;
  background: #fe2c55;
  box-shadow: 0 8px 0 #25f4ee, 0 16px 0 #8b5cf6;
}

.ttfv-editorial .ttfv-icon-steps::after {
  width: 16px;
  height: 2px;
  left: 24px;
  top: 16px;
  border-radius: 999px;
  background: #0f172a;
  box-shadow: 0 8px 0 #0f172a, 0 16px 0 #0f172a;
}

.ttfv-editorial .ttfv-icon-mobile::before {
  width: 17px;
  height: 25px;
  left: 14px;
  top: 10px;
  border: 2px solid #0f172a;
  border-radius: 7px;
}

.ttfv-editorial .ttfv-icon-mobile::after {
  width: 5px;
  height: 2px;
  left: 21px;
  top: 30px;
  border-radius: 2px;
  background: #fe2c55;
}

.ttfv-editorial .ttfv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 999px;
  border: 2px solid #0f172a;
}

.ttfv-editorial .ttfv-icon-daily::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-right: 2px solid #fe2c55;
  border-bottom: 2px solid #fe2c55;
}

.ttfv-editorial .ttfv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ttfv-editorial .ttfv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
}

.ttfv-editorial .ttfv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #2a2f3a);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 32px rgba(17, 24, 39, 0.22);
}

.ttfv-editorial .ttfv-dot {
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #fe2c55;
  box-shadow: 16px 0 0 #25f4ee, 32px 0 0 #8b5cf6;
}

.ttfv-editorial .ttfv-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #0f172a;
  font-size: 12px;
  font-weight: 800;
}

.ttfv-editorial .ttfv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.ttfv-editorial .ttfv-reveal.ttfv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .ttfv-editorial .ttfv-section {
    padding: 52px 0;
  }

  .ttfv-editorial .ttfv-container {
    padding: 0 14px;
  }

  .ttfv-editorial h2 {
    font-size: 27px;
  }

  .ttfv-editorial .ttfv-heading p {
    font-size: 15px;
  }

  .ttfv-editorial .ttfv-grid,
  .ttfv-editorial .ttfv-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .ttfv-editorial .ttfv-card,
  .ttfv-editorial .ttfv-trust-card {
    padding: 24px 20px;
  }

  .ttfv-editorial .ttfv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
  }

  .ttfv-editorial .ttfv-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }

  .ttfv-editorial .ttfv-card h3,
  .ttfv-editorial .ttfv-trust-card h3,
  .ttfv-editorial .ttfv-step-content h3 {
    font-size: 18px;
  }

  .ttfv-editorial .ttfv-card p,
  .ttfv-editorial .ttfv-trust-card p,
  .ttfv-editorial .ttfv-step-content p {
    font-size: 14px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .ttfv-editorial .ttfv-section {
    padding: 58px 0;
  }

  .ttfv-editorial .ttfv-container {
    padding: 0 18px;
  }

  .ttfv-editorial h2 {
    font-size: 30px;
  }

  .ttfv-editorial .ttfv-heading p {
    font-size: 15.5px;
  }

  .ttfv-editorial .ttfv-grid,
  .ttfv-editorial .ttfv-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

  .ttfv-editorial .ttfv-card,
  .ttfv-editorial .ttfv-trust-card {
    padding: 26px 22px;
  }

  .ttfv-editorial .ttfv-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 24px 22px;
  }

  .ttfv-editorial .ttfv-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }

  .ttfv-editorial .ttfv-card h3,
  .ttfv-editorial .ttfv-trust-card h3,
  .ttfv-editorial .ttfv-step-content h3 {
    font-size: 19px;
  }

  .ttfv-editorial .ttfv-card p,
  .ttfv-editorial .ttfv-trust-card p,
  .ttfv-editorial .ttfv-step-content p {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .ttfv-editorial .ttfv-section {
    padding: 64px 0;
  }

  .ttfv-editorial .ttfv-container {
    padding: 0 22px;
  }

  .ttfv-editorial h2 {
    font-size: 34px;
  }

  .ttfv-editorial .ttfv-heading p {
    font-size: 16px;
  }

  .ttfv-editorial .ttfv-grid,
  .ttfv-editorial .ttfv-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .ttfv-editorial .ttfv-card,
  .ttfv-editorial .ttfv-trust-card {
    padding: 28px 24px;
  }

  .ttfv-editorial .ttfv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px 24px;
  }

  .ttfv-editorial .ttfv-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }

  .ttfv-editorial .ttfv-card h3,
  .ttfv-editorial .ttfv-trust-card h3,
  .ttfv-editorial .ttfv-step-content h3 {
    font-size: 20px;
  }

  .ttfv-editorial .ttfv-card p,
  .ttfv-editorial .ttfv-trust-card p,
  .ttfv-editorial .ttfv-step-content p {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ttfv-editorial .ttfv-section {
    padding: 76px 0;
  }

  .ttfv-editorial .ttfv-container {
    padding: 0 30px;
  }

  .ttfv-editorial h2 {
    font-size: 42px;
  }

  .ttfv-editorial .ttfv-heading p {
    font-size: 17px;
  }

  .ttfv-editorial .ttfv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

  .ttfv-editorial .ttfv-steps {
    gap: 20px;
    margin-top: 42px;
  }

  .ttfv-editorial .ttfv-card,
  .ttfv-editorial .ttfv-trust-card {
    padding: 30px 26px;
  }

  .ttfv-editorial .ttfv-step-card {
    gap: 22px;
    padding: 28px;
  }

  .ttfv-editorial .ttfv-step-number {
    width: 66px;
    height: 66px;
    font-size: 19px;
  }

  .ttfv-editorial .ttfv-card h3,
  .ttfv-editorial .ttfv-trust-card h3,
  .ttfv-editorial .ttfv-step-content h3 {
    font-size: 21px;
  }

  .ttfv-editorial .ttfv-card p,
  .ttfv-editorial .ttfv-trust-card p,
  .ttfv-editorial .ttfv-step-content p {
    font-size: 15.5px;
  }
}

@media (min-width: 1024px) {
  .ttfv-editorial .ttfv-section {
    padding: 92px 0;
  }

  .ttfv-editorial .ttfv-container {
    padding: 0 32px;
  }

  .ttfv-editorial h2 {
    font-size: 48px;
  }

  .ttfv-editorial .ttfv-heading p {
    font-size: 18px;
  }

  .ttfv-editorial .ttfv-grid-six,
  .ttfv-editorial .ttfv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }

  .ttfv-editorial .ttfv-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .ttfv-editorial .ttfv-card,
  .ttfv-editorial .ttfv-trust-card {
    min-height: 100%;
    padding: 32px 28px;
  }

  .ttfv-editorial .ttfv-step-card {
    gap: 26px;
    padding: 30px;
  }

  .ttfv-editorial .ttfv-step-number {
    width: 72px;
    height: 72px;
    font-size: 20px;
  }

  .ttfv-editorial .ttfv-card h3,
  .ttfv-editorial .ttfv-trust-card h3,
  .ttfv-editorial .ttfv-step-content h3 {
    font-size: 22px;
  }

  .ttfv-editorial .ttfv-card p,
  .ttfv-editorial .ttfv-trust-card p,
  .ttfv-editorial .ttfv-step-content p {
    font-size: 16px;
  }
}