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

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

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

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

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

.ttav-content .ttav-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(255, 0, 80, 0.10), transparent 26%),
    #f7f9fc;
}

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

.ttav-content .ttav-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ttav-content .ttav-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 14px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 0, 80, 0.10));
  color: #9f143f;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.ttav-content .ttav-heading h2 {
  margin: 0;
  color: #101720;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.ttav-content .ttav-heading p {
  margin: 16px auto 0;
  color: #566272;
  font-weight: 450;
  line-height: 1.7;
}

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

.ttav-content .ttav-card,
.ttav-content .ttav-trust-card,
.ttav-content .ttav-step {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(20, 31, 45, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 50px rgba(16, 24, 40, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

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

.ttav-content .ttav-card:hover,
.ttav-content .ttav-trust-card:hover,
.ttav-content .ttav-step:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.18);
  box-shadow: 0 24px 65px rgba(16, 24, 40, 0.13);
}

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

.ttav-content .ttav-card h3,
.ttav-content .ttav-trust-card h3,
.ttav-content .ttav-step h3 {
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.ttav-content .ttav-card p,
.ttav-content .ttav-trust-card p,
.ttav-content .ttav-step p {
  position: relative;
  margin: 10px 0 0;
  color: #5d6978;
  line-height: 1.65;
}

.ttav-content .ttav-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 12px 26px rgba(255, 0, 80, 0.18);
}

.ttav-content .ttav-icon::before,
.ttav-content .ttav-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

.ttav-content .ttav-icon-play::before {
  width: 0;
  height: 0;
  left: 18px;
  top: 14px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #ffffff;
  background: transparent;
}

.ttav-content .ttav-icon-speed::before {
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}

.ttav-content .ttav-icon-frame::before {
  inset: 12px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.ttav-content .ttav-icon-path::before {
  width: 24px;
  height: 4px;
  left: 11px;
  top: 21px;
  border-radius: 99px;
}

.ttav-content .ttav-icon-path::after {
  width: 10px;
  height: 10px;
  right: 11px;
  top: 18px;
  border-radius: 50%;
}

.ttav-content .ttav-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.ttav-content .ttav-icon-daily::before {
  width: 22px;
  height: 18px;
  left: 12px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

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

.ttav-content .ttav-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(90deg, rgba(37, 244, 238, 0.12), rgba(255, 255, 255, 0.96) 34%),
    #ffffff;
}

.ttav-content .ttav-step::after {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 86px;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, #25f4ee, #ff0050);
  opacity: 0.34;
}

.ttav-content .ttav-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  background: #101720;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 18px 35px rgba(16, 23, 32, 0.18);
}

.ttav-content .ttav-step-content {
  position: relative;
  z-index: 1;
}

.ttav-content .ttav-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #087873;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

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

.ttav-content .ttav-trust-mark {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.20), rgba(255, 0, 80, 0.16));
  border: 1px solid rgba(255, 0, 80, 0.16);
}

.ttav-content .ttav-trust-mark::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #0f766e;
  border-bottom: 3px solid #0f766e;
  transform: rotate(-45deg);
}

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

.ttav-content .ttav-reveal.ttav-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

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

  .ttav-content .ttav-heading h2 {
    font-size: 27px;
  }

  .ttav-content .ttav-heading p {
    font-size: 14px;
  }

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

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

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

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

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

  .ttav-content .ttav-step::after {
    display: none;
  }

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

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

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

  .ttav-content .ttav-heading h2 {
    font-size: 30px;
  }

  .ttav-content .ttav-heading p {
    font-size: 15px;
  }

  .ttav-content .ttav-grid,
  .ttav-content .ttav-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

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

  .ttav-content .ttav-step::after {
    display: none;
  }

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

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

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

  .ttav-content .ttav-heading h2 {
    font-size: 34px;
  }

  .ttav-content .ttav-heading p {
    font-size: 16px;
  }

  .ttav-content .ttav-grid,
  .ttav-content .ttav-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }

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

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

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

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

  .ttav-content .ttav-step::after {
    display: none;
  }

  .ttav-content .ttav-step-number {
    width: 66px;
    height: 66px;
    font-size: 20px;
  }
}

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

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

  .ttav-content .ttav-heading h2 {
    font-size: 42px;
  }

  .ttav-content .ttav-heading p {
    font-size: 17px;
  }

  .ttav-content .ttav-grid {
    gap: 22px;
    margin-top: 44px;
  }

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

  .ttav-content .ttav-steps {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

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

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

  .ttav-content .ttav-heading h2 {
    font-size: 48px;
  }

  .ttav-content .ttav-heading p {
    font-size: 18px;
  }

  .ttav-content .ttav-grid {
    gap: 24px;
    margin-top: 50px;
  }

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

  .ttav-content .ttav-steps {
    gap: 24px;
    margin-top: 50px;
  }

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

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

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

  .ttav-content .ttav-step {
    gap: 34px;
    padding: 32px;
  }

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