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

.ttav-bottom-content {
  width: 100%;
  overflow: hidden;
  color: #111827;
  font-family: inherit;
  background: #ffffff;
}

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

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

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

.ttav-bottom-content .ttav-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 242, 234, 0.12), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 0, 80, 0.09), transparent 30%),
    #f8fafc;
}

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

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

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

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

.ttav-bottom-content .ttav-heading-wrap p {
  margin: 14px auto 0;
  color: #526071;
  font-weight: 400;
  line-height: 1.72;
}

.ttav-bottom-content .ttav-card-grid {
  display: grid;
  width: 100%;
}

.ttav-bottom-content .ttav-info-card,
.ttav-bottom-content .ttav-use-card,
.ttav-bottom-content .ttav-trust-card,
.ttav-bottom-content .ttav-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttav-bottom-content .ttav-info-card,
.ttav-bottom-content .ttav-use-card,
.ttav-bottom-content .ttav-trust-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
}

.ttav-bottom-content .ttav-info-card::before,
.ttav-bottom-content .ttav-use-card::before,
.ttav-bottom-content .ttav-trust-card::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), transparent 34%, rgba(255, 0, 80, 0.12));
  opacity: 0;
  transition: opacity 240ms ease;
}

.ttav-bottom-content .ttav-info-card:hover,
.ttav-bottom-content .ttav-use-card:hover,
.ttav-bottom-content .ttav-trust-card:hover,
.ttav-bottom-content .ttav-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 0, 80, 0.2);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}

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

.ttav-bottom-content .ttav-info-card h3,
.ttav-bottom-content .ttav-use-card h3,
.ttav-bottom-content .ttav-trust-card h3,
.ttav-bottom-content .ttav-step-card h3 {
  position: relative;
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

.ttav-bottom-content .ttav-info-card p,
.ttav-bottom-content .ttav-use-card p,
.ttav-bottom-content .ttav-trust-card p,
.ttav-bottom-content .ttav-step-card p {
  position: relative;
  margin: 10px 0 0;
  color: #536171;
  line-height: 1.66;
}

.ttav-bottom-content .ttav-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 14px 30px rgba(255, 0, 80, 0.18);
}

.ttav-bottom-content .ttav-icon::before,
.ttav-bottom-content .ttav-icon::after {
  position: absolute;
  content: "";
}

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

.ttav-bottom-content .ttav-icon-bolt::before {
  top: 10px;
  left: 19px;
  width: 9px;
  height: 25px;
  background: #ffffff;
  clip-path: polygon(50% 0, 100% 0, 68% 42%, 100% 42%, 32% 100%, 45% 55%, 0 55%);
}

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

.ttav-bottom-content .ttav-icon-steps::before {
  top: 13px;
  left: 13px;
  width: 20px;
  height: 20px;
  background: repeating-linear-gradient(to bottom, #ffffff 0 3px, transparent 3px 8px);
}

.ttav-bottom-content .ttav-icon-phone::before {
  top: 8px;
  left: 15px;
  width: 16px;
  height: 30px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.ttav-bottom-content .ttav-icon-calendar::before {
  top: 12px;
  left: 11px;
  width: 24px;
  height: 22px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.ttav-bottom-content .ttav-icon-calendar::after {
  top: 18px;
  left: 14px;
  width: 18px;
  height: 3px;
  background: #ffffff;
  border-radius: 3px;
}

.ttav-bottom-content .ttav-step-list {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
}

.ttav-bottom-content .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.98), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
}

.ttav-bottom-content .ttav-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 20px;
  background: #0f172a;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
}

.ttav-bottom-content .ttav-use-card {
  padding-top: 28px;
}

.ttav-bottom-content .ttav-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 0 0 8px rgba(0, 242, 234, 0.1);
}

.ttav-bottom-content .ttav-badge {
  position: relative;
  align-self: flex-start;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

  .ttav-bottom-content .ttav-step-list {
    gap: 16px;
    margin-top: 28px;
  }

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

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

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

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

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

  .ttav-bottom-content .ttav-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

  .ttav-bottom-content .ttav-step-list {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

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

  .ttav-bottom-content .ttav-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

  .ttav-bottom-content .ttav-step-list {
    gap: 20px;
    margin-top: 36px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttav-bottom-content .ttav-step-list {
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttav-bottom-content .ttav-step-list {
    gap: 24px;
    margin-top: 46px;
  }

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