@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", Arial, sans-serif;
}

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

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

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

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

.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: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(37, 244, 238, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.1));
  color: #334155;
  font-size: 13px;
  font-weight: 750;
  line-height: 1;
}

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

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

.ttbv-content-wrap .ttbv-section-head p {
  margin: 16px auto 0;
  color: #5b6472;
  line-height: 1.75;
}

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

.ttbv-content-wrap .ttbv-card,
.ttbv-content-wrap .ttbv-step-card,
.ttbv-content-wrap .ttbv-trust-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttbv-content-wrap .ttbv-card::before,
.ttbv-content-wrap .ttbv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #25f4ee, #7c3aed, #fe2c55);
  opacity: 0.86;
}

.ttbv-content-wrap .ttbv-card:hover,
.ttbv-content-wrap .ttbv-step-card:hover,
.ttbv-content-wrap .ttbv-trust-card:hover {
  transform: translateY(-5px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
}

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

.ttbv-content-wrap .ttbv-card p,
.ttbv-content-wrap .ttbv-step-copy p,
.ttbv-content-wrap .ttbv-trust-card p {
  margin: 10px 0 0;
  color: #626b7a;
  line-height: 1.68;
}

.ttbv-content-wrap .ttbv-icon {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  border: 1px solid rgba(37, 244, 238, 0.26);
}

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

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

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

.ttbv-content-wrap .ttbv-icon-speed::before {
  left: 11px;
  top: 22px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #25a8a3;
  box-shadow: 5px -8px 0 rgba(254, 44, 85, 0.72), -2px 8px 0 rgba(124, 58, 237, 0.58);
}

.ttbv-content-wrap .ttbv-icon-preview::before {
  left: 10px;
  top: 12px;
  width: 24px;
  height: 19px;
  border: 2px solid #25a8a3;
  border-radius: 7px;
}

.ttbv-content-wrap .ttbv-icon-preview::after {
  left: 17px;
  top: 19px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttbv-content-wrap .ttbv-icon-steps::before {
  left: 12px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25a8a3;
  box-shadow: 0 12px 0 #fe2c55, 15px 6px 0 #7c3aed;
}

.ttbv-content-wrap .ttbv-icon-mobile::before {
  left: 14px;
  top: 8px;
  width: 16px;
  height: 28px;
  border: 2px solid #25a8a3;
  border-radius: 8px;
}

.ttbv-content-wrap .ttbv-icon-mobile::after {
  left: 20px;
  bottom: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttbv-content-wrap .ttbv-icon-daily::before {
  left: 11px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  border: 2px solid #25a8a3;
}

.ttbv-content-wrap .ttbv-icon-daily::after {
  left: 17px;
  top: 18px;
  width: 11px;
  height: 7px;
  border-left: 3px solid #fe2c55;
  border-bottom: 3px solid #fe2c55;
  transform: rotate(-45deg);
}

.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: start;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.92)),
    #ffffff;
}

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

.ttbv-content-wrap .ttbv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #111827, #263044);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
}

.ttbv-content-wrap .ttbv-badge-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 26%, transparent 28%),
    conic-gradient(from 120deg, #25f4ee, #7c3aed, #fe2c55, #25f4ee);
  box-shadow: 0 12px 28px rgba(37, 244, 238, 0.2);
}

.ttbv-content-wrap .ttbv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
}

.ttbv-content-wrap .ttbv-trust-mark {
  display: inline-flex;
  margin: 0 0 16px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.06);
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

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

.ttbv-content-wrap .ttbv-reveal.ttbv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

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

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

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

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

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

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

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

  .ttbv-content-wrap .ttbv-step-card::before {
    display: none;
  }

  .ttbv-content-wrap .ttbv-step-number {
    width: 48px;
    height: 48px;
    font-size: 14px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttbv-content-wrap .ttbv-step-card::before {
    display: none;
  }

  .ttbv-content-wrap .ttbv-step-number {
    width: 50px;
    height: 50px;
    font-size: 14px;
  }

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

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

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

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

  .ttbv-content-wrap .ttbv-section-head h2 {
    font-size: 31px;
  }

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

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

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

  .ttbv-content-wrap .ttbv-card,
  .ttbv-content-wrap .ttbv-trust-card {
    padding: 28px 24px;
    border-radius: 22px;
  }

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

  .ttbv-content-wrap .ttbv-step-card::before {
    display: none;
  }

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

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

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

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

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

  .ttbv-content-wrap .ttbv-section-head h2 {
    font-size: 38px;
  }

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

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

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

  .ttbv-content-wrap .ttbv-card,
  .ttbv-content-wrap .ttbv-trust-card {
    padding: 30px 26px;
    border-radius: 24px;
  }

  .ttbv-content-wrap .ttbv-step-card {
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px 28px;
    border-radius: 24px;
  }

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

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

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

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

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

  .ttbv-content-wrap .ttbv-section-head h2 {
    font-size: 44px;
  }

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

  .ttbv-content-wrap .ttbv-grid,
  .ttbv-content-wrap .ttbv-steps {
    gap: 24px;
    margin-top: 48px;
  }

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

  .ttbv-content-wrap .ttbv-card,
  .ttbv-content-wrap .ttbv-trust-card {
    min-height: 100%;
    padding: 32px 28px;
    border-radius: 24px;
  }

  .ttbv-content-wrap .ttbv-step-card {
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px 34px;
    border-radius: 26px;
  }

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

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

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