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

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

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

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

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

.ttbv-content-wrap .ttbv-section-soft {
  background:
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.12), transparent 34%),
    radial-gradient(circle at bottom right, rgba(254, 44, 85, 0.10), transparent 32%),
    #f7f8fb;
}

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

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

.ttbv-content-wrap .ttbv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 244, 238, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #0f5665;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

.ttbv-content-wrap .ttbv-kicker::before {
  width: 7px;
  height: 7px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 16px rgba(37, 244, 238, 0.42);
}

.ttbv-content-wrap h2,
.ttbv-content-wrap h3,
.ttbv-content-wrap p {
  margin-top: 0;
}

.ttbv-content-wrap h2 {
  margin-bottom: 14px;
  color: #111827;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}

.ttbv-content-wrap .ttbv-section-head p {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  max-width: 680px;
  color: #5b6575;
  line-height: 1.7;
}

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

.ttbv-content-wrap .ttbv-card,
.ttbv-content-wrap .ttbv-trust-card,
.ttbv-content-wrap .ttbv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttbv-content-wrap .ttbv-card,
.ttbv-content-wrap .ttbv-trust-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
}

.ttbv-content-wrap .ttbv-card::after,
.ttbv-content-wrap .ttbv-trust-card::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, #25f4ee, #111827, #fe2c55);
  opacity: 0.82;
}

.ttbv-content-wrap .ttbv-card:hover,
.ttbv-content-wrap .ttbv-trust-card:hover,
.ttbv-content-wrap .ttbv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.38);
  box-shadow: 0 24px 64px rgba(17, 24, 39, 0.12);
}

.ttbv-content-wrap .ttbv-card h3,
.ttbv-content-wrap .ttbv-trust-card h3,
.ttbv-content-wrap .ttbv-step-copy h3 {
  margin-bottom: 10px;
  color: #141b2d;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.ttbv-content-wrap .ttbv-card p,
.ttbv-content-wrap .ttbv-trust-card p,
.ttbv-content-wrap .ttbv-step-copy p {
  margin-bottom: 0;
  color: #5d6676;
  line-height: 1.7;
}

.ttbv-content-wrap .ttbv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  box-shadow: inset 0 0 0 1px rgba(37, 244, 238, 0.22);
}

.ttbv-content-wrap .ttbv-icon::before,
.ttbv-content-wrap .ttbv-icon::after {
  position: absolute;
  content: "";
}

.ttbv-content-wrap .ttbv-icon-play::before {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #111827;
}

.ttbv-content-wrap .ttbv-icon-bolt::before {
  width: 12px;
  height: 22px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  clip-path: polygon(48% 0, 100% 0, 62% 42%, 100% 42%, 32% 100%, 46% 55%, 8% 55%);
}

.ttbv-content-wrap .ttbv-icon-frame::before {
  width: 20px;
  height: 16px;
  border: 2px solid #111827;
  border-radius: 6px;
}

.ttbv-content-wrap .ttbv-icon-path::before {
  width: 22px;
  height: 22px;
  border: 2px solid #111827;
  border-right-color: #fe2c55;
  border-radius: 50%;
}

.ttbv-content-wrap .ttbv-icon-phone::before {
  width: 16px;
  height: 24px;
  border: 2px solid #111827;
  border-radius: 6px;
}

.ttbv-content-wrap .ttbv-icon-spark::before {
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  clip-path: polygon(50% 0, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0 50%, 38% 36%);
}

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

.ttbv-content-wrap .ttbv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
}

.ttbv-content-wrap .ttbv-step-card::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

.ttbv-content-wrap .ttbv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #111827, #0f5665 48%, #fe2c55);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.16);
}

.ttbv-content-wrap .ttbv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 15px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #0f5665;
  font-size: 12px;
  font-weight: 800;
}

.ttbv-content-wrap .ttbv-trust-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at top right, rgba(37, 244, 238, 0.22), transparent 42%);
}

.ttbv-content-wrap .ttbv-trust-dot {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 34%, #ffffff 0 16%, transparent 17%),
    linear-gradient(135deg, #25f4ee, #111827 52%, #fe2c55);
  box-shadow: 0 14px 28px rgba(37, 244, 238, 0.22);
}

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

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

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

  .ttbv-content-wrap h2 {
    font-size: 27px;
  }

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

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

  .ttbv-content-wrap .ttbv-grid,
  .ttbv-content-wrap .ttbv-steps {
    gap: 16px;
  }

  .ttbv-content-wrap .ttbv-grid-three,
  .ttbv-content-wrap .ttbv-grid-trust {
    grid-template-columns: 1fr;
  }

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

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

  .ttbv-content-wrap .ttbv-step-number {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    font-size: 17px;
  }

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

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

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

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

  .ttbv-content-wrap h2 {
    font-size: 30px;
  }

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

  .ttbv-content-wrap .ttbv-section-head {
    margin-bottom: 32px;
  }

  .ttbv-content-wrap .ttbv-grid,
  .ttbv-content-wrap .ttbv-steps {
    gap: 18px;
  }

  .ttbv-content-wrap .ttbv-grid-three,
  .ttbv-content-wrap .ttbv-grid-trust {
    grid-template-columns: 1fr;
  }

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

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

  .ttbv-content-wrap .ttbv-step-number {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 18px;
  }

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

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

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

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

  .ttbv-content-wrap h2 {
    font-size: 34px;
  }

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

  .ttbv-content-wrap .ttbv-section-head {
    margin-bottom: 36px;
  }

  .ttbv-content-wrap .ttbv-grid,
  .ttbv-content-wrap .ttbv-steps {
    gap: 20px;
  }

  .ttbv-content-wrap .ttbv-grid-three,
  .ttbv-content-wrap .ttbv-grid-trust {
    grid-template-columns: 1fr;
  }

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

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

  .ttbv-content-wrap .ttbv-step-number {
    width: 60px;
    height: 60px;
    border-radius: 19px;
    font-size: 19px;
  }

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

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

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

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

  .ttbv-content-wrap h2 {
    font-size: 42px;
  }

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

  .ttbv-content-wrap .ttbv-section-head {
    margin-bottom: 44px;
  }

  .ttbv-content-wrap .ttbv-grid,
  .ttbv-content-wrap .ttbv-steps {
    gap: 22px;
  }

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

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

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

  .ttbv-content-wrap .ttbv-step-number {
    width: 66px;
    height: 66px;
    border-radius: 21px;
    font-size: 20px;
  }

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

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

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

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

  .ttbv-content-wrap h2 {
    font-size: 48px;
  }

  .ttbv-content-wrap .ttbv-section-head p {
    font-size: 18px;
  }

  .ttbv-content-wrap .ttbv-section-head {
    margin-bottom: 50px;
  }

  .ttbv-content-wrap .ttbv-grid {
    gap: 24px;
  }

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

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

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

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

  .ttbv-content-wrap .ttbv-step-number {
    width: 72px;
    height: 72px;
    border-radius: 23px;
    font-size: 21px;
  }

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

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