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

.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;
}

.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.09), transparent 32%),
    radial-gradient(circle at 88% 12%, rgba(255, 0, 80, 0.08), 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: 7px 12px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(255, 0, 80, 0.10));
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.ttbv-content-wrap .ttbv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
  box-shadow: 0 0 18px rgba(255, 0, 80, 0.35);
}

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

.ttbv-content-wrap h2 {
  color: #0f172a;
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: 0;
}

.ttbv-content-wrap .ttbv-section-head p {
  color: #526071;
  line-height: 1.72;
  margin-bottom: 0;
}

.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(15, 23, 42, 0.09);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttbv-content-wrap .ttbv-card {
  height: 100%;
  border-radius: 22px;
}

.ttbv-content-wrap .ttbv-card::after,
.ttbv-content-wrap .ttbv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), transparent 36%, rgba(255, 0, 80, 0.10));
  opacity: 0;
  transition: opacity 260ms ease;
}

.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(255, 0, 80, 0.18);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.11);
}

.ttbv-content-wrap .ttbv-card:hover::after,
.ttbv-content-wrap .ttbv-trust-card:hover::after {
  opacity: 1;
}

.ttbv-content-wrap .ttbv-icon {
  display: inline-flex;
  position: relative;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #7c3aed 52%, #ff0050);
  box-shadow: 0 14px 30px rgba(124, 58, 237, 0.22);
}

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

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

.ttbv-content-wrap .ttbv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ttbv-content-wrap .ttbv-icon-frame::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 5px;
}

.ttbv-content-wrap .ttbv-icon-flow::before {
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  background: #ffffff;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
  border-radius: 999px;
}

.ttbv-content-wrap .ttbv-icon-phone::before {
  width: 16px;
  height: 24px;
  left: 15px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}

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

.ttbv-content-wrap .ttbv-icon-daily::after {
  width: 10px;
  height: 3px;
  left: 18px;
  top: 22px;
  background: #ffffff;
  border-radius: 999px;
}

.ttbv-content-wrap .ttbv-card h3,
.ttbv-content-wrap .ttbv-trust-card h3,
.ttbv-content-wrap .ttbv-step-card h3 {
  position: relative;
  z-index: 1;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttbv-content-wrap .ttbv-card p,
.ttbv-content-wrap .ttbv-trust-card p,
.ttbv-content-wrap .ttbv-step-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #5b6677;
  line-height: 1.68;
}

.ttbv-content-wrap .ttbv-card-alt {
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.ttbv-content-wrap .ttbv-mini-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 60% 40%, #ffffff 0 4px, transparent 5px),
    linear-gradient(135deg, rgba(37, 244, 238, 0.95), rgba(255, 0, 80, 0.88));
  box-shadow: 0 12px 28px rgba(255, 0, 80, 0.16);
}

.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;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(255, 0, 80, 0.12));
}

.ttbv-content-wrap .ttbv-step-card::before {
  content: "";
  position: absolute;
  left: 36px;
  top: 74px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(37, 244, 238, 0.55), rgba(255, 0, 80, 0));
}

.ttbv-content-wrap .ttbv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: #0f172a;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 35px rgba(15, 23, 42, 0.18);
}

.ttbv-content-wrap .ttbv-step-number::after {
  content: "";
  position: absolute;
  inset: -4px;
  z-index: -1;
  border-radius: 24px;
  background: linear-gradient(135deg, #25f4ee, #ff0050);
}

.ttbv-content-wrap .ttbv-trust-card {
  height: 100%;
  border-radius: 22px;
  background: #ffffff;
}

.ttbv-content-wrap .ttbv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.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: 52px 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 {
    grid-template-columns: 1fr;
    gap: 16px;
  }

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

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

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

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

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

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

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

@media (min-width: 375px) and (max-width: 429px) {
  .ttbv-content-wrap .ttbv-section {
    padding: 58px 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 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

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

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

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

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

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

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

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

@media (min-width: 430px) and (max-width: 767px) {
  .ttbv-content-wrap .ttbv-section {
    padding: 64px 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 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

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

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

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

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

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

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

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

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

  .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-six,
  .ttbv-content-wrap .ttbv-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

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

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

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

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

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

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

@media (min-width: 1024px) {
  .ttbv-content-wrap .ttbv-section {
    padding: 94px 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: 17.5px;
  }

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

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

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

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

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

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

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

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