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

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

.tbv-content-wrap,
.tbv-content-wrap section,
.tbv-content-wrap div,
.tbv-content-wrap article,
.tbv-content-wrap span,
.tbv-content-wrap h2,
.tbv-content-wrap h3,
.tbv-content-wrap p {
  box-sizing: border-box;
}

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

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

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

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

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

.tbv-content-wrap .tbv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 12px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #b2173e;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.tbv-content-wrap .tbv-heading h2 {
  margin: 16px 0 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tbv-content-wrap .tbv-heading p {
  margin: 14px auto 0;
  max-width: 680px;
  color: #5d6678;
  font-weight: 450;
}

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

.tbv-content-wrap .tbv-card,
.tbv-content-wrap .tbv-benefit {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tbv-content-wrap .tbv-card::before,
.tbv-content-wrap .tbv-benefit::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.1), transparent 36%, rgba(254, 44, 85, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
}

.tbv-content-wrap .tbv-card:hover,
.tbv-content-wrap .tbv-benefit:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}

.tbv-content-wrap .tbv-card:hover::before,
.tbv-content-wrap .tbv-benefit:hover::before {
  opacity: 1;
}

.tbv-content-wrap .tbv-card h3,
.tbv-content-wrap .tbv-benefit h3,
.tbv-content-wrap .tbv-step h3 {
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 820;
  line-height: 1.22;
  letter-spacing: 0;
}

.tbv-content-wrap .tbv-card p,
.tbv-content-wrap .tbv-benefit p,
.tbv-content-wrap .tbv-step p {
  position: relative;
  margin: 10px 0 0;
  color: #606b7d;
  font-weight: 440;
}

.tbv-content-wrap .tbv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.18);
}

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

.tbv-content-wrap .tbv-icon-view::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border-radius: 50%;
}

.tbv-content-wrap .tbv-icon-view::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #172033;
}

.tbv-content-wrap .tbv-icon-speed::before {
  width: 22px;
  height: 4px;
  left: 12px;
  top: 21px;
  border-radius: 999px;
  transform: rotate(-28deg);
}

.tbv-content-wrap .tbv-icon-speed::after {
  width: 9px;
  height: 9px;
  right: 11px;
  bottom: 11px;
  border-radius: 50%;
}

.tbv-content-wrap .tbv-icon-preview::before {
  width: 22px;
  height: 16px;
  left: 12px;
  top: 15px;
  border-radius: 5px;
}

.tbv-content-wrap .tbv-icon-preview::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #172033;
}

.tbv-content-wrap .tbv-icon-steps::before {
  width: 6px;
  height: 24px;
  left: 14px;
  top: 11px;
  border-radius: 999px;
}

.tbv-content-wrap .tbv-icon-steps::after {
  width: 16px;
  height: 16px;
  right: 11px;
  top: 15px;
  border-radius: 50%;
}

.tbv-content-wrap .tbv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border-radius: 6px;
}

.tbv-content-wrap .tbv-icon-mobile::after {
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 13px;
  border-radius: 999px;
  background: #172033;
}

.tbv-content-wrap .tbv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
}

.tbv-content-wrap .tbv-icon-daily::after {
  width: 12px;
  height: 4px;
  left: 17px;
  top: 21px;
  border-radius: 999px;
  background: #172033;
}

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

.tbv-content-wrap .tbv-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.tbv-content-wrap .tbv-step::after {
  content: "";
  position: absolute;
  left: 33px;
  top: 72px;
  bottom: -20px;
  width: 2px;
  background: linear-gradient(180deg, rgba(254, 44, 85, 0.32), rgba(37, 244, 238, 0));
}

.tbv-content-wrap .tbv-step:last-child::after {
  display: none;
}

.tbv-content-wrap .tbv-step:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.3);
  box-shadow: 0 24px 56px rgba(17, 24, 39, 0.1);
}

.tbv-content-wrap .tbv-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, #101828, #242f49);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 32px rgba(16, 24, 40, 0.18);
}

.tbv-content-wrap .tbv-card-softaccent {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.55), rgba(254, 44, 85, 0.45)) border-box;
  border: 1px solid transparent;
}

.tbv-content-wrap .tbv-dot {
  position: relative;
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.1), 0 14px 25px rgba(254, 44, 85, 0.14);
}

.tbv-content-wrap .tbv-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), rgba(254, 44, 85, 0.12));
  color: #b2173e;
  font-size: 12px;
  font-weight: 850;
}

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

.tbv-content-wrap .tbv-reveal.tbv-visible {
  animation: tbvFadeUp 620ms ease forwards;
}

@keyframes tbvFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

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

  .tbv-content-wrap .tbv-heading h2 {
    font-size: 28px;
  }

  .tbv-content-wrap .tbv-heading p {
    font-size: 15px;
  }

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

  .tbv-content-wrap .tbv-card,
  .tbv-content-wrap .tbv-benefit {
    padding: 22px;
    border-radius: 18px;
  }

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

  .tbv-content-wrap .tbv-card p,
  .tbv-content-wrap .tbv-benefit p,
  .tbv-content-wrap .tbv-step p {
    font-size: 14px;
  }

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

  .tbv-content-wrap .tbv-step {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
    border-radius: 18px;
  }

  .tbv-content-wrap .tbv-step::after {
    display: none;
  }

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

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

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

  .tbv-content-wrap .tbv-heading h2 {
    font-size: 31px;
  }

  .tbv-content-wrap .tbv-heading p {
    font-size: 15.5px;
  }

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

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

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

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

  .tbv-content-wrap .tbv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .tbv-content-wrap .tbv-step {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
    border-radius: 20px;
  }

  .tbv-content-wrap .tbv-step::after {
    display: none;
  }

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

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

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

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

  .tbv-content-wrap .tbv-heading p {
    font-size: 16px;
  }

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

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

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

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

  .tbv-content-wrap .tbv-steps {
    gap: 20px;
    margin-top: 38px;
  }

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

  .tbv-content-wrap .tbv-step::after {
    display: none;
  }

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

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

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

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

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

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

  .tbv-content-wrap .tbv-grid {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

  .tbv-content-wrap .tbv-steps {
    gap: 22px;
    margin-top: 44px;
  }

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

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

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

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

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

  .tbv-content-wrap .tbv-heading p {
    font-size: 18px;
  }

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

  .tbv-content-wrap .tbv-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

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

  .tbv-content-wrap .tbv-step {
    gap: 24px;
    padding: 32px;
  }

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