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

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

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

.tbv-editorial-wrap .tbv-section {
  position: relative;
}

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

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

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

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

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

.tbv-editorial-wrap .tbv-kicker::before,
.tbv-editorial-wrap .tbv-kicker::after {
  content: "";
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #25f4ee, #fe2c55, #7b1fff);
}

.tbv-editorial-wrap .tbv-section-head h2 {
  margin: 0;
  color: #11131a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tbv-editorial-wrap .tbv-section-head p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #5c6472;
  font-weight: 450;
}

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

.tbv-editorial-wrap .tbv-card,
.tbv-editorial-wrap .tbv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(21, 22, 31, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(17, 19, 26, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

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

.tbv-editorial-wrap .tbv-card:hover,
.tbv-editorial-wrap .tbv-trust-card:hover,
.tbv-editorial-wrap .tbv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.25);
  box-shadow: 0 24px 70px rgba(17, 19, 26, 0.11);
}

.tbv-editorial-wrap .tbv-card h3,
.tbv-editorial-wrap .tbv-trust-card h3,
.tbv-editorial-wrap .tbv-step-content h3 {
  margin: 0;
  color: #15161f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tbv-editorial-wrap .tbv-card p,
.tbv-editorial-wrap .tbv-trust-card p,
.tbv-editorial-wrap .tbv-step-content p,
.tbv-editorial-wrap .tbv-note p {
  margin: 10px 0 0;
  color: #5d6573;
  font-weight: 450;
}

.tbv-editorial-wrap .tbv-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.16), rgba(254, 44, 85, 0.14), rgba(123, 31, 255, 0.13));
  box-shadow: inset 0 0 0 1px rgba(21, 22, 31, 0.06);
}

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

.tbv-editorial-wrap .tbv-card:hover .tbv-icon::before {
  transform: translate(2px, -2px);
}

.tbv-editorial-wrap .tbv-card:hover .tbv-icon::after {
  transform: translate(-2px, 2px);
}

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

.tbv-editorial-wrap .tbv-icon-ring::after {
  width: 10px;
  height: 3px;
  right: 10px;
  bottom: 13px;
  border-radius: 999px;
  background: #25bfc0;
  transform: rotate(45deg);
}

.tbv-editorial-wrap .tbv-icon-flash::before {
  left: 17px;
  top: 9px;
  width: 12px;
  height: 28px;
  background: linear-gradient(180deg, #fe2c55, #7b1fff);
  clip-path: polygon(45% 0, 100% 0, 62% 42%, 100% 42%, 32% 100%, 47% 55%, 0 55%);
}

.tbv-editorial-wrap .tbv-icon-frame::before {
  inset: 12px;
  border: 3px solid #7b1fff;
  border-radius: 8px;
}

.tbv-editorial-wrap .tbv-icon-frame::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 999px;
  background: #fe2c55;
}

.tbv-editorial-wrap .tbv-icon-path::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 20px;
  border: 3px solid #25bfc0;
  border-top-color: transparent;
  border-radius: 50%;
}

.tbv-editorial-wrap .tbv-icon-path::after {
  right: 10px;
  top: 12px;
  border-left: 8px solid #fe2c55;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.tbv-editorial-wrap .tbv-icon-mobile::before {
  left: 15px;
  top: 8px;
  width: 16px;
  height: 29px;
  border: 3px solid #7b1fff;
  border-radius: 8px;
}

.tbv-editorial-wrap .tbv-icon-mobile::after {
  left: 21px;
  bottom: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fe2c55;
}

.tbv-editorial-wrap .tbv-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border-radius: 9px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.tbv-editorial-wrap .tbv-icon-daily::after {
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #ffffff;
}

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

.tbv-editorial-wrap .tbv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 22, 31, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.16), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fbfbfd 100%);
  box-shadow: 0 18px 54px rgba(17, 19, 26, 0.075);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tbv-editorial-wrap .tbv-step-card::after {
  content: "";
  position: absolute;
  left: 39px;
  top: 82px;
  bottom: -28px;
  width: 2px;
  background: linear-gradient(180deg, rgba(254, 44, 85, 0.42), rgba(123, 31, 255, 0));
}

.tbv-editorial-wrap .tbv-step-card:last-child::after {
  display: none;
}

.tbv-editorial-wrap .tbv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  background: linear-gradient(135deg, #11131a 0%, #7b1fff 48%, #fe2c55 100%);
  box-shadow: 0 14px 30px rgba(123, 31, 255, 0.22);
}

.tbv-editorial-wrap .tbv-use-card {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.45), rgba(254, 44, 85, 0.35), rgba(123, 31, 255, 0.38)) border-box;
  border: 1px solid transparent;
}

.tbv-editorial-wrap .tbv-badge-dot {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 35%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, #25f4ee, #fe2c55 55%, #7b1fff);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.15);
}

.tbv-editorial-wrap .tbv-trust-card {
  text-align: left;
}

.tbv-editorial-wrap .tbv-trust-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  color: #11131a;
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.22), rgba(254, 44, 85, 0.14));
  box-shadow: inset 0 0 0 1px rgba(21, 22, 31, 0.06);
}

.tbv-editorial-wrap .tbv-note {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(123, 31, 255, 0.15);
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(17, 19, 26, 0.06);
  text-align: center;
}

.tbv-editorial-wrap .tbv-note p {
  margin: 0;
  color: #414958;
}

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

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

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

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

  .tbv-editorial-wrap .tbv-section-head h2 {
    font-size: 27px;
  }

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

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

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

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

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

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

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

  .tbv-editorial-wrap .tbv-step-card::after {
    display: none;
  }

  .tbv-editorial-wrap .tbv-step-number {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    font-size: 18px;
  }

  .tbv-editorial-wrap .tbv-note {
    margin-top: 20px;
    padding: 18px;
  }
}

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

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

  .tbv-editorial-wrap .tbv-section-head h2 {
    font-size: 30px;
  }

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

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

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

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

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

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

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

  .tbv-editorial-wrap .tbv-step-card::after {
    display: none;
  }

  .tbv-editorial-wrap .tbv-step-number {
    width: 66px;
    height: 66px;
    border-radius: 19px;
    font-size: 19px;
  }

  .tbv-editorial-wrap .tbv-note {
    margin-top: 22px;
    padding: 20px;
  }
}

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

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

  .tbv-editorial-wrap .tbv-section-head h2 {
    font-size: 34px;
  }

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

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

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

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

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

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

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

  .tbv-editorial-wrap .tbv-step-card::after {
    display: none;
  }

  .tbv-editorial-wrap .tbv-step-number {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    font-size: 20px;
  }

  .tbv-editorial-wrap .tbv-note {
    margin-top: 24px;
    padding: 22px;
  }
}

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

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

  .tbv-editorial-wrap .tbv-section-head h2 {
    font-size: 40px;
  }

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

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

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

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

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

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

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

  .tbv-editorial-wrap .tbv-note {
    margin-top: 26px;
    padding: 24px 30px;
  }
}

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

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

  .tbv-editorial-wrap .tbv-section-head h2 {
    font-size: 46px;
  }

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

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

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

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

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

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

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

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

  .tbv-editorial-wrap .tbv-note {
    margin-top: 30px;
    padding: 26px 34px;
  }
}