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

.tvv-bottom-content {
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  background: #ffffff;
}

.tvv-bottom-content,
.tvv-bottom-content div,
.tvv-bottom-content section,
.tvv-bottom-content article {
  box-sizing: border-box;
}

.tvv-bottom-content .tvv-section {
  position: relative;
  width: 100%;
}

.tvv-bottom-content .tvv-section-white {
  background: #ffffff;
}

.tvv-bottom-content .tvv-section-soft {
  background:
    radial-gradient(circle at 12% 16%, rgba(37, 244, 238, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.10), transparent 34%),
    #f7f9fc;
}

.tvv-bottom-content .tvv-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.tvv-bottom-content .tvv-section-header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.tvv-bottom-content .tvv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 12px;
  padding: 6px 12px;
  border: 1px solid rgba(254, 44, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #c91d49;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.tvv-bottom-content .tvv-section-header h2 {
  margin: 0;
  color: #111827;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tvv-bottom-content .tvv-section-header p {
  margin: 14px auto 0;
  color: #5e6878;
  line-height: 1.75;
}

.tvv-bottom-content .tvv-card-grid {
  display: grid;
  align-items: stretch;
}

.tvv-bottom-content .tvv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.45), rgba(254, 44, 85, 0.34), rgba(17, 24, 39, 0.08)) border-box;
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tvv-bottom-content .tvv-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #25f4ee, #fe2c55);
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 260ms ease, transform 260ms ease;
}

.tvv-bottom-content .tvv-card:hover {
  transform: translateY(-6px);
  border-color: rgba(254, 44, 85, 0.22);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.13);
}

.tvv-bottom-content .tvv-card:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.tvv-bottom-content .tvv-card h3,
.tvv-bottom-content .tvv-step-copy h3 {
  margin: 0;
  color: #121826;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tvv-bottom-content .tvv-card p,
.tvv-bottom-content .tvv-step-copy p {
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.7;
}

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

.tvv-bottom-content .tvv-icon::before,
.tvv-bottom-content .tvv-icon::after {
  content: "";
  position: absolute;
  display: block;
}

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

.tvv-bottom-content .tvv-icon-speed::before {
  left: 12px;
  top: 24px;
  width: 22px;
  height: 12px;
  border: 3px solid #25b9b5;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
}

.tvv-bottom-content .tvv-icon-speed::after {
  left: 23px;
  top: 18px;
  width: 3px;
  height: 14px;
  border-radius: 999px;
  background: #fe2c55;
  transform: rotate(42deg);
  transform-origin: bottom;
}

.tvv-bottom-content .tvv-icon-preview::before {
  left: 11px;
  top: 15px;
  width: 24px;
  height: 16px;
  border: 3px solid #25b9b5;
  border-radius: 7px;
}

.tvv-bottom-content .tvv-icon-preview::after {
  left: 20px;
  top: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fe2c55;
}

.tvv-bottom-content .tvv-icon-steps::before {
  left: 13px;
  top: 12px;
  width: 20px;
  height: 22px;
  border-left: 3px solid #25b9b5;
  border-radius: 2px;
}

.tvv-bottom-content .tvv-icon-steps::after {
  left: 19px;
  top: 11px;
  width: 13px;
  height: 25px;
  background: radial-gradient(circle, #fe2c55 0 3px, transparent 4px);
  background-size: 13px 9px;
}

.tvv-bottom-content .tvv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #25b9b5;
  border-radius: 8px;
}

.tvv-bottom-content .tvv-icon-mobile::after {
  left: 21px;
  bottom: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fe2c55;
}

.tvv-bottom-content .tvv-icon-browse::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #25b9b5;
  border-radius: 50%;
}

.tvv-bottom-content .tvv-icon-browse::after {
  right: 11px;
  bottom: 10px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: #fe2c55;
  transform: rotate(45deg);
}

