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

.ttbv-editorial-wrap {
  width: 100%;
  overflow-x: hidden;
  color: #152033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

.ttbv-editorial-wrap .ttbv-section {
  position: relative;
  width: 100%;
}

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

.ttbv-editorial-wrap .ttbv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 244, 238, 0.12), transparent 26%),
    radial-gradient(circle at 88% 8%, rgba(254, 44, 85, 0.1), transparent 24%),
    #f8fafc;
}

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

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

.ttbv-editorial-wrap .ttbv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 244, 238, 0.38);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #0f5f68;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}

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

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

.ttbv-editorial-wrap h2 {
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.ttbv-editorial-wrap .ttbv-section-head p {
  color: #5b6575;
  margin-top: 14px;
  line-height: 1.72;
}

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

.ttbv-editorial-wrap .ttbv-card,
.ttbv-editorial-wrap .ttbv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

.ttbv-editorial-wrap .ttbv-card:hover,
.ttbv-editorial-wrap .ttbv-trust-card:hover,
.ttbv-editorial-wrap .ttbv-step-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.42);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.13);
}

.ttbv-editorial-wrap .ttbv-card h3,
.ttbv-editorial-wrap .ttbv-trust-card h3,
.ttbv-editorial-wrap .ttbv-step-content h3 {
  color: #111827;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttbv-editorial-wrap .ttbv-card p,
.ttbv-editorial-wrap .ttbv-trust-card p,
.ttbv-editorial-wrap .ttbv-step-content p {
  color: #5b6575;
  margin-top: 10px;
  line-height: 1.68;
}

.ttbv-editorial-wrap .ttbv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.15));
  box-shadow: inset 0 0 0 1px rgba(37, 244, 238, 0.2);
}

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

.ttbv-editorial-wrap .ttbv-card:hover .ttbv-icon::before,
.ttbv-editorial-wrap .ttbv-card:hover .ttbv-icon::after {
  transform: translateX(2px);
}

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

.ttbv-editorial-wrap .ttbv-icon-speed::before {
  left: 12px;
  top: 21px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: #0ea5a8;
  box-shadow: 7px -8px 0 rgba(254, 44, 85, 0.76), -3px 8px 0 rgba(124, 58, 237, 0.45);
}

.ttbv-editorial-wrap .ttbv-icon-frame::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #0ea5a8;
  border-radius: 8px;
}

.ttbv-editorial-wrap .ttbv-icon-steps::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: repeating-linear-gradient(to bottom, #fe2c55 0 3px, transparent 3px 7px);
}

.ttbv-editorial-wrap .ttbv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #0ea5a8;
  border-radius: 8px;
}

.ttbv-editorial-wrap .ttbv-icon-daily::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #fe2c55;
}

.ttbv-editorial-wrap .ttbv-icon-daily::after {
  left: 22px;
  top: 8px;
  width: 3px;
  height: 15px;
  border-radius: 999px;
  background: #0ea5a8;
  transform-origin: bottom center;
}

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

.ttbv-editorial-wrap .ttbv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff, #fbfdff);
  box-shadow: 0 18px 52px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttbv-editorial-wrap .ttbv-step-card::after {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 116px;
  height: 116px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.13), rgba(254, 44, 85, 0.11));
  transform: rotate(18deg);
}

.ttbv-editorial-wrap .ttbv-step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: #111827;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.18);
}

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

.ttbv-editorial-wrap .ttbv-step-content {
  position: relative;
  z-index: 1;
}

.ttbv-editorial-wrap .ttbv-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 30px rgba(254, 44, 85, 0.18);
}

.ttbv-editorial-wrap .ttbv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #0f5f68;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

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

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

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

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

  .ttbv-editorial-wrap h2 {
    font-size: 26px;
  }

  .ttbv-editorial-wrap .ttbv-section-head p {
    font-size: 14px;
  }

  .ttbv-editorial-wrap .ttbv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .ttbv-editorial-wrap .ttbv-card,
  .ttbv-editorial-wrap .ttbv-trust-card {
    padding: 22px;
    border-radius: 18px;
  }

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

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

  .ttbv-editorial-wrap .ttbv-step-list {
    gap: 16px;
    margin-top: 28px;
  }

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

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

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

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

  .ttbv-editorial-wrap h2 {
    font-size: 29px;
  }

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

  .ttbv-editorial-wrap .ttbv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .ttbv-editorial-wrap .ttbv-card,
  .ttbv-editorial-wrap .ttbv-trust-card {
    padding: 24px;
    border-radius: 20px;
  }

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

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

  .ttbv-editorial-wrap .ttbv-step-list {
    gap: 18px;
    margin-top: 30px;
  }

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

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

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

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

  .ttbv-editorial-wrap h2 {
    font-size: 33px;
  }

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

  .ttbv-editorial-wrap .ttbv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

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

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

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

  .ttbv-editorial-wrap .ttbv-step-list {
    gap: 20px;
    margin-top: 34px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttbv-editorial-wrap .ttbv-step-list {
    gap: 22px;
    margin-top: 42px;
  }

  .ttbv-editorial-wrap .ttbv-step-card {
    gap: 22px;
    padding: 30px;
  }

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

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

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

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

  .ttbv-editorial-wrap .ttbv-section-head p {
    font-size: 18px;
  }

  .ttbv-editorial-wrap .ttbv-card-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

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

  .ttbv-editorial-wrap .ttbv-step-list {
    gap: 22px;
    margin-top: 48px;
  }

  .ttbv-editorial-wrap .ttbv-step-card {
    gap: 26px;
    padding: 34px;
  }

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