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

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

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

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

.tbv-editorial .tbv-section-soft {
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f8fb 100%);
}

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

.tbv-editorial .tbv-heading {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.tbv-editorial .tbv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #0d7c86;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.tbv-editorial .tbv-kicker::before,
.tbv-editorial .tbv-kicker::after {
  content: "";
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, #16d6b5, #ff3f8f);
}

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

.tbv-editorial .tbv-heading p {
  margin: 16px auto 0;
  color: #596579;
  font-weight: 450;
}

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

.tbv-editorial .tbv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(21, 31, 48, 0.09);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.tbv-editorial .tbv-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, #11d7b3, #24a7ff, #ff3f8f);
  opacity: 0.9;
}

.tbv-editorial .tbv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(17, 215, 179, 0.38);
  box-shadow: 0 22px 54px rgba(17, 24, 39, 0.11);
}

.tbv-editorial .tbv-card h3 {
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tbv-editorial .tbv-card p {
  margin: 10px 0 0;
  color: #5d687a;
  font-weight: 430;
}

.tbv-editorial .tbv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(17, 215, 179, 0.14), rgba(255, 63, 143, 0.14));
  border: 1px solid rgba(17, 215, 179, 0.22);
}

.tbv-editorial .tbv-icon::before,
.tbv-editorial .tbv-icon::after {
  content: "";
  position: absolute;
}

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

.tbv-editorial .tbv-icon-eye::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #ff3f8f;
}

.tbv-editorial .tbv-icon-flash::before {
  left: 18px;
  top: 11px;
  width: 12px;
  height: 25px;
  background: linear-gradient(180deg, #20c7ff, #ff3f8f);
  clip-path: polygon(52% 0, 100% 0, 66% 42%, 100% 42%, 36% 100%, 48% 56%, 0 56%);
}

.tbv-editorial .tbv-icon-preview::before {
  left: 11px;
  top: 13px;
  width: 26px;
  height: 20px;
  border: 2px solid #0d9b9d;
  border-radius: 6px;
}

.tbv-editorial .tbv-icon-preview::after {
  left: 16px;
  top: 19px;
  width: 16px;
  height: 3px;
  border-radius: 99px;
  background: #ff3f8f;
  box-shadow: 0 6px 0 rgba(13, 155, 157, 0.6);
}

.tbv-editorial .tbv-icon-steps::before {
  left: 14px;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #11d7b3;
  box-shadow: 13px 0 0 #20a7ff, 7px 15px 0 #ff3f8f;
}

.tbv-editorial .tbv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 18px;
  height: 30px;
  border: 2px solid #0d9b9d;
  border-radius: 8px;
}

.tbv-editorial .tbv-icon-mobile::after {
  left: 22px;
  top: 32px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff3f8f;
}

.tbv-editorial .tbv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  border: 2px solid #0d9b9d;
  border-radius: 50%;
}

.tbv-editorial .tbv-icon-daily::after {
  left: 23px;
  top: 16px;
  width: 2px;
  height: 12px;
  background: #ff3f8f;
  transform-origin: bottom;
  transform: rotate(40deg);
  border-radius: 99px;
}

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

.tbv-editorial .tbv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(21, 31, 48, 0.09);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(17, 24, 39, 0.07);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.tbv-editorial .tbv-step-card::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 63, 143, 0.13), rgba(17, 215, 179, 0));
}

.tbv-editorial .tbv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(36, 167, 255, 0.35);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.1);
}

.tbv-editorial .tbv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #12cbb0 0%, #1e9eff 52%, #ff3f8f 100%);
  box-shadow: 0 14px 30px rgba(30, 158, 255, 0.22);
}

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

.tbv-editorial .tbv-step-content h3 {
  margin: 0;
  color: #172033;
  font-weight: 850;
  line-height: 1.25;
  letter-spacing: 0;
}

.tbv-editorial .tbv-step-content p {
  margin: 8px 0 0;
  color: #5d687a;
}

.tbv-editorial .tbv-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #0c777f;
  font-size: 12px;
  font-weight: 800;
  background: rgba(17, 215, 179, 0.12);
  border: 1px solid rgba(17, 215, 179, 0.24);
}

.tbv-editorial .tbv-use-card::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  border-right: 2px solid rgba(255, 63, 143, 0.28);
  border-bottom: 2px solid rgba(36, 167, 255, 0.28);
  border-radius: 0 0 12px 0;
}

.tbv-editorial .tbv-trust-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.tbv-editorial .tbv-trust-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(17, 215, 179, 0.16), rgba(255, 63, 143, 0.12));
  border: 1px solid rgba(13, 155, 157, 0.18);
  position: relative;
}

.tbv-editorial .tbv-trust-mark::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 11px;
  width: 14px;
  height: 8px;
  border-left: 3px solid #0d9b9d;
  border-bottom: 3px solid #0d9b9d;
  transform: rotate(-45deg);
  border-radius: 2px;
}

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

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

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

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

  .tbv-editorial .tbv-heading h2 {
    font-size: 27px;
  }

  .tbv-editorial .tbv-heading p {
    font-size: 15px;
  }

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

  .tbv-editorial .tbv-card {
    padding: 22px;
    border-radius: 16px;
  }

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

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

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

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

  .tbv-editorial .tbv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

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

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

  .tbv-editorial .tbv-heading h2 {
    font-size: 30px;
  }

  .tbv-editorial .tbv-heading p {
    font-size: 15.5px;
  }

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

  .tbv-editorial .tbv-card {
    padding: 24px;
  }

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

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

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

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

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

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

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

  .tbv-editorial .tbv-heading h2 {
    font-size: 34px;
  }

  .tbv-editorial .tbv-heading p {
    font-size: 16px;
  }

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

  .tbv-editorial .tbv-card {
    padding: 26px;
  }

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

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

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

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

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

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

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

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

  .tbv-editorial .tbv-heading p {
    font-size: 17px;
  }

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

  .tbv-editorial .tbv-card {
    padding: 28px;
  }

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

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

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

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

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

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

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

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

  .tbv-editorial .tbv-heading p {
    font-size: 18px;
  }

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

  .tbv-editorial .tbv-card {
    padding: 30px;
  }

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

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

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

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

  .tbv-editorial .tbv-step-number {
    width: 76px;
    height: 76px;
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tbv-editorial .tbv-card,
  .tbv-editorial .tbv-step-card,
  .tbv-editorial .tbv-reveal,
  .tbv-editorial .tbv-reveal.tbv-visible {
    transition: none;
    transform: none;
  }

  .tbv-editorial .tbv-reveal {
    opacity: 1;
  }
}