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

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

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

.ttfv-content-wrap .ttfv-section {
  position: relative;
}

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

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

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

.ttfv-content-wrap .ttfv-section-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ttfv-content-wrap .ttfv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #6f263d;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

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

.ttfv-content-wrap .ttfv-section-head p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 720px;
  color: #536176;
  line-height: 1.75;
}

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

.ttfv-content-wrap .ttfv-card,
.ttfv-content-wrap .ttfv-trust-card,
.ttfv-content-wrap .ttfv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.24);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttfv-content-wrap .ttfv-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
}

.ttfv-content-wrap .ttfv-card::before,
.ttfv-content-wrap .ttfv-trust-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), transparent 34%, rgba(254, 44, 85, 0.12));
  opacity: 0;
  content: "";
  transition: opacity 220ms ease;
  pointer-events: none;
}

.ttfv-content-wrap .ttfv-card:hover,
.ttfv-content-wrap .ttfv-trust-card:hover,
.ttfv-content-wrap .ttfv-step-card:hover {
  border-color: rgba(254, 44, 85, 0.24);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.11);
  transform: translateY(-4px);
}

.ttfv-content-wrap .ttfv-card:hover::before,
.ttfv-content-wrap .ttfv-trust-card:hover::before {
  opacity: 1;
}

.ttfv-content-wrap .ttfv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 28px rgba(254, 44, 85, 0.18);
}

.ttfv-content-wrap .ttfv-icon::after {
  position: absolute;
  content: "";
}

.ttfv-content-wrap .ttfv-icon-ring::after {
  width: 16px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.ttfv-content-wrap .ttfv-icon-bolt::after {
  width: 10px;
  height: 20px;
  background: #ffffff;
  clip-path: polygon(55% 0, 10% 52%, 48% 52%, 36% 100%, 90% 38%, 53% 38%);
}

.ttfv-content-wrap .ttfv-icon-frame::after {
  width: 21px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}

.ttfv-content-wrap .ttfv-icon-path::after {
  width: 22px;
  height: 10px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  border-radius: 0 0 0 10px;
  transform: rotate(-18deg);
}

.ttfv-content-wrap .ttfv-icon-device::after {
  width: 15px;
  height: 23px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.ttfv-content-wrap .ttfv-icon-dots::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: -9px 0 0 #ffffff, 9px 0 0 #ffffff;
}

.ttfv-content-wrap h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: #142033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttfv-content-wrap .ttfv-card p,
.ttfv-content-wrap .ttfv-trust-card p,
.ttfv-content-wrap .ttfv-step-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5b677a;
}

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

.ttfv-content-wrap .ttfv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
}

.ttfv-content-wrap .ttfv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.18);
}

.ttfv-content-wrap .ttfv-step-content {
  min-width: 0;
}

.ttfv-content-wrap .ttfv-mini-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.ttfv-content-wrap .ttfv-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.44), rgba(254, 44, 85, 0.32)) border-box;
  border: 1px solid transparent;
}

.ttfv-content-wrap .ttfv-trust-card {
  min-height: 100%;
  border-radius: 22px;
}

.ttfv-content-wrap .ttfv-trust-dot {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 0 0 0 7px rgba(254, 44, 85, 0.10), 20px 0 0 #25f4ee;
}

.ttfv-content-wrap .ttfv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.ttfv-content-wrap .ttfv-reveal.ttfv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .ttfv-content-wrap .ttfv-section-head {
    margin-bottom: 28px;
  }

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

  .ttfv-content-wrap .ttfv-section-head p {
    font-size: 14px;
  }

  .ttfv-content-wrap .ttfv-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ttfv-content-wrap .ttfv-card,
  .ttfv-content-wrap .ttfv-trust-card {
    padding: 20px;
  }

  .ttfv-content-wrap h3 {
    font-size: 18px;
  }

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

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

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

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

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

  .ttfv-content-wrap .ttfv-section-head {
    margin-bottom: 30px;
  }

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

  .ttfv-content-wrap .ttfv-section-head p {
    font-size: 15px;
  }

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

  .ttfv-content-wrap .ttfv-card,
  .ttfv-content-wrap .ttfv-trust-card {
    padding: 22px;
  }

  .ttfv-content-wrap h3 {
    font-size: 19px;
  }

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

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

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

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

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

  .ttfv-content-wrap .ttfv-section-head {
    margin-bottom: 34px;
  }

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

  .ttfv-content-wrap .ttfv-section-head p {
    font-size: 16px;
  }

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

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

  .ttfv-content-wrap h3 {
    font-size: 20px;
  }

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

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

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

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

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

  .ttfv-content-wrap .ttfv-section-head {
    margin-bottom: 42px;
  }

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

  .ttfv-content-wrap .ttfv-section-head p {
    font-size: 17px;
  }

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

  .ttfv-content-wrap .ttfv-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .ttfv-content-wrap h3 {
    font-size: 20px;
  }

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

  .ttfv-content-wrap .ttfv-step-card {
    grid-template-columns: 76px 1fr;
    gap: 22px;
    padding: 26px;
  }

  .ttfv-content-wrap .ttfv-step-number {
    width: 66px;
    height: 66px;
    font-size: 21px;
  }
}

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

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

  .ttfv-content-wrap .ttfv-section-head {
    margin-bottom: 48px;
  }

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

  .ttfv-content-wrap .ttfv-section-head p {
    font-size: 18px;
  }

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

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

  .ttfv-content-wrap h3 {
    font-size: 21px;
  }

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

  .ttfv-content-wrap .ttfv-step-card {
    grid-template-columns: 86px 1fr;
    gap: 26px;
    padding: 30px;
  }

  .ttfv-content-wrap .ttfv-step-number {
    width: 72px;
    height: 72px;
    font-size: 22px;
  }
}