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

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

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

.ttbv-editorial .ttbv-section {
  position: relative;
}

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

.ttbv-editorial .ttbv-section-soft {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.10), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.09), transparent 28%),
    #f8fafc;
}

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

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

.ttbv-editorial .ttbv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(37, 244, 238, 0.35);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #354056;
  font-weight: 750;
  line-height: 1.2;
}

.ttbv-editorial .ttbv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.12);
}

.ttbv-editorial h2 {
  margin: 0;
  color: #101827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttbv-editorial .ttbv-section-head p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #5d677a;
  line-height: 1.75;
}

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

.ttbv-editorial .ttbv-card,
.ttbv-editorial .ttbv-trust-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(16, 24, 39, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  box-shadow: 0 18px 46px rgba(16, 24, 39, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttbv-editorial .ttbv-card::after,
.ttbv-editorial .ttbv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), transparent 30%, rgba(254, 44, 85, 0.12));
  opacity: 0;
  transition: opacity 220ms ease;
}

.ttbv-editorial .ttbv-card:hover,
.ttbv-editorial .ttbv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 24px 60px rgba(16, 24, 39, 0.12);
}

.ttbv-editorial .ttbv-card:hover::after,
.ttbv-editorial .ttbv-trust-card:hover::after {
  opacity: 1;
}

.ttbv-editorial .ttbv-card h3,
.ttbv-editorial .ttbv-step h3,
.ttbv-editorial .ttbv-trust-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttbv-editorial .ttbv-card p,
.ttbv-editorial .ttbv-step p,
.ttbv-editorial .ttbv-trust-card p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.68;
}

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

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

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

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

.ttbv-editorial .ttbv-icon-bolt::before {
  left: 19px;
  top: 10px;
  width: 10px;
  height: 25px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
  clip-path: polygon(45% 0, 100% 0, 62% 42%, 100% 42%, 34% 100%, 48% 55%, 0 55%);
}

.ttbv-editorial .ttbv-icon-frame::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #25f4ee;
  border-radius: 8px;
}

.ttbv-editorial .ttbv-icon-path::before {
  left: 12px;
  top: 22px;
  width: 22px;
  height: 3px;
  border-radius: 10px;
  background: #fe2c55;
}

.ttbv-editorial .ttbv-icon-path::after {
  right: 12px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fe2c55;
  border-right: 3px solid #fe2c55;
  transform: rotate(45deg);
}

.ttbv-editorial .ttbv-icon-phone::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 27px;
  border: 3px solid #25f4ee;
  border-radius: 7px;
}

.ttbv-editorial .ttbv-icon-check::before {
  left: 14px;
  top: 20px;
  width: 18px;
  height: 10px;
  border-left: 4px solid #fe2c55;
  border-bottom: 4px solid #fe2c55;
  transform: rotate(-45deg);
}

.ttbv-editorial .ttbv-steps {
  display: grid;
}

.ttbv-editorial .ttbv-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(16, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 44px rgba(16, 24, 39, 0.07);
  backdrop-filter: blur(12px);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.ttbv-editorial .ttbv-step:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 44, 85, 0.28);
  box-shadow: 0 24px 58px rgba(16, 24, 39, 0.11);
}

.ttbv-editorial .ttbv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #101827, #2c3447);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(16, 24, 39, 0.22);
}

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

.ttbv-editorial .ttbv-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #344054;
  font-weight: 750;
  line-height: 1.2;
}

.ttbv-editorial .ttbv-trust-card {
  overflow: hidden;
}

.ttbv-editorial .ttbv-trust-dot {
  position: relative;
  z-index: 1;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 16px 36px rgba(254, 44, 85, 0.18);
}

.ttbv-editorial .ttbv-trust-dot::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 15px;
  width: 14px;
  height: 20px;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  transform: rotate(42deg);
}

.ttbv-editorial .ttbv-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

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

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

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

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

  .ttbv-editorial .ttbv-kicker,
  .ttbv-editorial .ttbv-badge {
    font-size: 12px;
  }

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

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

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

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

  .ttbv-editorial .ttbv-steps {
    gap: 16px;
    margin-top: 28px;
  }

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

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

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

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

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

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

  .ttbv-editorial .ttbv-kicker,
  .ttbv-editorial .ttbv-badge {
    font-size: 12.5px;
  }

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

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

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

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

  .ttbv-editorial .ttbv-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

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

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

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

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

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

  .ttbv-editorial .ttbv-kicker,
  .ttbv-editorial .ttbv-badge {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ttbv-editorial .ttbv-kicker,
  .ttbv-editorial .ttbv-badge {
    font-size: 13px;
  }

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

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

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

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

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

  .ttbv-editorial .ttbv-step {
    gap: 24px;
    padding: 30px;
  }

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

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

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

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

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

  .ttbv-editorial .ttbv-kicker,
  .ttbv-editorial .ttbv-badge {
    font-size: 13px;
  }

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

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

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

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

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

  .ttbv-editorial .ttbv-step {
    gap: 28px;
    padding: 32px 36px;
  }

  .ttbv-editorial .ttbv-step-number {
    width: 72px;
    height: 72px;
    font-size: 21px;
  }
}