@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-x: hidden;
  color: #182033;
  font-family: inherit;
  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;
  width: 100%;
}

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

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

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

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

.ttfv-content-wrap .ttfv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #e11d48;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttfv-content-wrap .ttfv-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 6px rgba(254, 44, 85, 0.08);
}

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

.ttfv-content-wrap .ttfv-section-head p {
  margin: 16px auto 0;
  color: #5d6678;
  line-height: 1.72;
  font-weight: 450;
}

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

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

.ttfv-content-wrap .ttfv-card::after,
.ttfv-content-wrap .ttfv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  opacity: 0;
  transition: opacity 260ms ease;
}

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

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

.ttfv-content-wrap .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.18));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

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

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

.ttfv-content-wrap .ttfv-icon-ring::before {
  inset: 13px;
  border: 3px solid #111827;
  border-radius: 999px;
}

.ttfv-content-wrap .ttfv-icon-flash::before {
  left: 18px;
  top: 10px;
  width: 10px;
  height: 24px;
  background: #111827;
  clip-path: polygon(45% 0, 100% 0, 63% 42%, 100% 42%, 24% 100%, 43% 55%, 0 55%);
}

.ttfv-content-wrap .ttfv-icon-frame::before {
  inset: 12px;
  border: 2px solid #111827;
  border-radius: 8px;
}

.ttfv-content-wrap .ttfv-icon-frame::after {
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #fe2c55;
}

.ttfv-content-wrap .ttfv-icon-path::before {
  left: 13px;
  right: 13px;
  top: 15px;
  height: 16px;
  border-top: 3px solid #111827;
  border-right: 3px solid #111827;
  border-radius: 0 10px 0 0;
}

.ttfv-content-wrap .ttfv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #111827;
  border-radius: 6px;
}

.ttfv-content-wrap .ttfv-icon-dot::before {
  left: 12px;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #25f4ee;
  box-shadow: 12px 0 0 #111827, 24px 0 0 #fe2c55;
}

.ttfv-content-wrap h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.ttfv-content-wrap .ttfv-card p,
.ttfv-content-wrap .ttfv-trust-card p,
.ttfv-content-wrap .ttfv-step-content p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5f6b7a;
  line-height: 1.68;
  font-weight: 430;
}

.ttfv-content-wrap .ttfv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.ttfv-content-wrap .ttfv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fbfdff);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.075);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ttfv-content-wrap .ttfv-step-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.ttfv-content-wrap .ttfv-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}

.ttfv-content-wrap .ttfv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, #111827, #fe2c55 58%, #25f4ee);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.2);
}

.ttfv-content-wrap .ttfv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  color: #be123c;
  background: rgba(254, 44, 85, 0.07);
  font-weight: 800;
  line-height: 1;
}

.ttfv-content-wrap .ttfv-trust-card {
  overflow: hidden;
}

.ttfv-content-wrap .ttfv-trust-mark {
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 999px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, #25f4ee, #fe2c55) border-box;
  border: 2px solid transparent;
  position: relative;
}

.ttfv-content-wrap .ttfv-trust-mark::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 12px;
  height: 18px;
  border-right: 3px solid #111827;
  border-bottom: 3px solid #111827;
  transform: rotate(40deg);
}

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

.ttfv-content-wrap .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-content-wrap .ttfv-section {
    padding: 48px 0;
  }

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

  .ttfv-content-wrap .ttfv-kicker {
    font-size: 12px;
  }

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

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

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

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

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

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

  .ttfv-content-wrap .ttfv-step-list {
    gap: 16px;
    margin-top: 28px;
  }

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

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

  .ttfv-content-wrap .ttfv-badge {
    padding: 8px 10px;
    font-size: 11px;
  }
}

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

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

  .ttfv-content-wrap .ttfv-kicker {
    font-size: 12px;
  }

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

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

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

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

  .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-content p {
    font-size: 14.5px;
  }

  .ttfv-content-wrap .ttfv-step-list {
    gap: 18px;
    margin-top: 30px;
  }

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

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

  .ttfv-content-wrap .ttfv-badge {
    padding: 8px 11px;
    font-size: 11px;
  }
}

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

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

  .ttfv-content-wrap .ttfv-kicker {
    font-size: 13px;
  }

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

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

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

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

  .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-content p {
    font-size: 15px;
  }

  .ttfv-content-wrap .ttfv-step-list {
    gap: 20px;
    margin-top: 34px;
  }

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

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

  .ttfv-content-wrap .ttfv-badge {
    padding: 9px 12px;
    font-size: 12px;
  }
}

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

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

  .ttfv-content-wrap .ttfv-kicker {
    font-size: 13px;
  }

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

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

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

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

  .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-content p {
    font-size: 15.5px;
  }

  .ttfv-content-wrap .ttfv-step-list {
    gap: 22px;
    margin-top: 42px;
  }

  .ttfv-content-wrap .ttfv-step-card {
    gap: 24px;
    padding: 30px;
  }

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

  .ttfv-content-wrap .ttfv-badge {
    padding: 9px 13px;
    font-size: 12px;
  }
}

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

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

  .ttfv-content-wrap .ttfv-kicker {
    font-size: 13px;
  }

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

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

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

  .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-content p {
    font-size: 15.5px;
  }

  .ttfv-content-wrap .ttfv-step-list {
    gap: 24px;
    margin-top: 48px;
  }

  .ttfv-content-wrap .ttfv-step-card {
    gap: 28px;
    padding: 34px 36px;
  }

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

  .ttfv-content-wrap .ttfv-badge {
    padding: 9px 13px;
    font-size: 12px;
  }
}