@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-x: hidden;
  color: #17212f;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
}

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

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

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

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

.ttwv-content-wrap .ttwv-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 242, 234, 0.10), transparent 28%),
    radial-gradient(circle at 88% 30%, rgba(255, 0, 80, 0.08), transparent 30%);
  opacity: 0.85;
}

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

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

.ttwv-content-wrap .ttwv-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(0, 173, 181, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.10), rgba(255, 0, 80, 0.08));
  color: #0e6570;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.ttwv-content-wrap .ttwv-section-head h2 {
  margin: 16px 0 0;
  color: #121826;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.ttwv-content-wrap .ttwv-section-head p {
  margin: 16px auto 0;
  color: #5b6678;
  line-height: 1.7;
  font-weight: 400;
}

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

.ttwv-content-wrap .ttwv-card {
  position: relative;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(22, 33, 47, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 44px rgba(18, 24, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttwv-content-wrap .ttwv-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #00f2ea, #ff0050);
  opacity: 0.78;
}

.ttwv-content-wrap .ttwv-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 242, 234, 0.34);
  box-shadow: 0 24px 58px rgba(18, 24, 38, 0.12);
}

.ttwv-content-wrap .ttwv-card h3 {
  margin: 0;
  color: #151b27;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttwv-content-wrap .ttwv-card p {
  margin: 10px 0 0;
  color: #5e6878;
  font-weight: 400;
  line-height: 1.68;
}

.ttwv-content-wrap .ttwv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.12));
  box-shadow: inset 0 0 0 1px rgba(0, 173, 181, 0.14);
}

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

.ttwv-content-wrap .ttwv-card:hover .ttwv-icon::before,
.ttwv-content-wrap .ttwv-card:hover .ttwv-icon::after {
  transform: translateY(-2px);
}

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

.ttwv-content-wrap .ttwv-icon-speed::before {
  left: 13px;
  top: 15px;
  width: 20px;
  height: 15px;
  border: 3px solid #00a7ad;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 0;
}

.ttwv-content-wrap .ttwv-icon-speed::after {
  left: 24px;
  top: 22px;
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #ff0050;
  transform-origin: left center;
  transform: rotate(-28deg);
}

.ttwv-content-wrap .ttwv-icon-frame::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 3px solid #00a7ad;
  border-radius: 8px;
}

.ttwv-content-wrap .ttwv-icon-frame::after {
  left: 18px;
  top: 19px;
  width: 12px;
  height: 8px;
  border-radius: 999px;
  background: #ff0050;
}

.ttwv-content-wrap .ttwv-icon-path::before {
  left: 12px;
  top: 21px;
  width: 22px;
  height: 4px;
  border-radius: 999px;
  background: #00a7ad;
}

.ttwv-content-wrap .ttwv-icon-path::after {
  right: 12px;
  top: 17px;
  width: 11px;
  height: 11px;
  border-top: 4px solid #ff0050;
  border-right: 4px solid #ff0050;
  transform: rotate(45deg);
}

.ttwv-content-wrap .ttwv-icon-mobile::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 3px solid #00a7ad;
  border-radius: 7px;
}

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

.ttwv-content-wrap .ttwv-icon-check::before {
  left: 13px;
  top: 22px;
  width: 8px;
  height: 15px;
  border-right: 4px solid #00a7ad;
  border-bottom: 4px solid #00a7ad;
  transform: rotate(42deg);
}

.ttwv-content-wrap .ttwv-icon-check::after {
  right: 12px;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff0050;
}

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

.ttwv-content-wrap .ttwv-step-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(22, 33, 47, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    linear-gradient(90deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.12));
  box-shadow: 0 18px 46px rgba(18, 24, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttwv-content-wrap .ttwv-step-card::after {
  content: "";
  position: absolute;
  left: 41px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 242, 234, 0), rgba(0, 173, 181, 0.26), rgba(255, 0, 80, 0));
}

.ttwv-content-wrap .ttwv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 0, 80, 0.22);
  box-shadow: 0 24px 58px rgba(18, 24, 38, 0.12);
}

.ttwv-content-wrap .ttwv-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  background: linear-gradient(135deg, #00a7ad, #ff0050);
  box-shadow: 0 14px 32px rgba(255, 0, 80, 0.18);
}

.ttwv-content-wrap .ttwv-step-body h3 {
  margin: 0;
  color: #121826;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttwv-content-wrap .ttwv-step-body p {
  margin: 8px 0 0;
  color: #5e6878;
  line-height: 1.7;
}

.ttwv-content-wrap .ttwv-use-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.ttwv-content-wrap .ttwv-mini-dot {
  display: inline-flex;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 34%, #ffffff 0 18%, transparent 19%),
    linear-gradient(135deg, #00f2ea, #ff0050);
  box-shadow: 0 10px 22px rgba(0, 173, 181, 0.16);
}

.ttwv-content-wrap .ttwv-trust-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.90)),
    radial-gradient(circle at 80% 0%, rgba(0, 242, 234, 0.18), transparent 32%);
}

.ttwv-content-wrap .ttwv-badge {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f2fbfb;
  color: #0e6570;
  border: 1px solid rgba(0, 173, 181, 0.16);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}

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

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

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

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

  .ttwv-content-wrap .ttwv-section-head h2 {
    font-size: 26px;
  }

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

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

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

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

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

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

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

  .ttwv-content-wrap .ttwv-step-card::after {
    display: none;
  }

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

  .ttwv-content-wrap .ttwv-step-body h3 {
    font-size: 18px;
  }

  .ttwv-content-wrap .ttwv-step-body p {
    font-size: 14px;
  }
}

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

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

  .ttwv-content-wrap .ttwv-section-head h2 {
    font-size: 29px;
  }

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

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

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

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

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

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

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

  .ttwv-content-wrap .ttwv-step-card::after {
    display: none;
  }

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

  .ttwv-content-wrap .ttwv-step-body h3 {
    font-size: 19px;
  }

  .ttwv-content-wrap .ttwv-step-body p {
    font-size: 14.5px;
  }
}

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

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

  .ttwv-content-wrap .ttwv-section-head h2 {
    font-size: 32px;
  }

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

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

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

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

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

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

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

  .ttwv-content-wrap .ttwv-step-card::after {
    display: none;
  }

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

  .ttwv-content-wrap .ttwv-step-body h3 {
    font-size: 20px;
  }

  .ttwv-content-wrap .ttwv-step-body p {
    font-size: 15px;
  }
}

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

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

  .ttwv-content-wrap .ttwv-section-head h2 {
    font-size: 40px;
  }

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

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

  .ttwv-content-wrap .ttwv-grid-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .ttwv-content-wrap .ttwv-step-body h3 {
    font-size: 21px;
  }

  .ttwv-content-wrap .ttwv-step-body p {
    font-size: 15.5px;
  }
}

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

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

  .ttwv-content-wrap .ttwv-section-head h2 {
    font-size: 46px;
  }

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

  .ttwv-content-wrap .ttwv-grid {
    gap: 24px;
    margin-top: 46px;
  }

  .ttwv-content-wrap .ttwv-grid-six,
  .ttwv-content-wrap .ttwv-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

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

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

  .ttwv-content-wrap .ttwv-step-card {
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 30px 34px;
  }

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

  .ttwv-content-wrap .ttwv-step-body h3 {
    font-size: 22px;
  }

  .ttwv-content-wrap .ttwv-step-body p {
    font-size: 16px;
  }
}