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

.ttav-content-wrap {
  width: 100%;
  overflow: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

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

.ttav-content-wrap .ttav-section-soft {
  background:
    radial-gradient(circle at 12% 12%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 4%, rgba(254, 44, 85, 0.10), transparent 28%),
    #f7f9fc;
}

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

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

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

.ttav-content-wrap .ttav-kicker::before,
.ttav-content-wrap .ttav-kicker::after {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
}

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

.ttav-content-wrap .ttav-section-head p {
  margin: 16px auto 0;
  color: #586174;
  line-height: 1.72;
}

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

.ttav-content-wrap .ttav-card,
.ttav-content-wrap .ttav-trust-card,
.ttav-content-wrap .ttav-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(20, 31, 54, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttav-content-wrap .ttav-card,
.ttav-content-wrap .ttav-trust-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}

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

.ttav-content-wrap .ttav-card:hover,
.ttav-content-wrap .ttav-trust-card:hover,
.ttav-content-wrap .ttav-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.28);
  box-shadow: 0 24px 70px rgba(20, 31, 54, 0.13);
}

.ttav-content-wrap h3 {
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttav-content-wrap .ttav-card p,
.ttav-content-wrap .ttav-trust-card p,
.ttav-content-wrap .ttav-step-card p {
  margin: 12px 0 0;
  color: #5b6476;
  line-height: 1.68;
}

.ttav-content-wrap .ttav-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.16));
  box-shadow: inset 0 0 0 1px rgba(23, 32, 51, 0.06);
}

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

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

.ttav-content-wrap .ttav-icon-play::before {
  left: 19px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 13px solid #fe2c55;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ttav-content-wrap .ttav-icon-speed::before {
  left: 13px;
  top: 22px;
  width: 22px;
  height: 10px;
  border-top: 3px solid #25bfc0;
  border-radius: 50% 50% 0 0;
  transform: rotate(-18deg);
}

.ttav-content-wrap .ttav-icon-speed::after {
  left: 24px;
  top: 17px;
  width: 3px;
  height: 14px;
  border-radius: 99px;
  background: #fe2c55;
  transform: rotate(38deg);
}

.ttav-content-wrap .ttav-icon-preview::before {
  left: 12px;
  top: 14px;
  width: 24px;
  height: 18px;
  border: 3px solid #25bfc0;
  border-radius: 8px;
}

.ttav-content-wrap .ttav-icon-preview::after {
  left: 21px;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttav-content-wrap .ttav-icon-flow::before {
  left: 12px;
  top: 15px;
  width: 24px;
  height: 18px;
  border-radius: 999px;
  border: 3px solid #25bfc0;
  border-left-color: #fe2c55;
}

.ttav-content-wrap .ttav-icon-mobile::before {
  left: 16px;
  top: 10px;
  width: 17px;
  height: 28px;
  border: 3px solid #172033;
  border-radius: 7px;
}

.ttav-content-wrap .ttav-icon-mobile::after {
  left: 23px;
  bottom: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttav-content-wrap .ttav-icon-daily::before {
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.ttav-content-wrap .ttav-icon-daily::after {
  left: 18px;
  top: 19px;
  width: 12px;
  height: 7px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

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

.ttav-content-wrap .ttav-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));
}

.ttav-content-wrap .ttav-step-card::after {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.20), rgba(254, 44, 85, 0.18));
}

.ttav-content-wrap .ttav-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 22px;
  background: #121827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 35px rgba(18, 24, 39, 0.18);
}

.ttav-content-wrap .ttav-step-body {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.ttav-content-wrap .ttav-badge-dot {
  width: 34px;
  height: 34px;
  margin-bottom: 20px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 24%, transparent 25%),
    linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 10px 24px rgba(254, 44, 85, 0.18);
}

.ttav-content-wrap .ttav-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    radial-gradient(circle at 100% 0%, rgba(37, 244, 238, 0.14), transparent 32%);
}

.ttav-content-wrap .ttav-trust-mark {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.18);
}

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

.ttav-content-wrap .ttav-reveal.ttav-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) {
  .ttav-content-wrap .ttav-section {
    padding: 54px 0;
  }

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

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

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

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

  .ttav-content-wrap .ttav-grid,
  .ttav-content-wrap .ttav-steps {
    gap: 16px;
    margin-top: 30px;
  }

  .ttav-content-wrap .ttav-grid-six,
  .ttav-content-wrap .ttav-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

  .ttav-content-wrap .ttav-grid,
  .ttav-content-wrap .ttav-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .ttav-content-wrap .ttav-grid-six,
  .ttav-content-wrap .ttav-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

  .ttav-content-wrap .ttav-grid,
  .ttav-content-wrap .ttav-steps {
    gap: 20px;
    margin-top: 38px;
  }

  .ttav-content-wrap .ttav-grid-six,
  .ttav-content-wrap .ttav-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

  .ttav-content-wrap .ttav-grid,
  .ttav-content-wrap .ttav-steps {
    gap: 22px;
    margin-top: 46px;
  }

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

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

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

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

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

  .ttav-content-wrap .ttav-step-number {
    font-size: 20px;
  }
}

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

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

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

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

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

  .ttav-content-wrap .ttav-grid,
  .ttav-content-wrap .ttav-steps {
    gap: 24px;
    margin-top: 52px;
  }

  .ttav-content-wrap .ttav-grid-six,
  .ttav-content-wrap .ttav-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ttav-content-wrap .ttav-card,
  .ttav-content-wrap .ttav-trust-card {
    padding: 32px;
  }

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

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

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

  .ttav-content-wrap .ttav-step-number {
    font-size: 21px;
  }
}