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

.ttvw-bottom {
  width: 100%;
  overflow: hidden;
  color: #111827;
  font-family: inherit;
  background: #ffffff;
  --ttvw-ink: #111827;
  --ttvw-muted: #5b6472;
  --ttvw-soft: #f7f9fc;
  --ttvw-line: rgba(17, 24, 39, 0.1);
  --ttvw-pink: #ff2d55;
  --ttvw-cyan: #12d8d8;
  --ttvw-violet: #6d5dfc;
  --ttvw-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  --ttvw-shadow-hover: 0 24px 60px rgba(17, 24, 39, 0.13);
}

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

.ttvw-bottom .ttvw-section {
  position: relative;
}

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

.ttvw-bottom .ttvw-section-soft {
  background:
    radial-gradient(circle at 18% 12%, rgba(18, 216, 216, 0.09), transparent 30%),
    radial-gradient(circle at 86% 18%, rgba(255, 45, 85, 0.08), transparent 28%),
    #f7f9fc;
}

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

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

.ttvw-bottom .ttvw-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 45, 85, 0.18);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 45, 85, 0.08), rgba(18, 216, 216, 0.08));
  color: #b4163a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.ttvw-bottom .ttvw-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ttvw-pink), var(--ttvw-cyan));
  box-shadow: 0 0 0 5px rgba(255, 45, 85, 0.1);
}

.ttvw-bottom h2 {
  margin: 0;
  color: var(--ttvw-ink);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttvw-bottom .ttvw-heading p {
  margin: 14px auto 0;
  color: var(--ttvw-muted);
  line-height: 1.7;
}

.ttvw-bottom .ttvw-grid {
  display: grid;
  align-items: stretch;
}

.ttvw-bottom .ttvw-card,
.ttvw-bottom .ttvw-trust-card,
.ttvw-bottom .ttvw-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid var(--ttvw-line);
  box-shadow: var(--ttvw-shadow);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttvw-bottom .ttvw-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(255, 45, 85, 0.34), rgba(18, 216, 216, 0.3)) border-box;
}

.ttvw-bottom .ttvw-card:hover,
.ttvw-bottom .ttvw-trust-card:hover,
.ttvw-bottom .ttvw-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 45, 85, 0.22);
  box-shadow: var(--ttvw-shadow-hover);
}

.ttvw-bottom .ttvw-card h3,
.ttvw-bottom .ttvw-trust-card h3,
.ttvw-bottom .ttvw-step-card h3 {
  margin: 0;
  color: var(--ttvw-ink);
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttvw-bottom .ttvw-card p,
.ttvw-bottom .ttvw-trust-card p,
.ttvw-bottom .ttvw-step-card p {
  margin: 10px 0 0;
  color: var(--ttvw-muted);
  line-height: 1.68;
}

.ttvw-bottom .ttvw-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.12), rgba(18, 216, 216, 0.14));
  border: 1px solid rgba(17, 24, 39, 0.08);
}

.ttvw-bottom .ttvw-icon::before,
.ttvw-bottom .ttvw-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}

.ttvw-bottom .ttvw-card:hover .ttvw-icon::before,
.ttvw-bottom .ttvw-card:hover .ttvw-icon::after {
  transform: translateY(-1px);
}

.ttvw-bottom .ttvw-icon-play::before {
  left: 19px;
  top: 15px;
  border-left: 13px solid var(--ttvw-pink);
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ttvw-bottom .ttvw-icon-speed::before {
  left: 12px;
  top: 22px;
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: var(--ttvw-cyan);
  box-shadow: 6px -8px 0 rgba(255, 45, 85, 0.75), -4px 8px 0 rgba(109, 93, 252, 0.65);
}

.ttvw-bottom .ttvw-icon-preview::before {
  left: 11px;
  top: 14px;
  width: 26px;
  height: 20px;
  border: 2px solid var(--ttvw-violet);
  border-radius: 8px;
}

.ttvw-bottom .ttvw-icon-preview::after {
  left: 20px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ttvw-pink);
}

