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

.tbv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}

.tbv-editorial-wrap,
.tbv-editorial-wrap section,
.tbv-editorial-wrap div,
.tbv-editorial-wrap article {
  box-sizing: border-box;
}

.tbv-editorial-wrap .tbv-section {
  position: relative;
  isolation: isolate;
}

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

.tbv-editorial-wrap .tbv-section-soft {
  background:
    radial-gradient(circle at 12% 14%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 22%, rgba(254, 44, 85, 0.10), transparent 30%),
    #f7f9fc;
}

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

.tbv-editorial-wrap .tbv-section-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.tbv-editorial-wrap .tbv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.10));
  color: #b71843;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0;
}

.tbv-editorial-wrap .tbv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(254, 44, 85, 0.08);
}

.tbv-editorial-wrap .tbv-section-head h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.tbv-editorial-wrap .tbv-section-head p {
  margin: 16px auto 0;
  color: #5b6575;
  line-height: 1.75;
  font-weight: 450;
}

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

.tbv-editorial-wrap .tbv-feature-card,
.tbv-editorial-wrap .tbv-use-card,
.tbv-editorial-wrap .tbv-trust-card,
.tbv-editorial-wrap .tbv-step-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(23, 32, 51, 0.09);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 46px rgba(19, 29, 45, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tbv-editorial-wrap .tbv-feature-card,
.tbv-editorial-wrap .tbv-use-card,
.tbv-editorial-wrap .tbv-trust-card {
  border-radius: 22px;
}

.tbv-editorial-wrap .tbv-feature-card::after,
.tbv-editorial-wrap .tbv-use-card::after,
.tbv-editorial-wrap .tbv-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(254, 44, 85, 0.10));
  opacity: 0;
  transition: opacity 220ms ease;
}

.tbv-editorial-wrap .tbv-feature-card:hover,
.tbv-editorial-wrap .tbv-use-card:hover,
.tbv-editorial-wrap .tbv-trust-card:hover,
.tbv-editorial-wrap .tbv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 60px rgba(19, 29, 45, 0.12);
}

.tbv-editorial-wrap .tbv-feature-card:hover::after,
.tbv-editorial-wrap .tbv-use-card:hover::after,
.tbv-editorial-wrap .tbv-trust-card:hover::after {
  opacity: 1;
}

.tbv-editorial-wrap .tbv-feature-card h3,
.tbv-editorial-wrap .tbv-use-card h3,
.tbv-editorial-wrap .tbv-trust-card h3,
.tbv-editorial-wrap .tbv-step-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #141b2d;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

.tbv-editorial-wrap .tbv-feature-card p,
.tbv-editorial-wrap .tbv-use-card p,
.tbv-editorial-wrap .tbv-trust-card p,
.tbv-editorial-wrap .tbv-step-card p {
  position: relative;
  z-index: 1;
  margin: 11px 0 0;
  color: #5f6a7a;
  line-height: 1.68;
  font-weight: 440;
}

.tbv-editorial-wrap .tbv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111827, #263044);
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.18);
}

.tbv-editorial-wrap .tbv-icon::before,
.tbv-editorial-wrap .tbv-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.tbv-editorial-wrap .tbv-feature-card:hover .tbv-icon::before,
.tbv-editorial-wrap .tbv-feature-card:hover .tbv-icon::after {
  transform: translateY(-1px) scale(1.04);
}

.tbv-editorial-wrap .tbv-icon-eye::before {
  width: 22px;
  height: 14px;
  left: 12px;
  top: 16px;
  border: 2px solid #25f4ee;
  border-radius: 50%;
}

.tbv-editorial-wrap .tbv-icon-eye::after {
  width: 7px;
  height: 7px;
  left: 19px;
  top: 20px;
  border-radius: 50%;
  background: #fe2c55;
}

.tbv-editorial-wrap .tbv-icon-bolt::before {
  left: 18px;
  top: 10px;
  width: 10px;
  height: 25px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  clip-path: polygon(45% 0, 100% 0, 64% 44%, 100% 44%, 26% 100%, 42% 56%, 0 56%);
}

.tbv-editorial-wrap .tbv-icon-frame::before {
  inset: 12px;
  border: 2px solid #25f4ee;
  border-radius: 8px;
}

.tbv-editorial-wrap .tbv-icon-frame::after {
  left: 16px;
  right: 16px;
  top: 22px;
  height: 2px;
  background: #fe2c55;
  border-radius: 999px;
}

.tbv-editorial-wrap .tbv-icon-path::before {
  left: 12px;
  top: 14px;
  width: 22px;
  height: 17px;
  border: 2px solid #25f4ee;
  border-top: 0;
  border-right: 0;
  border-radius: 0 0 0 10px;
}