.tvv-bottom-content .tvv-icon-lock::before {
  left: 13px;
  top: 20px;
  width: 20px;
  height: 15px;
  border-radius: 5px;
  background: #fe2c55;
}

.tvv-bottom-content .tvv-icon-lock::after {
  left: 17px;
  top: 10px;
  width: 12px;
  height: 14px;
  border: 3px solid #25b9b5;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.tvv-bottom-content .tvv-icon-clean::before {
  left: 12px;
  top: 13px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: #25b9b5;
  box-shadow: 0 8px 0 rgba(254, 44, 85, 0.9), 0 16px 0 rgba(37, 185, 181, 0.55);
}

.tvv-bottom-content .tvv-icon-public::before {
  left: 11px;
  top: 11px;
  width: 24px;
  height: 24px;
  border: 3px solid #25b9b5;
  border-radius: 50%;
}

.tvv-bottom-content .tvv-icon-public::after {
  left: 16px;
  top: 20px;
  width: 15px;
  height: 4px;
  border-radius: 999px;
  background: #fe2c55;
}

.tvv-bottom-content .tvv-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 0 16px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(37, 244, 238, 0.13);
  color: #087a78;
  font-size: 12px;
  font-weight: 800;
}

.tvv-bottom-content .tvv-step-list {
  display: grid;
  grid-template-columns: 1fr;
}

.tvv-bottom-content .tvv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 55px rgba(17, 24, 39, 0.08);
  backdrop-filter: blur(10px);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.tvv-bottom-content .tvv-step-card::before {
  content: "";
  position: absolute;
  left: 28px;
  top: -16px;
  width: 2px;
  height: 16px;
  background: linear-gradient(#25f4ee, #fe2c55);
  opacity: 0.4;
}

.tvv-bottom-content .tvv-step-card:first-child::before {
  display: none;
}

.tvv-bottom-content .tvv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 244, 238, 0.28);
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.12);
}

.tvv-bottom-content .tvv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #233047);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.22), 0 0 0 5px rgba(37, 244, 238, 0.10);
}

.tvv-bottom-content .tvv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.5), rgba(254, 44, 85, 0.42)) border-box;
}

.tvv-bottom-content .tvv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.tvv-bottom-content .tvv-reveal.tvv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

