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

.ttfv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #151823;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

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

.ttfv-editorial-wrap .ttfv-section-soft {
  background: #f7f8fb;
}

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

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

.ttfv-editorial-wrap .ttfv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(254, 44, 85, 0.1), rgba(37, 244, 238, 0.12));
  border: 1px solid rgba(254, 44, 85, 0.16);
  color: #b0123c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.ttfv-editorial-wrap .ttfv-heading h2 {
  margin: 0;
  color: #11131c;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.ttfv-editorial-wrap .ttfv-heading p {
  margin: 16px auto 0;
  color: #5d6472;
  line-height: 1.75;
}

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

.ttfv-editorial-wrap .ttfv-card,
.ttfv-editorial-wrap .ttfv-trust-card,
.ttfv-editorial-wrap .ttfv-step-card {
  position: relative;
  box-sizing: border-box;
  border: 1px solid rgba(22, 28, 45, 0.08);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttfv-editorial-wrap .ttfv-card,
.ttfv-editorial-wrap .ttfv-trust-card {
  height: 100%;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
}

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

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

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

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

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

.ttfv-editorial-wrap .ttfv-icon::before,
.ttfv-editorial-wrap .ttfv-icon::after {
  content: "";
  position: absolute;
  transition: transform 260ms ease;
}

.ttfv-editorial-wrap .ttfv-card:hover .ttfv-icon::before,
.ttfv-editorial-wrap .ttfv-card:hover .ttfv-icon::after {
  transform: translateY(-2px);
}

.ttfv-editorial-wrap .ttfv-icon-eye::before {
  width: 22px;
  height: 14px;
  left: 11px;
  top: 15px;
  border: 2px solid #fe2c55;
  border-radius: 50%;
}

.ttfv-editorial-wrap .ttfv-icon-eye::after {
  width: 7px;
  height: 7px;
  left: 18px;
  top: 20px;
  background: #25bdb8;
  border-radius: 50%;
}

.ttfv-editorial-wrap .ttfv-icon-bolt::before {
  width: 12px;
  height: 24px;
  left: 17px;
  top: 10px;
  background: linear-gradient(135deg, #fe2c55, #25f4ee);
  clip-path: polygon(58% 0, 18% 47%, 48% 47%, 34% 100%, 82% 38%, 53% 38%);
}

.ttfv-editorial-wrap .ttfv-icon-preview::before {
  width: 23px;
  height: 17px;
  left: 10px;
  top: 13px;
  border: 2px solid #fe2c55;
  border-radius: 7px;
}

.ttfv-editorial-wrap .ttfv-icon-preview::after {
  width: 13px;
  height: 3px;
  left: 15px;
  top: 32px;
  background: #25bdb8;
  border-radius: 4px;
}

.ttfv-editorial-wrap .ttfv-icon-steps::before {
  width: 22px;
  height: 22px;
  left: 11px;
  top: 11px;
  border-radius: 8px;
  border: 2px solid #25bdb8;
  box-shadow: 6px -6px 0 rgba(254, 44, 85, 0.28);
}

.ttfv-editorial-wrap .ttfv-icon-mobile::before {
  width: 16px;
  height: 25px;
  left: 14px;
  top: 9px;
  border: 2px solid #fe2c55;
  border-radius: 7px;
}

.ttfv-editorial-wrap .ttfv-icon-mobile::after {
  width: 4px;
  height: 4px;
  left: 20px;
  top: 28px;
  background: #25bdb8;
  border-radius: 50%;
}

.ttfv-editorial-wrap .ttfv-icon-daily::before {
  width: 23px;
  height: 23px;
  left: 10px;
  top: 10px;
  border-radius: 50%;
  border: 2px solid #fe2c55;
}

.ttfv-editorial-wrap .ttfv-icon-daily::after {
  width: 11px;
  height: 8px;
  left: 17px;
  top: 16px;
  border-left: 2px solid #25bdb8;
  border-bottom: 2px solid #25bdb8;
  transform: rotate(-45deg);
}

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

.ttfv-editorial-wrap .ttfv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
}

.ttfv-editorial-wrap .ttfv-step-card::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  right: -70px;
  top: -80px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0));
  pointer-events: none;
}

.ttfv-editorial-wrap .ttfv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #fe2c55, #25d8d2);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.22);
}

.ttfv-editorial-wrap .ttfv-badge-dot {
  width: 16px;
  height: 16px;
  display: inline-flex;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 16px 0 0 #25d8d2, 32px 0 0 #151823;
}

.ttfv-editorial-wrap .ttfv-trust-mark {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #151823, #fe2c55);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ttfv-editorial-wrap .ttfv-heading h2 {
    font-size: 28px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttfv-editorial-wrap .ttfv-heading h2 {
    font-size: 32px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ttfv-editorial-wrap .ttfv-step-card {
    grid-template-columns: 82px 1fr;
    gap: 26px;
    padding: 34px;
  }

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