.ttvw-bottom .ttvw-icon-steps::before {
  left: 13px;
  top: 13px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--ttvw-pink);
  box-shadow: 14px 0 0 var(--ttvw-cyan), 7px 15px 0 var(--ttvw-violet);
}

.ttvw-bottom .ttvw-icon-mobile::before {
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 2px solid var(--ttvw-cyan);
  border-radius: 8px;
}

.ttvw-bottom .ttvw-icon-mobile::after {
  left: 22px;
  top: 32px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--ttvw-pink);
}

.ttvw-bottom .ttvw-icon-daily::before {
  left: 12px;
  top: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid var(--ttvw-violet);
}

.ttvw-bottom .ttvw-icon-daily::after {
  left: 24px;
  top: 17px;
  width: 2px;
  height: 12px;
  background: var(--ttvw-pink);
  transform-origin: bottom;
  box-shadow: 5px 8px 0 var(--ttvw-cyan);
}

.ttvw-bottom .ttvw-steps {
  display: grid;
  grid-template-columns: 1fr;
}

.ttvw-bottom .ttvw-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
}

.ttvw-bottom .ttvw-step-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, var(--ttvw-pink), var(--ttvw-cyan));
}

.ttvw-bottom .ttvw-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 800;
  line-height: 1;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--ttvw-pink), var(--ttvw-violet) 48%, var(--ttvw-cyan));
  box-shadow: 0 14px 28px rgba(255, 45, 85, 0.18);
}

.ttvw-bottom .ttvw-use-card {
  background:
    linear-gradient(180deg, #ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(18, 216, 216, 0.34), rgba(255, 45, 85, 0.24)) border-box;
}

.ttvw-bottom .ttvw-dot {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--ttvw-cyan), var(--ttvw-pink));
  box-shadow: 0 0 0 8px rgba(18, 216, 216, 0.1);
}

.ttvw-bottom .ttvw-trust-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border-radius: 22px;
  background: #ffffff;
}