@media (min-width: 320px) and (max-width: 374px) {
  .tvv-bottom-content .tvv-section {
    padding: 46px 0;
  }

  .tvv-bottom-content .tvv-container {
    padding: 0 14px;
  }

  .tvv-bottom-content .tvv-section-header h2 {
    font-size: 25px;
  }

  .tvv-bottom-content .tvv-section-header p {
    font-size: 14px;
  }

  .tvv-bottom-content .tvv-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .tvv-bottom-content .tvv-card {
    padding: 22px;
    border-radius: 18px;
  }

  .tvv-bottom-content .tvv-card h3,
  .tvv-bottom-content .tvv-step-copy h3 {
    font-size: 18px;
  }

  .tvv-bottom-content .tvv-card p,
  .tvv-bottom-content .tvv-step-copy p {
    font-size: 14px;
  }

  .tvv-bottom-content .tvv-step-list {
    gap: 16px;
    margin-top: 28px;
  }

  .tvv-bottom-content .tvv-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .tvv-bottom-content .tvv-step-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tvv-bottom-content .tvv-section {
    padding: 52px 0;
  }

  .tvv-bottom-content .tvv-container {
    padding: 0 18px;
  }

  .tvv-bottom-content .tvv-section-header h2 {
    font-size: 28px;
  }

  .tvv-bottom-content .tvv-section-header p {
    font-size: 15px;
  }

  .tvv-bottom-content .tvv-card-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .tvv-bottom-content .tvv-card {
    padding: 24px;
    border-radius: 20px;
  }

  .tvv-bottom-content .tvv-card h3,
  .tvv-bottom-content .tvv-step-copy h3 {
    font-size: 19px;
  }

  .tvv-bottom-content .tvv-card p,
  .tvv-bottom-content .tvv-step-copy p {
    font-size: 15px;
  }

  .tvv-bottom-content .tvv-step-list {
    gap: 18px;
    margin-top: 30px;
  }

  .tvv-bottom-content .tvv-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px;
  }

  .tvv-bottom-content .tvv-step-number {
    width: 56px;
    height: 56px;
    font-size: 18px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tvv-bottom-content .tvv-section {
    padding: 58px 0;
  }

  .tvv-bottom-content .tvv-container {
    padding: 0 22px;
  }

  .tvv-bottom-content .tvv-section-header h2 {
    font-size: 31px;
  }

  .tvv-bottom-content .tvv-section-header p {
    font-size: 16px;
  }

  .tvv-bottom-content .tvv-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .tvv-bottom-content .tvv-card {
    padding: 26px;
    border-radius: 21px;
  }

  .tvv-bottom-content .tvv-card h3,
  .tvv-bottom-content .tvv-step-copy h3 {
    font-size: 20px;
  }

  .tvv-bottom-content .tvv-card p,
  .tvv-bottom-content .tvv-step-copy p {
    font-size: 15px;
  }

  .tvv-bottom-content .tvv-step-list {
    gap: 20px;
    margin-top: 34px;
  }

  .tvv-bottom-content .tvv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px;
  }

  .tvv-bottom-content .tvv-step-number {
    width: 58px;
    height: 58px;
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tvv-bottom-content .tvv-section {
    padding: 74px 0;
  }

  .tvv-bottom-content .tvv-container {
    padding: 0 34px;
  }

  .tvv-bottom-content .tvv-section-header h2 {
    font-size: 38px;
  }

  .tvv-bottom-content .tvv-section-header p {
    font-size: 17px;
  }

  .tvv-bottom-content .tvv-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }

  .tvv-bottom-content .tvv-card {
    padding: 28px;
  }

  .tvv-bottom-content .tvv-card h3,
  .tvv-bottom-content .tvv-step-copy h3 {
    font-size: 21px;
  }

  .tvv-bottom-content .tvv-card p,
  .tvv-bottom-content .tvv-step-copy p {
    font-size: 15px;
  }

  .tvv-bottom-content .tvv-step-list {
    gap: 22px;
    margin-top: 42px;
  }

  .tvv-bottom-content .tvv-step-card {
    grid-template-columns: auto 1fr;
    gap: 22px;
    padding: 30px;
  }

  .tvv-bottom-content .tvv-step-number {
    width: 64px;
    height: 64px;
    font-size: 19px;
  }
}

@media (min-width: 1024px) {
  .tvv-bottom-content .tvv-section {
    padding: 88px 0;
  }

  .tvv-bottom-content .tvv-container {
    padding: 0 28px;
  }

  .tvv-bottom-content .tvv-section-header h2 {
    font-size: 44px;
  }

  .tvv-bottom-content .tvv-section-header p {
    font-size: 18px;
  }

  .tvv-bottom-content .tvv-card-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .tvv-bottom-content .tvv-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tvv-bottom-content .tvv-card {
    padding: 30px;
  }

  .tvv-bottom-content .tvv-card h3,
  .tvv-bottom-content .tvv-step-copy h3 {
    font-size: 22px;
  }

  .tvv-bottom-content .tvv-card p,
  .tvv-bottom-content .tvv-step-copy p {
    font-size: 16px;
  }

  .tvv-bottom-content .tvv-step-list {
    gap: 24px;
    margin-top: 48px;
  }

  .tvv-bottom-content .tvv-step-card {
    grid-template-columns: auto 1fr;
    gap: 26px;
    padding: 32px 34px;
  }

  .tvv-bottom-content .tvv-step-number {
    width: 68px;
    height: 68px;
    font-size: 20px;
  }
}