@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;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #17202a;
  background: #ffffff;
}

.ttvv-content,
.ttvv-content section,
.ttvv-content div,
.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 30%),
    radial-gradient(circle at 88% 16%, rgba(254, 44, 85, 0.1), transparent 28%),
    #f8fafc;
}

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

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

.ttvv-content .ttvv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  margin-bottom: 14px;
  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: #c71546;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 750;
  letter-spacing: 0;
}

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

.ttvv-content .ttvv-heading p {
  margin: 16px auto 0;
  color: #526071;
  line-height: 1.72;
  font-weight: 450;
}

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

.ttvv-content .ttvv-card,
.ttvv-content .ttvv-trust-card {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  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.34), rgba(254, 44, 85, 0.28), rgba(17, 24, 39, 0.08)) border-box;
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttvv-content .ttvv-card::after,
.ttvv-content .ttvv-trust-card::after {
  content: "";
  position: absolute;
  inset: auto -40px -54px auto;
  width: 118px;
  height: 118px;
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.1));
  transform: rotate(12deg);
  pointer-events: none;
}

.ttvv-content .ttvv-card:hover,
.ttvv-content .ttvv-trust-card:hover,
.ttvv-content .ttvv-step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.11);
  border-color: rgba(254, 44, 85, 0.2);
}

.ttvv-content .ttvv-card h3,
.ttvv-content .ttvv-trust-card h3,
.ttvv-content .ttvv-step-card h3 {
  position: relative;
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttvv-content .ttvv-card p,
.ttvv-content .ttvv-trust-card p,
.ttvv-content .ttvv-step-card p,
.ttvv-content .ttvv-note p {
  position: relative;
  margin: 10px 0 0;
  color: #596778;
  line-height: 1.68;
  font-weight: 430;
}

.ttvv-content .ttvv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.18);
}

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

.ttvv-content .ttvv-card:hover .ttvv-icon::before {
  transform: translateX(2px);
}

.ttvv-content .ttvv-icon-play::before {
  left: 18px;
  top: 14px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ttvv-content .ttvv-icon-speed::before {
  left: 13px;
  top: 22px;
  width: 20px;
  height: 3px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 5px -8px 0 rgba(255, 255, 255, 0.8), -4px 8px 0 rgba(255, 255, 255, 0.7);
}

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

.ttvv-content .ttvv-icon-route::before {
  left: 13px;
  top: 13px;
  width: 20px;
  height: 20px;
  border: 3px solid #ffffff;
  border-left-color: transparent;
  border-radius: 50%;
}

.ttvv-content .ttvv-icon-phone::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #ffffff;
  border-radius: 7px;
}

.ttvv-content .ttvv-icon-daily::before {
  left: 13px;
  top: 12px;
  width: 20px;
  height: 22px;
  border-radius: 7px;
  background: #ffffff;
}

.ttvv-content .ttvv-icon-daily::after {
  left: 17px;
  top: 20px;
  width: 12px;
  height: 2px;
  border-radius: 4px;
  background: #fe2c55;
  box-shadow: 0 6px 0 #25bdb9;
}

.ttvv-content .ttvv-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ttvv-content .ttvv-step-card {
  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 46px rgba(17, 24, 39, 0.07);
  backdrop-filter: blur(10px);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttvv-content .ttvv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #111827, #fe2c55);
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 32px rgba(254, 44, 85, 0.2);
}

.ttvv-content .ttvv-step-content {
  min-width: 0;
}

.ttvv-content .ttvv-badge-dot {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, #ffffff 0 28%, transparent 30%),
    conic-gradient(from 120deg, #25f4ee, #fe2c55, #111827, #25f4ee);
  box-shadow: 0 14px 30px rgba(37, 244, 238, 0.16);
}

.ttvv-content .ttvv-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.35), rgba(254, 44, 85, 0.28)) border-box;
}

.ttvv-content .ttvv-trust-mark {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.18), rgba(254, 44, 85, 0.14));
  position: relative;
}

.ttvv-content .ttvv-trust-mark::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 12px;
  width: 16px;
  height: 22px;
  border: 3px solid #fe2c55;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.ttvv-content .ttvv-trust-mark::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 23px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #25bdb9;
}

.ttvv-content .ttvv-note {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(37, 244, 238, 0.24);
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.11), rgba(254, 44, 85, 0.08), rgba(255, 255, 255, 0.9));
  text-align: center;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
}

.ttvv-content .ttvv-note p {
  margin: 0;
  color: #344054;
}

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

.ttvv-content .ttvv-reveal.ttvv-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) {
  .ttvv-content .ttvv-section {
    padding: 54px 0;
  }

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

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

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

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

  .ttvv-content .ttvv-card,
  .ttvv-content .ttvv-trust-card {
    padding: 22px;
  }

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

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

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

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

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

  .ttvv-content .ttvv-note {
    margin-top: 18px;
    padding: 20px;
  }
}

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

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

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

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

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

  .ttvv-content .ttvv-card,
  .ttvv-content .ttvv-trust-card {
    padding: 24px;
  }

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

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

  .ttvv-content .ttvv-steps {
    gap: 18px;
    margin-top: 32px;
  }

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

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

  .ttvv-content .ttvv-note {
    margin-top: 20px;
    padding: 22px;
  }
}

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

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

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

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

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

  .ttvv-content .ttvv-card,
  .ttvv-content .ttvv-trust-card {
    padding: 26px;
  }

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

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

  .ttvv-content .ttvv-steps {
    gap: 20px;
    margin-top: 36px;
  }

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

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

  .ttvv-content .ttvv-note {
    margin-top: 22px;
    padding: 24px;
  }
}

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

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

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

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

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

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

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

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

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

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

  .ttvv-content .ttvv-step-number {
    width: 70px;
    height: 70px;
    font-size: 21px;
  }

  .ttvv-content .ttvv-note {
    margin-top: 24px;
    padding: 26px 30px;
  }
}

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

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

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

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

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

  .ttvv-content .ttvv-grid {
    gap: 24px;
    margin-top: 48px;
  }

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

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

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

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

  .ttvv-content .ttvv-step-card {
    padding: 32px 34px;
    gap: 28px;
  }

  .ttvv-content .ttvv-step-number {
    width: 76px;
    height: 76px;
    font-size: 22px;
  }

  .ttvv-content .ttvv-note {
    margin-top: 28px;
    padding: 28px 34px;
  }
}