.tbv-editorial-wrap .tbv-icon-path::after {
  right: 11px;
  top: 12px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fe2c55;
  border-right: 2px solid #fe2c55;
  transform: rotate(45deg);
}

.tbv-editorial-wrap .tbv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #25f4ee;
  border-radius: 7px;
}

.tbv-editorial-wrap .tbv-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 4px;
  height: 4px;
  background: #fe2c55;
  border-radius: 50%;
}

.tbv-editorial-wrap .tbv-icon-spark::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  clip-path: polygon(50% 0, 61% 35%, 100% 50%, 61% 64%, 50% 100%, 38% 64%, 0 50%, 38% 35%);
}

.tbv-editorial-wrap .tbv-icon-spark::after {
  right: 10px;
  top: 10px;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
}

.tbv-editorial-wrap .tbv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.tbv-editorial-wrap .tbv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(37, 244, 238, 0.11), transparent 34%),
    #ffffff;
}

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

.tbv-editorial-wrap .tbv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  color: #ffffff;
  background: linear-gradient(135deg, #111827, #fe2c55);
  box-shadow: 0 18px 34px rgba(254, 44, 85, 0.20);
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0;
}

.tbv-editorial-wrap .tbv-step-content {
  min-width: 0;
}

.tbv-editorial-wrap .tbv-badge-dot {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.20), rgba(254, 44, 85, 0.18));
}

.tbv-editorial-wrap .tbv-badge-dot::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.tbv-editorial-wrap .tbv-trust-card {
  text-align: left;
}

