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

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

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

.ttav-content-wrap .ttav-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.12), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.1), transparent 30%),
    #f8fafc;
}

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

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

.ttav-content-wrap .ttav-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #9b1740;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

.ttav-content-wrap .ttav-heading p {
  margin: 16px auto 0;
  max-width: 680px;
  color: #526071;
  line-height: 1.7;
}

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

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

.ttav-content-wrap .ttav-card,
.ttav-content-wrap .ttav-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms 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.42), rgba(254, 44, 85, 0.34), transparent 58%);
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 220ms ease;
}

.ttav-content-wrap .ttav-card:hover,
.ttav-content-wrap .ttav-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 58px 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-copy h3 {
  margin: 0;
  color: #111827;
  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-copy p {
  margin: 10px 0 0;
  color: #5b6675;
  line-height: 1.72;
}

.ttav-content-wrap .ttav-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.18);
}

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

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

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

.ttav-content-wrap .ttav-icon-bolt::before {
  left: 18px;
  top: 10px;
  width: 10px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(40% 0, 100% 0, 65% 42%, 100% 42%, 28% 100%, 45% 56%, 0 56%);
}

.ttav-content-wrap .ttav-icon-frame::before {
  inset: 13px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.ttav-content-wrap .ttav-icon-path::before {
  left: 13px;
  top: 20px;
  width: 20px;
  height: 8px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
}

.ttav-content-wrap .ttav-icon-phone::before {
  left: 16px;
  top: 9px;
  width: 14px;
  height: 27px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}

.ttav-content-wrap .ttav-icon-calendar::before {
  left: 12px;
  top: 14px;
  width: 22px;
  height: 20px;
  border: 3px solid #ffffff;
  border-radius: 5px;
}

.ttav-content-wrap .ttav-icon-calendar::after {
  left: 15px;
  top: 20px;
  width: 16px;
  height: 3px;
  background: #ffffff;
  border-radius: 4px;
}

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

.ttav-content-wrap .ttav-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86));
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.ttav-content-wrap .ttav-step-card::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 76px;
  bottom: -30px;
  width: 2px;
  background: linear-gradient(180deg, rgba(254, 44, 85, 0.34), rgba(37, 244, 238, 0));
}

.ttav-content-wrap .ttav-step-card:last-child::after {
  display: none;
}

.ttav-content-wrap .ttav-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.1);
}

.ttav-content-wrap .ttav-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #101828, #fe2c55 58%, #25f4ee);
  box-shadow: 0 16px 32px rgba(254, 44, 85, 0.2);
}

.ttav-content-wrap .ttav-use-card {
  overflow: hidden;
}

.ttav-content-wrap .ttav-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: #fe2c55;
  box-shadow: 18px 0 0 #25f4ee, 36px 0 0 rgba(16, 24, 40, 0.18);
}

.ttav-content-wrap .ttav-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

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

.ttav-content-wrap .ttav-reveal.ttav-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-heading h2 {
    font-size: 25px;
  }

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

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

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

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

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

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

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

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

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

@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-heading h2 {
    font-size: 28px;
  }

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

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

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

  .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-copy h3 {
    font-size: 18px;
  }

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

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

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

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

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

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

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

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

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

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

  .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-copy h3 {
    font-size: 19px;
  }

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

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

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

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

@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-heading h2 {
    font-size: 38px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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