@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: #17202c;
  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.1), transparent 30%),
    radial-gradient(circle at 88% 22%, rgba(254, 44, 85, 0.09), transparent 28%),
    #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-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 244, 238, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  color: #1f5160;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

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

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

.ttbv-editorial-wrap .ttbv-section-head p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #5a6675;
  font-weight: 450;
}

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

.ttbv-editorial-wrap .ttbv-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(20, 28, 40, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.28), rgba(254, 44, 85, 0.2), rgba(17, 24, 39, 0.08)) border-box;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttbv-editorial-wrap .ttbv-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -60px auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 244, 238, 0.13), transparent 68%);
  pointer-events: none;
  transition: transform 260ms ease, opacity 260ms ease;
}

.ttbv-editorial-wrap .ttbv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.34);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

.ttbv-editorial-wrap .ttbv-card:hover::after {
  transform: translate(-8px, -8px) scale(1.08);
  opacity: 0.9;
}

.ttbv-editorial-wrap h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttbv-editorial-wrap .ttbv-card p,
.ttbv-editorial-wrap .ttbv-step-content p {
  position: relative;
  z-index: 1;
  margin: 10px 0 0;
  color: #5b6675;
  font-weight: 430;
}

.ttbv-editorial-wrap .ttbv-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  box-shadow: inset 0 0 0 1px rgba(37, 244, 238, 0.24);
}

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

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

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

.ttbv-editorial-wrap .ttbv-icon-speed::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 3px solid #25b8c5;
  border-radius: 50%;
  border-top-color: transparent;
}

.ttbv-editorial-wrap .ttbv-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 23px;
  top: 23px;
  border-radius: 99px;
  background: #fe2c55;
  transform: rotate(-28deg);
}

.ttbv-editorial-wrap .ttbv-icon-frame::before {
  inset: 12px;
  border: 3px solid #25b8c5;
  border-radius: 8px;
}

.ttbv-editorial-wrap .ttbv-icon-frame::after {
  width: 10px;
  height: 10px;
  right: 11px;
  top: 11px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttbv-editorial-wrap .ttbv-icon-steps::before {
  width: 22px;
  height: 3px;
  left: 13px;
  top: 14px;
  border-radius: 99px;
  background: #25b8c5;
  box-shadow: 0 9px 0 #fe2c55, 0 18px 0 #111827;
}

.ttbv-editorial-wrap .ttbv-icon-mobile::before {
  width: 20px;
  height: 28px;
  left: 14px;
  top: 10px;
  border: 3px solid #25b8c5;
  border-radius: 8px;
}

.ttbv-editorial-wrap .ttbv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 22px;
  bottom: 13px;
  border-radius: 50%;
  background: #fe2c55;
}

.ttbv-editorial-wrap .ttbv-icon-daily::before {
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border-radius: 50%;
  background: conic-gradient(from 140deg, #fe2c55, #25f4ee, #fe2c55);
  -webkit-mask: radial-gradient(circle, transparent 44%, #000 46%);
  mask: radial-gradient(circle, transparent 44%, #000 46%);
}

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

.ttbv-editorial-wrap .ttbv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(20, 28, 40, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttbv-editorial-wrap .ttbv-step-card::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #25f4ee, #fe2c55);
}

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

.ttbv-editorial-wrap .ttbv-step-number {
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.18);
}

.ttbv-editorial-wrap .ttbv-use-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94)) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.22), rgba(254, 44, 85, 0.18)) border-box;
}

.ttbv-editorial-wrap .ttbv-mini-dot {
  width: 15px;
  height: 15px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 8px rgba(37, 244, 238, 0.09), 0 12px 24px rgba(254, 44, 85, 0.18);
}

.ttbv-editorial-wrap .ttbv-trust-card {
  background:
    linear-gradient(145deg, #ffffff, #fbfdff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.36), rgba(254, 44, 85, 0.25), rgba(17, 24, 39, 0.08)) border-box;
}

.ttbv-editorial-wrap .ttbv-badge {
  align-self: flex-start;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.12);
  color: #1f5160;
  font-size: 12px;
  font-weight: 780;
  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 560ms ease, transform 560ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

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

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

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

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

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

  .ttbv-editorial-wrap h3 {
    font-size: 18px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttbv-editorial-wrap h3 {
    font-size: 18.5px;
  }

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

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

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

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

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

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

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

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

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

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

  .ttbv-editorial-wrap h3 {
    font-size: 19px;
  }

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

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

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .ttbv-editorial-wrap .ttbv-section {
    padding: 78px 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-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

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

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

  .ttbv-editorial-wrap h3 {
    font-size: 20px;
  }

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

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

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

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

@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-grid-six,
  .ttbv-editorial-wrap .ttbv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .ttbv-editorial-wrap h3 {
    font-size: 21px;
  }

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

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

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

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