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

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

.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(0, 242, 234, 0.09), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(255, 0, 80, 0.08), transparent 32%),
    #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;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.08), rgba(0, 242, 234, 0.1));
  color: #b11243;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttfv-editorial .ttfv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0050, #00f2ea);
  box-shadow: 0 0 0 5px rgba(255, 0, 80, 0.08);
}

.ttfv-editorial h2,
.ttfv-editorial h3,
.ttfv-editorial p {
  margin-top: 0;
}

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

.ttfv-editorial .ttfv-heading p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #5c667a;
  line-height: 1.72;
}

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

.ttfv-editorial .ttfv-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(18, 28, 45, 0.09);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 0, 80, 0.22), rgba(0, 242, 234, 0.2)) border-box;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttfv-editorial .ttfv-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 112px;
  height: 112px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.09), rgba(0, 242, 234, 0.12));
  transform: rotate(18deg);
  transition: transform 260ms ease, opacity 260ms ease;
}

.ttfv-editorial .ttfv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 80, 0.2);
  box-shadow: 0 22px 58px rgba(15, 23, 42, 0.11);
}

.ttfv-editorial .ttfv-card:hover::after {
  transform: rotate(26deg) scale(1.08);
  opacity: 0.9;
}

.ttfv-editorial .ttfv-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 9px;
  color: #151d2e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttfv-editorial .ttfv-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5d687b;
}

.ttfv-editorial .ttfv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0050, #00d9d2);
  box-shadow: 0 12px 28px rgba(255, 0, 80, 0.18);
}

.ttfv-editorial .ttfv-icon::before,
.ttfv-editorial .ttfv-icon::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
}

.ttfv-editorial .ttfv-icon-view::before {
  left: 12px;
  top: 18px;
  width: 22px;
  height: 10px;
  border-radius: 999px;
}

.ttfv-editorial .ttfv-icon-view::after {
  left: 18px;
  top: 14px;
  width: 10px;
  height: 18px;
  border-radius: 999px;
}

.ttfv-editorial .ttfv-icon-speed::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: transparent;
  border: 3px solid rgba(255, 255, 255, 0.95);
  border-bottom-color: transparent;
}

.ttfv-editorial .ttfv-icon-speed::after {
  left: 23px;
  top: 20px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  transform: rotate(-28deg);
}

.ttfv-editorial .ttfv-icon-preview::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 7px;
}

.ttfv-editorial .ttfv-icon-preview::after {
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff0050;
}

.ttfv-editorial .ttfv-icon-steps::before {
  left: 13px;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  box-shadow: 13px 0 0 rgba(255, 255, 255, 0.95), 0 13px 0 rgba(255, 255, 255, 0.95), 13px 13px 0 rgba(255, 255, 255, 0.95);
}

.ttfv-editorial .ttfv-icon-mobile::before {
  left: 16px;
  top: 9px;
  width: 14px;
  height: 28px;
  border-radius: 5px;
}

.ttfv-editorial .ttfv-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: #00bdb8;
}

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

.ttfv-editorial .ttfv-icon-daily::after {
  left: 22px;
  top: 16px;
  width: 4px;
  height: 14px;
  border-radius: 999px;
  transform: rotate(42deg);
  transform-origin: bottom center;
  background: #ff0050;
}

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

.ttfv-editorial .ttfv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(18, 28, 45, 0.09);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 58%, rgba(0, 242, 234, 0.07) 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ttfv-editorial .ttfv-step-card::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(255, 0, 80, 0), rgba(255, 0, 80, 0.28), rgba(0, 242, 234, 0));
}

.ttfv-editorial .ttfv-step-card:hover {
  transform: translateX(4px);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.12);
}

.ttfv-editorial .ttfv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #ff0050 52%, #00d9d2);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(255, 0, 80, 0.2);
}

.ttfv-editorial .ttfv-step-content {
  position: relative;
  z-index: 1;
}

.ttfv-editorial .ttfv-step-content h3 {
  margin-bottom: 8px;
  color: #121a2b;
  font-weight: 820;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttfv-editorial .ttfv-step-content p {
  margin-bottom: 0;
  color: #5d687b;
}

.ttfv-editorial .ttfv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 1)) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.22), rgba(255, 0, 80, 0.2)) border-box;
}

.ttfv-editorial .ttfv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.11);
  color: #087f7a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.ttfv-editorial .ttfv-trust-card {
  padding-top: 34px;
}

.ttfv-editorial .ttfv-trust-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff0050, #00f2ea);
  box-shadow: 0 0 0 8px rgba(255, 0, 80, 0.08), 0 0 0 16px rgba(0, 242, 234, 0.06);
}

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

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

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

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

  .ttfv-editorial .ttfv-heading {
    margin-bottom: 28px;
  }

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

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

  .ttfv-editorial .ttfv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ttfv-editorial .ttfv-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

  .ttfv-editorial .ttfv-steps {
    gap: 16px;
  }

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

  .ttfv-editorial .ttfv-step-card::before {
    display: none;
  }

  .ttfv-editorial .ttfv-step-number {
    width: 52px;
    height: 52px;
    font-size: 15px;
  }
}

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

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

  .ttfv-editorial .ttfv-heading {
    margin-bottom: 32px;
  }

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

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

  .ttfv-editorial .ttfv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ttfv-editorial .ttfv-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

  .ttfv-editorial .ttfv-steps {
    gap: 18px;
  }

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

  .ttfv-editorial .ttfv-step-card::before {
    display: none;
  }

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

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

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

  .ttfv-editorial .ttfv-heading {
    margin-bottom: 36px;
  }

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

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

  .ttfv-editorial .ttfv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

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

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

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

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

  .ttfv-editorial .ttfv-step-card::before {
    display: none;
  }

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

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

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

  .ttfv-editorial .ttfv-heading {
    margin-bottom: 44px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ttfv-editorial .ttfv-heading {
    margin-bottom: 52px;
  }

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

  .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;
  }

  .ttfv-editorial .ttfv-card {
    padding: 32px;
  }

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

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

  .ttfv-editorial .ttfv-steps {
    gap: 24px;
  }

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

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