@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: #151923;
  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,
.ttbv-content-wrap span,
.ttbv-content-wrap h2,
.ttbv-content-wrap h3,
.ttbv-content-wrap p {
  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% 8%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(254, 44, 85, 0.10), transparent 32%),
    #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;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(254, 44, 85, 0.20);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #9f1239;
  font-size: 13px;
  font-weight: 760;
  line-height: 1;
  letter-spacing: 0;
}

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

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

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

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

.ttbv-content-wrap .ttbv-card,
.ttbv-content-wrap .ttbv-benefit-card {
  height: 100%;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
}

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

.ttbv-content-wrap .ttbv-card:hover,
.ttbv-content-wrap .ttbv-benefit-card:hover,
.ttbv-content-wrap .ttbv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.26);
  box-shadow: 0 24px 64px rgba(15, 23, 42, 0.11);
}

.ttbv-content-wrap .ttbv-card h3,
.ttbv-content-wrap .ttbv-benefit-card h3,
.ttbv-content-wrap .ttbv-step-copy h3 {
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: 0;
}

.ttbv-content-wrap .ttbv-card p,
.ttbv-content-wrap .ttbv-benefit-card p,
.ttbv-content-wrap .ttbv-step-copy p {
  margin: 10px 0 0;
  color: #5f6877;
  line-height: 1.72;
  font-weight: 430;
}

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

.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 {
  top: 13px;
  left: 17px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #fe2c55;
}

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

.ttbv-content-wrap .ttbv-icon-speed::after {
  width: 12px;
  height: 3px;
  top: 21px;
  left: 22px;
  border-radius: 99px;
  background: #fe2c55;
  transform-origin: left center;
  rotate: -28deg;
}

.ttbv-content-wrap .ttbv-icon-preview::before {
  width: 24px;
  height: 16px;
  top: 14px;
  left: 10px;
  border: 3px solid #0891b2;
  border-radius: 12px;
}

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

.ttbv-content-wrap .ttbv-icon-steps::before {
  width: 22px;
  height: 3px;
  top: 14px;
  left: 11px;
  border-radius: 99px;
  background: #0891b2;
  box-shadow: 0 7px 0 #fe2c55, 0 14px 0 #7c3aed;
}

.ttbv-content-wrap .ttbv-icon-mobile::before {
  width: 17px;
  height: 26px;
  top: 9px;
  left: 14px;
  border: 3px solid #fe2c55;
  border-radius: 7px;
}

.ttbv-content-wrap .ttbv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 20px;
  bottom: 12px;
  border-radius: 50%;
  background: #0891b2;
}

.ttbv-content-wrap .ttbv-icon-daily::before {
  width: 24px;
  height: 24px;
  top: 10px;
  left: 10px;
  border-radius: 50%;
  background: conic-gradient(from 90deg, #25f4ee, #fe2c55, #7c3aed, #25f4ee);
}

.ttbv-content-wrap .ttbv-icon-daily::after {
  width: 14px;
  height: 14px;
  top: 15px;
  left: 15px;
  border-radius: 50%;
  background: #ffffff;
}

.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;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.82)),
    radial-gradient(circle at 0% 50%, rgba(37, 244, 238, 0.18), transparent 32%);
}

.ttbv-content-wrap .ttbv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 860;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f172a, #fe2c55 58%, #25f4ee);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.20);
}

.ttbv-content-wrap .ttbv-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: #fe2c55;
  box-shadow: 16px 0 0 #25f4ee, 32px 0 0 #7c3aed;
}

.ttbv-content-wrap .ttbv-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.14);
  color: #0f766e;
  font-size: 13px;
  font-weight: 780;
  line-height: 1;
}

.ttbv-content-wrap .ttbv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms 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 16px;
  }

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

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

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

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

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

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

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

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

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

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

@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 .ttbv-section-head {
    margin-bottom: 30px;
  }

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

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

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

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

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

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

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

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

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

@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 .ttbv-section-head {
    margin-bottom: 34px;
  }

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

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

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

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

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

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

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

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

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

@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 .ttbv-section-head {
    margin-bottom: 42px;
  }

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

  .ttbv-content-wrap .ttbv-section-head 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;
  }

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

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

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

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

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

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

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

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

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

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

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

  .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-benefit-card {
    padding: 32px;
  }

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

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

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

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

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