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

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

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

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

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

.ttvv-content .ttvv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(37, 244, 238, 0.12), transparent 28%),
    radial-gradient(circle at 88% 82%, rgba(254, 44, 85, 0.1), transparent 30%),
    #f8fafc;
}

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

.ttvv-content .ttvv-heading {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.ttvv-content .ttvv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  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.1));
  color: #b91c45;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttvv-content .ttvv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.13);
}

.ttvv-content h2 {
  margin: 0;
  color: #101828;
  font-weight: 820;
  line-height: 1.15;
  letter-spacing: 0;
}

.ttvv-content .ttvv-heading p {
  margin: 14px auto 0;
  max-width: 700px;
  color: #526173;
  font-weight: 450;
}

.ttvv-content .ttvv-grid {
  display: grid;
  align-items: stretch;
}

.ttvv-content .ttvv-card,
.ttvv-content .ttvv-benefit-card {
  position: relative;
  min-width: 0;
  height: 100%;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.35), rgba(254, 44, 85, 0.28)) border-box;
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttvv-content .ttvv-card::after,
.ttvv-content .ttvv-benefit-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.08), transparent 36%, rgba(254, 44, 85, 0.06));
  opacity: 0;
  transition: opacity 220ms ease;
}

.ttvv-content .ttvv-card:hover,
.ttvv-content .ttvv-benefit-card:hover {
  transform: translateY(-5px);
  border-color: rgba(254, 44, 85, 0.18);
  box-shadow: 0 24px 58px rgba(16, 24, 40, 0.11);
}

.ttvv-content .ttvv-card:hover::after,
.ttvv-content .ttvv-benefit-card:hover::after {
  opacity: 1;
}

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

.ttvv-content .ttvv-card p,
.ttvv-content .ttvv-benefit-card p,
.ttvv-content .ttvv-step-card p {
  position: relative;
  margin: 10px 0 0;
  color: #5b6878;
  font-weight: 440;
  z-index: 1;
}

.ttvv-content .ttvv-icon {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 26px rgba(254, 44, 85, 0.16);
  z-index: 1;
  transition: transform 220ms ease;
}

.ttvv-content .ttvv-card:hover .ttvv-icon {
  transform: translateY(-2px) rotate(-2deg);
}

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

.ttvv-content .ttvv-icon-play::before {
  left: 17px;
  top: 13px;
  border-left: 12px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.ttvv-content .ttvv-icon-speed::before {
  width: 18px;
  height: 18px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
}

.ttvv-content .ttvv-icon-speed::after {
  width: 10px;
  height: 3px;
  left: 21px;
  top: 20px;
  border-radius: 999px;
  background: #ffffff;
  transform: rotate(-32deg);
  transform-origin: left center;
}

.ttvv-content .ttvv-icon-frame::before {
  inset: 11px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.ttvv-content .ttvv-icon-path::before {
  width: 22px;
  height: 12px;
  left: 10px;
  top: 15px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-radius: 999px;
}

.ttvv-content .ttvv-icon-phone::before {
  width: 15px;
  height: 24px;
  left: 13px;
  top: 8px;
  border: 3px solid #ffffff;
  border-radius: 6px;
}

.ttvv-content .ttvv-icon-phone::after {
  width: 5px;
  height: 2px;
  left: 19px;
  bottom: 11px;
  border-radius: 999px;
  background: #ffffff;
}

.ttvv-content .ttvv-icon-daily::before {
  width: 20px;
  height: 20px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  border-radius: 8px;
}

.ttvv-content .ttvv-icon-daily::after {
  width: 10px;
  height: 3px;
  left: 16px;
  top: 20px;
  border-radius: 999px;
  background: #ffffff;
}

.ttvv-content .ttvv-steps {
  display: grid;
  gap: 18px;
}

.ttvv-content .ttvv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.065);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

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

.ttvv-content .ttvv-step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 56px rgba(16, 24, 40, 0.1);
}

.ttvv-content .ttvv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-size: 20px;
  font-weight: 820;
  box-shadow: 0 16px 30px rgba(17, 24, 39, 0.16);
}

.ttvv-content .ttvv-badge-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #ffffff 0 24%, transparent 25%),
    linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 12px 26px rgba(37, 244, 238, 0.18);
}

.ttvv-content .ttvv-benefit-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.36), rgba(254, 44, 85, 0.3)) border-box;
}