.ttvw-bottom .ttvw-badge {
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(18, 216, 216, 0.1);
  color: #087b82;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

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

.ttvw-bottom .ttvw-reveal.ttvw-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) {
  .ttvw-bottom .ttvw-section {
    padding: 46px 0;
  }

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

  .ttvw-bottom h2 {
    font-size: 25px;
  }

  .ttvw-bottom .ttvw-heading p {
    font-size: 14px;
  }

  .ttvw-bottom .ttvw-grid,
  .ttvw-bottom .ttvw-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }

  .ttvw-bottom .ttvw-card,
  .ttvw-bottom .ttvw-trust-card {
    padding: 22px;
  }

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

  .ttvw-bottom .ttvw-step-number {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }

  .ttvw-bottom .ttvw-card h3,
  .ttvw-bottom .ttvw-trust-card h3,
  .ttvw-bottom .ttvw-step-card h3 {
    font-size: 18px;
  }

  .ttvw-bottom .ttvw-card p,
  .ttvw-bottom .ttvw-trust-card p,
  .ttvw-bottom .ttvw-step-card p {
    font-size: 14px;
  }
}

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

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

  .ttvw-bottom h2 {
    font-size: 28px;
  }

  .ttvw-bottom .ttvw-heading p {
    font-size: 15px;
  }

  .ttvw-bottom .ttvw-grid,
  .ttvw-bottom .ttvw-steps {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }

  .ttvw-bottom .ttvw-card,
  .ttvw-bottom .ttvw-trust-card {
    padding: 24px;
  }

  .ttvw-bottom .ttvw-step-card {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 24px;
  }

  .ttvw-bottom .ttvw-step-number {
    width: 54px;
    height: 54px;
    font-size: 16px;
  }

  .ttvw-bottom .ttvw-card h3,
  .ttvw-bottom .ttvw-trust-card h3,
  .ttvw-bottom .ttvw-step-card h3 {
    font-size: 19px;
  }

  .ttvw-bottom .ttvw-card p,
  .ttvw-bottom .ttvw-trust-card p,
  .ttvw-bottom .ttvw-step-card p {
    font-size: 14.5px;
  }
}

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

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

  .ttvw-bottom h2 {
    font-size: 31px;
  }

  .ttvw-bottom .ttvw-heading p {
    font-size: 15.5px;
  }

  .ttvw-bottom .ttvw-grid,
  .ttvw-bottom .ttvw-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }

  .ttvw-bottom .ttvw-card,
  .ttvw-bottom .ttvw-trust-card {
    padding: 26px;
  }

  .ttvw-bottom .ttvw-step-card {
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 26px;
  }

  .ttvw-bottom .ttvw-step-number {
    width: 58px;
    height: 58px;
    font-size: 17px;
  }

  .ttvw-bottom .ttvw-card h3,
  .ttvw-bottom .ttvw-trust-card h3,
  .ttvw-bottom .ttvw-step-card h3 {
    font-size: 20px;
  }

  .ttvw-bottom .ttvw-card p,
  .ttvw-bottom .ttvw-trust-card p,
  .ttvw-bottom .ttvw-step-card p {
    font-size: 15px;
  }
}

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

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

  .ttvw-bottom h2 {
    font-size: 38px;
  }

  .ttvw-bottom .ttvw-heading p {
    font-size: 16px;
  }

  .ttvw-bottom .ttvw-grid {
    gap: 22px;
    margin-top: 42px;
  }

  .ttvw-bottom .ttvw-grid-three,
  .ttvw-bottom .ttvw-grid-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttvw-bottom .ttvw-steps {
    gap: 20px;
    margin-top: 42px;
  }

  .ttvw-bottom .ttvw-card,
  .ttvw-bottom .ttvw-trust-card {
    padding: 28px;
  }

  .ttvw-bottom .ttvw-step-card {
    gap: 22px;
    padding: 28px 30px;
  }

  .ttvw-bottom .ttvw-step-number {
    width: 64px;
    height: 64px;
    font-size: 18px;
  }

  .ttvw-bottom .ttvw-card h3,
  .ttvw-bottom .ttvw-trust-card h3,
  .ttvw-bottom .ttvw-step-card h3 {
    font-size: 21px;
  }

  .ttvw-bottom .ttvw-card p,
  .ttvw-bottom .ttvw-trust-card p,
  .ttvw-bottom .ttvw-step-card p {
    font-size: 15.5px;
  }
}

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

  .ttvw-bottom .ttvw-container {
    padding: 0 32px;
  }

  .ttvw-bottom h2 {
    font-size: 44px;
  }

  .ttvw-bottom .ttvw-heading p {
    font-size: 17px;
  }

  .ttvw-bottom .ttvw-grid {
    gap: 24px;
    margin-top: 48px;
  }

  .ttvw-bottom .ttvw-grid-three,
  .ttvw-bottom .ttvw-grid-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ttvw-bottom .ttvw-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .ttvw-bottom .ttvw-card,
  .ttvw-bottom .ttvw-trust-card {
    padding: 30px;
  }

  .ttvw-bottom .ttvw-step-card {
    gap: 26px;
    padding: 32px 36px;
  }

  .ttvw-bottom .ttvw-step-number {
    width: 70px;
    height: 70px;
    font-size: 19px;
  }

  .ttvw-bottom .ttvw-card h3,
  .ttvw-bottom .ttvw-trust-card h3,
  .ttvw-bottom .ttvw-step-card h3 {
    font-size: 22px;
  }

  .ttvw-bottom .ttvw-card p,
  .ttvw-bottom .ttvw-trust-card p,
  .ttvw-bottom .ttvw-step-card p {
    font-size: 16px;
  }
}