.tbv-editorial-wrap .tbv-trust-mark {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 14px;
  color: #111827;
  background: linear-gradient(135deg, #25f4ee, #ffffff 46%, #fe2c55);
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(37, 244, 238, 0.20);
}

.tbv-editorial-wrap .tbv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

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

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

  .tbv-editorial-wrap .tbv-section-head {
    margin-bottom: 28px;
  }

  .tbv-editorial-wrap .tbv-section-head h2 {
    font-size: 27px;
  }

  .tbv-editorial-wrap .tbv-section-head p {
    font-size: 15px;
  }

  .tbv-editorial-wrap .tbv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tbv-editorial-wrap .tbv-feature-card,
  .tbv-editorial-wrap .tbv-use-card,
  .tbv-editorial-wrap .tbv-trust-card {
    padding: 22px;
  }

  .tbv-editorial-wrap .tbv-step-list {
    gap: 16px;
  }

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

  .tbv-editorial-wrap .tbv-step-card::before {
    display: none;
  }

  .tbv-editorial-wrap .tbv-step-number {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    font-size: 18px;
  }

  .tbv-editorial-wrap .tbv-feature-card h3,
  .tbv-editorial-wrap .tbv-use-card h3,
  .tbv-editorial-wrap .tbv-trust-card h3,
  .tbv-editorial-wrap .tbv-step-card h3 {
    font-size: 18px;
  }

  .tbv-editorial-wrap .tbv-feature-card p,
  .tbv-editorial-wrap .tbv-use-card p,
  .tbv-editorial-wrap .tbv-trust-card p,
  .tbv-editorial-wrap .tbv-step-card p {
    font-size: 14.5px;
  }
}

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

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

  .tbv-editorial-wrap .tbv-section-head {
    margin-bottom: 30px;
  }

  .tbv-editorial-wrap .tbv-section-head h2 {
    font-size: 30px;
  }

  .tbv-editorial-wrap .tbv-section-head p {
    font-size: 15.5px;
  }

  .tbv-editorial-wrap .tbv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tbv-editorial-wrap .tbv-feature-card,
  .tbv-editorial-wrap .tbv-use-card,
  .tbv-editorial-wrap .tbv-trust-card {
    padding: 24px;
  }

  .tbv-editorial-wrap .tbv-step-list {
    gap: 18px;
  }

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

  .tbv-editorial-wrap .tbv-step-card::before {
    display: none;
  }

  .tbv-editorial-wrap .tbv-step-number {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    font-size: 18px;
  }

  .tbv-editorial-wrap .tbv-feature-card h3,
  .tbv-editorial-wrap .tbv-use-card h3,
  .tbv-editorial-wrap .tbv-trust-card h3,
  .tbv-editorial-wrap .tbv-step-card h3 {
    font-size: 19px;
  }

  .tbv-editorial-wrap .tbv-feature-card p,
  .tbv-editorial-wrap .tbv-use-card p,
  .tbv-editorial-wrap .tbv-trust-card p,
  .tbv-editorial-wrap .tbv-step-card p {
    font-size: 15px;
  }
}

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

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

  .tbv-editorial-wrap .tbv-section-head {
    margin-bottom: 34px;
  }

  .tbv-editorial-wrap .tbv-section-head h2 {
    font-size: 34px;
  }

  .tbv-editorial-wrap .tbv-section-head p {
    font-size: 16px;
  }

  .tbv-editorial-wrap .tbv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .tbv-editorial-wrap .tbv-feature-card,
  .tbv-editorial-wrap .tbv-use-card,
  .tbv-editorial-wrap .tbv-trust-card {
    padding: 26px;
  }

  .tbv-editorial-wrap .tbv-step-list {
    gap: 20px;
  }

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

  .tbv-editorial-wrap .tbv-step-card::before {
    display: none;
  }

  .tbv-editorial-wrap .tbv-step-number {
    width: 70px;
    height: 70px;
    border-radius: 21px;
    font-size: 19px;
  }

  .tbv-editorial-wrap .tbv-feature-card h3,
  .tbv-editorial-wrap .tbv-use-card h3,
  .tbv-editorial-wrap .tbv-trust-card h3,
  .tbv-editorial-wrap .tbv-step-card h3 {
    font-size: 20px;
  }

  .tbv-editorial-wrap .tbv-feature-card p,
  .tbv-editorial-wrap .tbv-use-card p,
  .tbv-editorial-wrap .tbv-trust-card p,
  .tbv-editorial-wrap .tbv-step-card p {
    font-size: 15.5px;
  }
}

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

  .tbv-editorial-wrap .tbv-container {
    padding: 0 30px;
  }

  .tbv-editorial-wrap .tbv-section-head {
    margin-bottom: 42px;
  }

  .tbv-editorial-wrap .tbv-section-head h2 {
    font-size: 42px;
  }

  .tbv-editorial-wrap .tbv-section-head p {
    font-size: 17px;
  }

  .tbv-editorial-wrap .tbv-card-grid {
    gap: 22px;
  }

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

  .tbv-editorial-wrap .tbv-feature-card,
  .tbv-editorial-wrap .tbv-use-card,
  .tbv-editorial-wrap .tbv-trust-card {
    padding: 28px;
  }

  .tbv-editorial-wrap .tbv-step-list {
    gap: 22px;
  }

  .tbv-editorial-wrap .tbv-step-card {
    gap: 24px;
    padding: 28px;
  }

  .tbv-editorial-wrap .tbv-step-number {
    font-size: 20px;
  }

  .tbv-editorial-wrap .tbv-feature-card h3,
  .tbv-editorial-wrap .tbv-use-card h3,
  .tbv-editorial-wrap .tbv-trust-card h3,
  .tbv-editorial-wrap .tbv-step-card h3 {
    font-size: 20px;
  }

  .tbv-editorial-wrap .tbv-feature-card p,
  .tbv-editorial-wrap .tbv-use-card p,
  .tbv-editorial-wrap .tbv-trust-card p,
  .tbv-editorial-wrap .tbv-step-card p {
    font-size: 15.8px;
  }
}

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

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

  .tbv-editorial-wrap .tbv-section-head {
    margin-bottom: 48px;
  }

  .tbv-editorial-wrap .tbv-section-head h2 {
    font-size: 48px;
  }

  .tbv-editorial-wrap .tbv-section-head p {
    font-size: 17.5px;
  }

  .tbv-editorial-wrap .tbv-card-grid {
    gap: 24px;
  }

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

  .tbv-editorial-wrap .tbv-feature-card,
  .tbv-editorial-wrap .tbv-use-card,
  .tbv-editorial-wrap .tbv-trust-card {
    padding: 30px;
  }

  .tbv-editorial-wrap .tbv-step-list {
    gap: 24px;
  }

  .tbv-editorial-wrap .tbv-step-card {
    gap: 28px;
    padding: 30px;
  }

  .tbv-editorial-wrap .tbv-step-number {
    font-size: 21px;
  }

  .tbv-editorial-wrap .tbv-feature-card h3,
  .tbv-editorial-wrap .tbv-use-card h3,
  .tbv-editorial-wrap .tbv-trust-card h3,
  .tbv-editorial-wrap .tbv-step-card h3 {
    font-size: 21px;
  }

  .tbv-editorial-wrap .tbv-feature-card p,
  .tbv-editorial-wrap .tbv-use-card p,
  .tbv-editorial-wrap .tbv-trust-card p,
  .tbv-editorial-wrap .tbv-step-card p {
    font-size: 16px;
  }
}