.ttvv-content .ttvv-benefit-mark {
  display: inline-flex;
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.16));
  border: 1px solid rgba(254, 44, 85, 0.14);
}

.ttvv-content .ttvv-benefit-mark::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 9px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #0f9f9a;
  border-bottom: 3px solid #0f9f9a;
  transform: rotate(-45deg);
}

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

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

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

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

  .ttvv-content h2 {
    font-size: 27px;
  }

  .ttvv-content .ttvv-heading p {
    font-size: 15px;
  }

  .ttvv-content .ttvv-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .ttvv-content .ttvv-card,
  .ttvv-content .ttvv-benefit-card {
    padding: 22px;
    border-radius: 18px;
  }

  .ttvv-content h3 {
    font-size: 18px;
  }

  .ttvv-content .ttvv-card p,
  .ttvv-content .ttvv-benefit-card p,
  .ttvv-content .ttvv-step-card p {
    font-size: 14px;
  }

  .ttvv-content .ttvv-steps {
    margin-top: 28px;
  }

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

  .ttvv-content .ttvv-step-number {
    width: 58px;
    height: 58px;
    font-size: 17px;
  }
}

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

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

  .ttvv-content h2 {
    font-size: 30px;
  }

  .ttvv-content .ttvv-heading p {
    font-size: 15.5px;
  }

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

  .ttvv-content .ttvv-card,
  .ttvv-content .ttvv-benefit-card {
    padding: 24px;
    border-radius: 19px;
  }

  .ttvv-content h3 {
    font-size: 18.5px;
  }

  .ttvv-content .ttvv-card p,
  .ttvv-content .ttvv-benefit-card p,
  .ttvv-content .ttvv-step-card p {
    font-size: 14.5px;
  }

  .ttvv-content .ttvv-steps {
    margin-top: 30px;
  }

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

  .ttvv-content .ttvv-step-number {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

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

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

  .ttvv-content h2 {
    font-size: 34px;
  }

  .ttvv-content .ttvv-heading p {
    font-size: 16px;
  }

  .ttvv-content .ttvv-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }

  .ttvv-content .ttvv-card,
  .ttvv-content .ttvv-benefit-card {
    padding: 26px;
    border-radius: 20px;
  }

  .ttvv-content h3 {
    font-size: 19px;
  }

  .ttvv-content .ttvv-card p,
  .ttvv-content .ttvv-benefit-card p,
  .ttvv-content .ttvv-step-card p {
    font-size: 15px;
  }

  .ttvv-content .ttvv-steps {
    margin-top: 34px;
  }

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

  .ttvv-content .ttvv-step-number {
    width: 62px;
    height: 62px;
    font-size: 18px;
  }
}

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

  .ttvv-content .ttvv-container {
    padding: 0 30px;
  }

  .ttvv-content h2 {
    font-size: 40px;
  }

  .ttvv-content .ttvv-heading p {
    font-size: 17px;
  }

  .ttvv-content .ttvv-grid-three,
  .ttvv-content .ttvv-grid-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 42px;
  }

  .ttvv-content .ttvv-card,
  .ttvv-content .ttvv-benefit-card {
    padding: 28px;
  }

  .ttvv-content h3 {
    font-size: 20px;
  }

  .ttvv-content .ttvv-card p,
  .ttvv-content .ttvv-benefit-card p,
  .ttvv-content .ttvv-step-card p {
    font-size: 15.5px;
  }

  .ttvv-content .ttvv-steps {
    margin-top: 42px;
  }

  .ttvv-content .ttvv-step-card {
    gap: 22px;
    padding: 28px 30px;
  }
}

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

  .ttvv-content .ttvv-container {
    padding: 0 32px;
  }

  .ttvv-content h2 {
    font-size: 46px;
  }

  .ttvv-content .ttvv-heading p {
    font-size: 18px;
  }

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

  .ttvv-content .ttvv-card,
  .ttvv-content .ttvv-benefit-card {
    padding: 30px;
  }

  .ttvv-content h3 {
    font-size: 21px;
  }

  .ttvv-content .ttvv-card p,
  .ttvv-content .ttvv-benefit-card p,
  .ttvv-content .ttvv-step-card p {
    font-size: 16px;
  }

  .ttvv-content .ttvv-steps {
    margin-top: 48px;
  }

  .ttvv-content .ttvv-step-card {
    gap: 26px;
    padding: 30px 34px;
  }
}