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

.ttwv-content {
  width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: #14151f;
  background: #ffffff;
}

.ttwv-content .ttwv-section {
  position: relative;
  overflow: hidden;
}

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

.ttwv-content .ttwv-section-soft {
  background: linear-gradient(180deg, #fbfbfd 0%, #f6f7fb 100%);
}

.ttwv-content .ttwv-section::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.08) 46%, rgba(255, 255, 255, 0) 70%);
  top: -110px;
  right: -90px;
  pointer-events: none;
}

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

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

.ttwv-content .ttwv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 21, 31, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 24px rgba(19, 21, 31, 0.06);
  color: #5b5f73;
  font-weight: 700;
  line-height: 1.2;
}

.ttwv-content .ttwv-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 0 0 5px rgba(0, 242, 234, 0.12);
}

.ttwv-content h2 {
  margin: 0;
  color: #11131c;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.ttwv-content .ttwv-heading-block p {
  margin: 14px auto 0;
  color: #5d6272;
  line-height: 1.7;
}

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

.ttwv-content .ttwv-card,
.ttwv-content .ttwv-trust-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 21, 31, 0.09);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfcfe 100%);
  box-shadow: 0 18px 45px rgba(18, 22, 36, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttwv-content .ttwv-card::after,
.ttwv-content .ttwv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.08), rgba(255, 0, 80, 0.07), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.ttwv-content .ttwv-card:hover,
.ttwv-content .ttwv-trust-card:hover,
.ttwv-content .ttwv-step-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 196, 190, 0.32);
  box-shadow: 0 24px 60px rgba(18, 22, 36, 0.13);
}

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

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

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

.ttwv-content .ttwv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.15), rgba(255, 0, 80, 0.14));
  border: 1px solid rgba(20, 21, 31, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

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

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

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

.ttwv-content .ttwv-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 3px solid #11131c;
  border-radius: 50%;
  border-bottom-color: transparent;
}

.ttwv-content .ttwv-icon-speed::after {
  width: 11px;
  height: 3px;
  left: 23px;
  top: 23px;
  background: #ff0050;
  border-radius: 999px;
  transform: rotate(-28deg);
}

.ttwv-content .ttwv-icon-preview::before {
  width: 22px;
  height: 15px;
  left: 12px;
  top: 16px;
  border: 3px solid #11131c;
  border-radius: 8px;
}

.ttwv-content .ttwv-icon-preview::after {
  width: 6px;
  height: 6px;
  left: 20px;
  top: 21px;
  background: #00bdb6;
  border-radius: 50%;
}

.ttwv-content .ttwv-icon-check::before {
  width: 20px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 4px solid #11131c;
  border-bottom: 4px solid #11131c;
  transform: rotate(-45deg);
}

.ttwv-content .ttwv-icon-mobile::before {
  width: 17px;
  height: 25px;
  left: 14px;
  top: 10px;
  border: 3px solid #11131c;
  border-radius: 8px;
}

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

.ttwv-content .ttwv-icon-daily::before {
  width: 22px;
  height: 22px;
  left: 12px;
  top: 12px;
  border: 3px solid #11131c;
  border-radius: 50%;
}

.ttwv-content .ttwv-icon-daily::after {
  width: 12px;
  height: 3px;
  left: 23px;
  top: 22px;
  background: #00bdb6;
  border-radius: 999px;
}

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

.ttwv-content .ttwv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(20, 21, 31, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(18, 22, 36, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

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

.ttwv-content .ttwv-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #11131c;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: 0 16px 30px rgba(17, 19, 28, 0.18);
}

.ttwv-content .ttwv-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 12px 28px rgba(255, 0, 80, 0.16);
}

.ttwv-content .ttwv-dot::after {
  content: "";
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 999px;
  background: #ffffff;
}

.ttwv-content .ttwv-badge {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 242, 234, 0.12);
  color: #124f52;
  font-weight: 800;
  line-height: 1.2;
}

.ttwv-content .ttwv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}

.ttwv-content .ttwv-reveal.ttwv-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

  .ttwv-content .ttwv-kicker {
    font-size: 12px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ttwv-content .ttwv-kicker {
    font-size: 12.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ttwv-content .ttwv-kicker {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ttwv-content .ttwv-kicker {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ttwv-content .ttwv-kicker {
    font-size: 13px;
  }

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

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

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

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

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

  .ttwv-content .ttwv-step-card {
    gap: 26px;
    padding: 32px 34px;
  }

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