@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: #17202f;
  font-family: inherit;
  background: #ffffff;
}

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

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

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

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

.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;
  min-height: 28px;
  padding: 6px 12px;
  border: 1px solid rgba(254, 44, 85, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #293347;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.ttbv-editorial-wrap .ttbv-section-head h2 {
  margin: 14px 0 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttbv-editorial-wrap .ttbv-section-head p {
  margin: 14px auto 0;
  color: #5b6475;
  line-height: 1.7;
}

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

.ttbv-editorial-wrap .ttbv-card,
.ttbv-editorial-wrap .ttbv-trust-card,
.ttbv-editorial-wrap .ttbv-step-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(22, 32, 49, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

.ttbv-editorial-wrap .ttbv-card:hover,
.ttbv-editorial-wrap .ttbv-trust-card:hover,
.ttbv-editorial-wrap .ttbv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 58px rgba(15, 23, 42, 0.11);
}

.ttbv-editorial-wrap .ttbv-card h3,
.ttbv-editorial-wrap .ttbv-trust-card h3,
.ttbv-editorial-wrap .ttbv-step-content h3 {
  margin: 0;
  color: #121927;
  font-weight: 800;
  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 {
  margin: 10px 0 0;
  color: #596273;
  line-height: 1.66;
}

.ttbv-editorial-wrap .ttbv-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  border: 1px solid rgba(17, 24, 39, 0.08);
  position: relative;
}

.ttbv-editorial-wrap .ttbv-icon::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 6px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  transition: transform 220ms ease;
}

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

.ttbv-editorial-wrap .ttbv-icon-play::after {
  clip-path: polygon(20% 10%, 20% 90%, 88% 50%);
}

.ttbv-editorial-wrap .ttbv-icon-speed::after {
  border-radius: 999px;
}

.ttbv-editorial-wrap .ttbv-icon-frame::after {
  background: transparent;
  border: 3px solid #fe2c55;
}

.ttbv-editorial-wrap .ttbv-icon-path::after {
  width: 18px;
  height: 18px;
  border-radius: 999px;
}

.ttbv-editorial-wrap .ttbv-icon-phone::after {
  border-radius: 4px;
  box-shadow: inset 0 -5px 0 rgba(255, 255, 255, 0.65);
}

.ttbv-editorial-wrap .ttbv-icon-daily::after {
  border-radius: 5px 5px 10px 10px;
}

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

.ttbv-editorial-wrap .ttbv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(90deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.14));
}

.ttbv-editorial-wrap .ttbv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #111827;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.18);
}

.ttbv-editorial-wrap .ttbv-badge-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 26px rgba(254, 44, 85, 0.17);
  position: relative;
}

.ttbv-editorial-wrap .ttbv-badge-dot::after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 999px;
  background: #ffffff;
}

.ttbv-editorial-wrap .ttbv-trust-mark {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  border: 1px solid rgba(37, 244, 238, 0.28);
  color: #1d4752;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.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 220ms ease, border-color 220ms 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 .ttbv-section-head h2 {
    font-size: 25px;
  }

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

  .ttbv-editorial-wrap .ttbv-grid,
  .ttbv-editorial-wrap .ttbv-steps {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

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

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

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

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

@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 .ttbv-section-head h2 {
    font-size: 28px;
  }

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

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

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

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

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

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

@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 .ttbv-section-head h2 {
    font-size: 31px;
  }

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

  .ttbv-editorial-wrap .ttbv-grid,
  .ttbv-editorial-wrap .ttbv-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

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

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

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

@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 .ttbv-section-head h2 {
    font-size: 38px;
  }

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

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

  .ttbv-editorial-wrap .ttbv-steps {
    gap: 20px;
    margin-top: 40px;
  }

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

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

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

  .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: 15.5px;
  }
}

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

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

  .ttbv-editorial-wrap .ttbv-section-head h2 {
    font-size: 44px;
  }

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

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

  .ttbv-editorial-wrap .ttbv-steps {
    gap: 22px;
    margin-top: 46px;
  }

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

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

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

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