@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-x: hidden;
  color: #142033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}

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

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

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

.ttav-content-wrap .ttav-section-soft {
  background:
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.1), transparent 32%),
    radial-gradient(circle at bottom right, rgba(254, 44, 85, 0.09), transparent 30%),
    #f8fafc;
}

.ttav-content-wrap .ttav-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

.ttav-content-wrap .ttav-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 32, 51, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.12));
  color: #38465c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttav-content-wrap .ttav-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 16px rgba(254, 44, 85, 0.32);
}

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

.ttav-content-wrap .ttav-section-head p {
  margin: 16px auto 0;
  max-width: 690px;
  color: #58677c;
  line-height: 1.75;
}

.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;
  min-width: 0;
  border: 1px solid rgba(20, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttav-content-wrap .ttav-card::before,
.ttav-content-wrap .ttav-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.45), rgba(254, 44, 85, 0.34), transparent 58%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.ttav-content-wrap .ttav-card:hover,
.ttav-content-wrap .ttav-trust-card:hover,
.ttav-content-wrap .ttav-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.11);
}

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

.ttav-content-wrap .ttav-card h3,
.ttav-content-wrap .ttav-trust-card h3,
.ttav-content-wrap .ttav-step-card h3 {
  margin: 0;
  color: #142033;
  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: 10px 0 0;
  color: #5a687c;
  line-height: 1.72;
}

.ttav-content-wrap .ttav-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.14));
  border: 1px solid rgba(20, 32, 51, 0.08);
  position: relative;
}

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

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

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

.ttav-content-wrap .ttav-icon-bolt::before {
  width: 12px;
  height: 22px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  clip-path: polygon(56% 0, 100% 0, 62% 42%, 100% 42%, 38% 100%, 48% 56%, 0 56%);
}

.ttav-content-wrap .ttav-icon-frame::before {
  width: 21px;
  height: 16px;
  border: 2px solid #25aeb0;
  border-radius: 5px;
}

.ttav-content-wrap .ttav-icon-frame::after {
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: #fe2c55;
  right: 13px;
  top: 13px;
}

.ttav-content-wrap .ttav-icon-path::before {
  width: 24px;
  height: 14px;
  border: 2px solid #25aeb0;
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 12px 0;
}

.ttav-content-wrap .ttav-icon-path::after {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: #fe2c55;
  left: 12px;
  top: 12px;
  box-shadow: 16px 12px 0 #25aeb0;
}

.ttav-content-wrap .ttav-icon-mobile::before {
  width: 17px;
  height: 25px;
  border: 2px solid #25aeb0;
  border-radius: 6px;
}

.ttav-content-wrap .ttav-icon-mobile::after {
  width: 4px;
  height: 4px;
  border-radius: 99px;
  background: #fe2c55;
  bottom: 11px;
}

.ttav-content-wrap .ttav-icon-calendar::before {
  width: 24px;
  height: 21px;
  border: 2px solid #25aeb0;
  border-radius: 7px;
}

.ttav-content-wrap .ttav-icon-calendar::after {
  width: 18px;
  height: 2px;
  background: #fe2c55;
  top: 18px;
}

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

.ttav-content-wrap .ttav-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
}

.ttav-content-wrap .ttav-step-card::after {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.16), transparent 68%);
}

.ttav-content-wrap .ttav-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #101828, #263247);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 16px 30px rgba(16, 24, 40, 0.18);
}

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

.ttav-content-wrap .ttav-mini-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #176e72;
  border: 1px solid rgba(37, 244, 238, 0.22);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.ttav-content-wrap .ttav-use-card:nth-child(2n) .ttav-mini-badge {
  background: rgba(254, 44, 85, 0.09);
  color: #a51f3c;
  border-color: rgba(254, 44, 85, 0.16);
}

.ttav-content-wrap .ttav-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top right, rgba(254, 44, 85, 0.1), transparent 36%);
}

.ttav-content-wrap .ttav-trust-dot {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 32px rgba(254, 44, 85, 0.2);
  position: relative;
}

.ttav-content-wrap .ttav-trust-dot::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 7px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

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

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

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

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

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

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

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

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

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

  .ttav-content-wrap .ttav-card h3,
  .ttav-content-wrap .ttav-trust-card h3,
  .ttav-content-wrap .ttav-step-card 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-steps {
    gap: 14px;
  }

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

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

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

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

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

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

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

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

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

  .ttav-content-wrap .ttav-card h3,
  .ttav-content-wrap .ttav-trust-card h3,
  .ttav-content-wrap .ttav-step-card 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-steps {
    gap: 16px;
  }

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

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

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

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

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

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

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

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

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

  .ttav-content-wrap .ttav-card h3,
  .ttav-content-wrap .ttav-trust-card h3,
  .ttav-content-wrap .ttav-step-card 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-steps {
    gap: 18px;
  }

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

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

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

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

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

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

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

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

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

  .ttav-content-wrap .ttav-card h3,
  .ttav-content-wrap .ttav-trust-card h3,
  .ttav-content-wrap .ttav-step-card 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-steps {
    gap: 20px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ttav-content-wrap .ttav-steps {
    gap: 22px;
  }

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

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