@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: #151721;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  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;
  width: 100%;
}

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

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

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

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

.ttbv-content-wrap .ttbv-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.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #b3153a;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0;
}

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

.ttbv-content-wrap .ttbv-heading p {
  margin: 16px auto 0;
  color: #5a6070;
  font-weight: 440;
  line-height: 1.72;
}

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

.ttbv-content-wrap .ttbv-card {
  position: relative;
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(18, 23, 35, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttbv-content-wrap .ttbv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.55), rgba(254, 44, 85, 0.46), rgba(22, 24, 35, 0));
  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 260ms ease;
}

.ttbv-content-wrap .ttbv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.11);
}

.ttbv-content-wrap .ttbv-card:hover::before {
  opacity: 1;
}

.ttbv-content-wrap .ttbv-card h3,
.ttbv-content-wrap .ttbv-step-copy h3 {
  margin: 0;
  color: #111522;
  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-note p {
  margin: 10px 0 0;
  color: #5d6474;
  font-weight: 430;
  line-height: 1.68;
}

.ttbv-content-wrap .ttbv-icon {
  width: 48px;
  height: 48px;
  margin: 0 0 18px;
  border-radius: 16px;
  display: inline-flex;
  position: relative;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 32px rgba(254, 44, 85, 0.2);
  transition: transform 260ms ease;
}

.ttbv-content-wrap .ttbv-card:hover .ttbv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

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

.ttbv-content-wrap .ttbv-icon-play::before {
  width: 0;
  height: 0;
  left: 19px;
  top: 14px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
  background: transparent;
}

.ttbv-content-wrap .ttbv-icon-flash::before {
  width: 13px;
  height: 25px;
  left: 18px;
  top: 11px;
  clip-path: polygon(48% 0, 100% 0, 64% 42%, 100% 42%, 32% 100%, 45% 54%, 0 54%);
}

.ttbv-content-wrap .ttbv-icon-frame::before {
  inset: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.ttbv-content-wrap .ttbv-icon-frame::after {
  width: 8px;
  height: 8px;
  right: 15px;
  top: 15px;
  border-radius: 50%;
}

.ttbv-content-wrap .ttbv-icon-path::before {
  width: 24px;
  height: 3px;
  left: 12px;
  top: 22px;
  border-radius: 999px;
}

.ttbv-content-wrap .ttbv-icon-path::after {
  width: 11px;
  height: 11px;
  right: 12px;
  top: 18px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: transparent;
  transform: rotate(45deg);
}

.ttbv-content-wrap .ttbv-icon-phone::before {
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: transparent;
}

.ttbv-content-wrap .ttbv-icon-phone::after {
  width: 6px;
  height: 2px;
  left: 21px;
  bottom: 14px;
  border-radius: 999px;
}

.ttbv-content-wrap .ttbv-icon-daily::before {
  width: 25px;
  height: 21px;
  left: 12px;
  top: 15px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  background: transparent;
}

.ttbv-content-wrap .ttbv-icon-daily::after {
  width: 18px;
  height: 2px;
  left: 15px;
  top: 22px;
  border-radius: 999px;
}

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

.ttbv-content-wrap .ttbv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(18, 23, 35, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    #ffffff;
  box-shadow: 0 18px 55px rgba(17, 24, 39, 0.075);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

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

.ttbv-content-wrap .ttbv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.11);
}

.ttbv-content-wrap .ttbv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 22px;
  background: #111522;
  color: #ffffff;
  font-weight: 860;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(17, 21, 34, 0.18);
}

.ttbv-content-wrap .ttbv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(250, 251, 255, 0.94)),
    #ffffff;
}

.ttbv-content-wrap .ttbv-badge-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.1), 0 12px 24px rgba(254, 44, 85, 0.16);
}

.ttbv-content-wrap .ttbv-trust-card {
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.08), rgba(254, 44, 85, 0.07)),
    #ffffff;
}

.ttbv-content-wrap .ttbv-trust-mark {
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 50%;
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(18, 23, 35, 0.08);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.ttbv-content-wrap .ttbv-trust-mark::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #12bfb8;
  border-bottom: 3px solid #12bfb8;
  transform: rotate(-45deg);
}

.ttbv-content-wrap .ttbv-note {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(254, 44, 85, 0.14);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.1), rgba(254, 44, 85, 0.08)), #ffffff;
  box-shadow: 0 18px 55px rgba(17, 24, 39, 0.07);
  text-align: center;
}

.ttbv-content-wrap .ttbv-note p {
  margin: 0;
  color: #424858;
}

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

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

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

  .ttbv-content-wrap .ttbv-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }

  .ttbv-content-wrap .ttbv-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

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

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

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

  .ttbv-content-wrap .ttbv-note {
    margin-top: 18px;
    padding: 22px;
  }
}

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

  .ttbv-content-wrap .ttbv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

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

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

  .ttbv-content-wrap .ttbv-note {
    margin-top: 20px;
    padding: 24px;
  }
}

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

  .ttbv-content-wrap .ttbv-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }

  .ttbv-content-wrap .ttbv-card {
    padding: 26px;
    border-radius: 21px;
  }

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

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

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

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

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

  .ttbv-content-wrap .ttbv-note {
    margin-top: 22px;
    padding: 26px;
  }
}

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

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

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

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

  .ttbv-content-wrap .ttbv-grid-six,
  .ttbv-content-wrap .ttbv-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

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

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

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

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

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

  .ttbv-content-wrap .ttbv-step-number {
    font-size: 22px;
  }

  .ttbv-content-wrap .ttbv-note {
    margin-top: 24px;
    padding: 28px 34px;
  }
}

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

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

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

  .ttbv-content-wrap .ttbv-heading p {
    font-size: 17.5px;
  }

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

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

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

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

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

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

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

  .ttbv-content-wrap .ttbv-step-number {
    font-size: 23px;
  }

  .ttbv-content-wrap .ttbv-note {
    margin-top: 28px;
    padding: 30px 42px;
  }
}