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

.ttfv-content {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}

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

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

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

.ttfv-content .ttfv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 242, 234, 0.08), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 0, 80, 0.08), transparent 28%),
    #f7f9fc;
}

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

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

.ttfv-content .ttfv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.10));
  color: #b01346;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.ttfv-content h2 {
  margin: 14px 0 0;
  color: #121829;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttfv-content .ttfv-section-head p {
  margin: 16px auto 0;
  color: #5a6475;
  line-height: 1.7;
  font-weight: 400;
}

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

.ttfv-content .ttfv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(18, 24, 41, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(18, 24, 41, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttfv-content .ttfv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.45), rgba(255, 0, 80, 0.35), rgba(18, 24, 41, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.ttfv-content .ttfv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.16);
  box-shadow: 0 24px 60px rgba(18, 24, 41, 0.12);
}

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

.ttfv-content .ttfv-card h3 {
  margin: 18px 0 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttfv-content .ttfv-card p {
  margin: 10px 0 0;
  color: #626c7e;
  line-height: 1.65;
}

.ttfv-content .ttfv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00d9d2, #ff2f6d);
  box-shadow: 0 14px 30px rgba(255, 47, 109, 0.18);
}

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

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

.ttfv-content .ttfv-icon-orbit::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.ttfv-content .ttfv-icon-orbit::after {
  width: 8px;
  height: 8px;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  background: #ffffff;
}

.ttfv-content .ttfv-icon-flash::before {
  left: 17px;
  top: 10px;
  width: 12px;
  height: 26px;
  background: #ffffff;
  clip-path: polygon(55% 0, 100% 0, 63% 42%, 100% 42%, 30% 100%, 48% 55%, 0 55%);
}

.ttfv-content .ttfv-icon-frame::before {
  left: 11px;
  top: 12px;
  width: 24px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 6px;
}

.ttfv-content .ttfv-icon-frame::after {
  left: 17px;
  bottom: 11px;
  width: 12px;
  height: 2px;
  background: #ffffff;
  border-radius: 4px;
}

.ttfv-content .ttfv-icon-steps::before {
  left: 13px;
  top: 12px;
  width: 20px;
  height: 4px;
  background: #ffffff;
  border-radius: 999px;
  box-shadow: 0 9px 0 #ffffff, 0 18px 0 #ffffff;
}

.ttfv-content .ttfv-icon-phone::before {
  left: 14px;
  top: 8px;
  width: 18px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 7px;
}

.ttfv-content .ttfv-icon-phone::after {
  left: 21px;
  bottom: 10px;
  width: 4px;
  height: 4px;
  background: #ffffff;
  border-radius: 50%;
}

.ttfv-content .ttfv-icon-check::before {
  left: 13px;
  top: 21px;
  width: 20px;
  height: 10px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

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

.ttfv-content .ttfv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(18, 24, 41, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.10));
  box-shadow: 0 18px 48px rgba(18, 24, 41, 0.08);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ttfv-content .ttfv-step-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(180deg, #00d9d2, #ff2f6d);
}

.ttfv-content .ttfv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 62px rgba(18, 24, 41, 0.12);
}

.ttfv-content .ttfv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #121829;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(18, 24, 41, 0.20);
}

.ttfv-content .ttfv-step-copy h3 {
  margin: 0;
  color: #151c2f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttfv-content .ttfv-step-copy p {
  margin: 9px 0 0;
  color: #626c7e;
  line-height: 1.65;
}

.ttfv-content .ttfv-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.35), rgba(255, 0, 80, 0.24)) border-box;
}

.ttfv-content .ttfv-mini-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d9d2, #ff2f6d);
  box-shadow: 0 0 0 8px rgba(0, 217, 210, 0.10);
}

.ttfv-content .ttfv-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #121829;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.ttfv-content .ttfv-trust-card {
  background:
    radial-gradient(circle at top right, rgba(0, 242, 234, 0.10), transparent 34%),
    #ffffff;
}

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

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

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

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

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

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

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

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

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

  .ttfv-content .ttfv-card p {
    font-size: 14px;
  }

  .ttfv-content .ttfv-steps {
    gap: 16px;
    margin-top: 30px;
  }

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

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

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

  .ttfv-content .ttfv-step-copy p {
    font-size: 14px;
  }
}

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

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

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

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

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

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

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

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

  .ttfv-content .ttfv-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

  .ttfv-content .ttfv-step-copy p {
    font-size: 15px;
  }
}

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

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

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

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

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

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

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

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

  .ttfv-content .ttfv-steps {
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

  .ttfv-content .ttfv-step-copy p {
    font-size: 15px;
  }
}

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

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

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

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

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

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

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

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

  .ttfv-content .ttfv-steps {
    gap: 22px;
    margin-top: 42px;
  }

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

  .ttfv-content .ttfv-step-number {
    width: 62px;
    height: 62px;
    font-size: 17px;
  }

  .ttfv-content .ttfv-step-copy h3 {
    font-size: 22px;
  }

  .ttfv-content .ttfv-step-copy p {
    font-size: 16px;
  }
}

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

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

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

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

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

  .ttfv-content .ttfv-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

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

  .ttfv-content .ttfv-step-card {
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 32px 34px;
  }

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

  .ttfv-content .ttfv-step-copy h3 {
    font-size: 23px;
  }

  .ttfv-content .ttfv-step-copy p {
    font-size: 16px;
  }
}