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

.ttwv-content-wrap {
  width: 100%;
  overflow: hidden;
  color: #141622;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

.ttwv-content-wrap .ttwv-section {
  position: relative;
}

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

.ttwv-content-wrap .ttwv-section-soft {
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 242, 234, 0.08), transparent 32%),
    radial-gradient(circle at 85% 10%, rgba(255, 0, 80, 0.07), transparent 30%),
    #f8fafc;
}

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

.ttwv-content-wrap .ttwv-section-head {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.ttwv-content-wrap .ttwv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 12px;
  margin-bottom: 14px;
  border: 1px solid rgba(255, 0, 80, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.09), rgba(0, 242, 234, 0.1));
  color: #c3154c;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0;
}

.ttwv-content-wrap h2 {
  margin: 0;
  color: #10131f;
  font-weight: 820;
  letter-spacing: 0;
  line-height: 1.14;
}

.ttwv-content-wrap .ttwv-section-head p {
  margin: 14px auto 0;
  max-width: 690px;
  color: #5c6373;
  line-height: 1.72;
}

.ttwv-content-wrap .ttwv-card-grid {
  display: grid;
  align-items: stretch;
}

.ttwv-content-wrap .ttwv-card,
.ttwv-content-wrap .ttwv-step-card,
.ttwv-content-wrap .ttwv-trust-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(20, 22, 34, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttwv-content-wrap .ttwv-card::before,
.ttwv-content-wrap .ttwv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.11), transparent 38%, rgba(0, 242, 234, 0.1));
  opacity: 0;
  transition: opacity 260ms ease;
}

.ttwv-content-wrap .ttwv-card:hover,
.ttwv-content-wrap .ttwv-step-card:hover,
.ttwv-content-wrap .ttwv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 0, 80, 0.22);
  box-shadow: 0 24px 62px rgba(15, 23, 42, 0.12);
}

.ttwv-content-wrap .ttwv-card:hover::before,
.ttwv-content-wrap .ttwv-trust-card:hover::before {
  opacity: 1;
}

.ttwv-content-wrap .ttwv-card h3,
.ttwv-content-wrap .ttwv-step-card h3,
.ttwv-content-wrap .ttwv-trust-card h3 {
  position: relative;
  margin: 0;
  color: #141622;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.28;
}

.ttwv-content-wrap .ttwv-card p,
.ttwv-content-wrap .ttwv-step-card p,
.ttwv-content-wrap .ttwv-trust-card p {
  position: relative;
  margin: 10px 0 0;
  color: #606778;
  line-height: 1.68;
}

.ttwv-content-wrap .ttwv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff0050, #8b5cf6 48%, #00f2ea);
  box-shadow: 0 12px 28px rgba(255, 0, 80, 0.18);
}

.ttwv-content-wrap .ttwv-icon::before,
.ttwv-content-wrap .ttwv-icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
}

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

.ttwv-content-wrap .ttwv-icon-speed::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 13px;
  border: 3px solid #ffffff;
  border-bottom-color: transparent;
  border-radius: 50%;
  background: transparent;
}

.ttwv-content-wrap .ttwv-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 23px;
  top: 22px;
  border-radius: 8px;
  transform: rotate(-28deg);
}

.ttwv-content-wrap .ttwv-icon-preview::before {
  width: 24px;
  height: 16px;
  left: 11px;
  top: 15px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.ttwv-content-wrap .ttwv-icon-preview::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
}

.ttwv-content-wrap .ttwv-icon-steps::before {
  width: 22px;
  height: 3px;
  left: 12px;
  top: 14px;
  border-radius: 8px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}

.ttwv-content-wrap .ttwv-icon-mobile::before {
  width: 18px;
  height: 26px;
  left: 14px;
  top: 10px;
  border: 3px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}

.ttwv-content-wrap .ttwv-icon-mobile::after {
  width: 5px;
  height: 5px;
  left: 21px;
  top: 29px;
  border-radius: 50%;
}

.ttwv-content-wrap .ttwv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #ffffff;
  border-radius: 9px;
  background: transparent;
}

.ttwv-content-wrap .ttwv-icon-daily::after {
  width: 12px;
  height: 3px;
  left: 17px;
  top: 22px;
  border-radius: 8px;
  box-shadow: 0 7px 0 rgba(255, 255, 255, 0.9);
}

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

.ttwv-content-wrap .ttwv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82)),
    linear-gradient(135deg, rgba(255, 0, 80, 0.1), rgba(0, 242, 234, 0.1));
}

.ttwv-content-wrap .ttwv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.2);
}

.ttwv-content-wrap .ttwv-step-number::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 0, 80, 0.24), rgba(0, 242, 234, 0.24));
  filter: blur(18px);
  z-index: -1;
}

.ttwv-content-wrap .ttwv-use-card {
  overflow: hidden;
}

.ttwv-content-wrap .ttwv-mini-dot {
  display: inline-flex;
  width: 13px;
  height: 13px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #ff0050;
  box-shadow: 18px 0 0 #00c9c1, 36px 0 0 #8b5cf6;
}

.ttwv-content-wrap .ttwv-trust-card {
  overflow: hidden;
}

.ttwv-content-wrap .ttwv-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  padding: 5px 11px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #10131f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0;
}

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

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

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

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

  .ttwv-content-wrap h2 {
    font-size: 25px;
  }

  .ttwv-content-wrap .ttwv-section-head p {
    font-size: 14px;
  }

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

  .ttwv-content-wrap .ttwv-card,
  .ttwv-content-wrap .ttwv-trust-card {
    padding: 20px;
  }

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

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

  .ttwv-content-wrap .ttwv-steps {
    gap: 14px;
    margin-top: 28px;
  }

  .ttwv-content-wrap .ttwv-step-card {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

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

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

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

  .ttwv-content-wrap h2 {
    font-size: 28px;
  }

  .ttwv-content-wrap .ttwv-section-head p {
    font-size: 15px;
  }

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

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

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

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

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

  .ttwv-content-wrap .ttwv-step-card {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 22px;
  }

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

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

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

  .ttwv-content-wrap h2 {
    font-size: 31px;
  }

  .ttwv-content-wrap .ttwv-section-head p {
    font-size: 15.5px;
  }

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

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

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

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

  .ttwv-content-wrap .ttwv-steps {
    gap: 18px;
    margin-top: 34px;
  }

  .ttwv-content-wrap .ttwv-step-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }

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

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

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

  .ttwv-content-wrap h2 {
    font-size: 38px;
  }

  .ttwv-content-wrap .ttwv-section-head p {
    font-size: 16px;
  }

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

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

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

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

  .ttwv-content-wrap .ttwv-steps {
    gap: 20px;
    margin-top: 42px;
  }

  .ttwv-content-wrap .ttwv-step-card {
    gap: 24px;
    padding: 28px;
  }

  .ttwv-content-wrap .ttwv-step-number {
    width: 72px;
    height: 72px;
    font-size: 21px;
  }
}

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

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

  .ttwv-content-wrap h2 {
    font-size: 44px;
  }

  .ttwv-content-wrap .ttwv-section-head p {
    font-size: 17px;
  }

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

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

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

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

  .ttwv-content-wrap .ttwv-steps {
    gap: 22px;
    margin-top: 48px;
  }

  .ttwv-content-wrap .ttwv-step-card {
    gap: 28px;
    padding: 32px;
  }

  .ttwv-content-wrap .ttwv-step-number {
    width: 78px;
    height: 78px;
    font-size: 22px;
  }
}