@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: #18202f;
  font-family: inherit;
  background: #ffffff;
}

.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;
  width: 100%;
  overflow: hidden;
}

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

.ttwv-content-wrap .ttwv-section-soft {
  background:
    radial-gradient(circle at 12% 10%, rgba(37, 244, 238, 0.13), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.11), transparent 32%),
    #f8fafc;
}

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

.ttwv-content-wrap .ttwv-heading {
  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: 30px;
  padding: 6px 13px;
  margin: 0 0 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: #c91545;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

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

.ttwv-content-wrap .ttwv-heading p {
  margin: 16px auto 0;
  color: #5b6575;
  font-weight: 450;
  line-height: 1.7;
}

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

.ttwv-content-wrap .ttwv-card,
.ttwv-content-wrap .ttwv-trust-card {
  position: relative;
  height: 100%;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttwv-content-wrap .ttwv-card::before,
.ttwv-content-wrap .ttwv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.5), rgba(254, 44, 85, 0.45), rgba(17, 24, 39, 0));
  opacity: 0;
  transition: opacity 220ms ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

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

.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-trust-card h3,
.ttwv-content-wrap .ttwv-step-content h3 {
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttwv-content-wrap .ttwv-card p,
.ttwv-content-wrap .ttwv-trust-card p,
.ttwv-content-wrap .ttwv-step-content p,
.ttwv-content-wrap .ttwv-note p {
  margin: 10px 0 0;
  color: #5a6474;
  line-height: 1.68;
}

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

.ttwv-content-wrap .ttwv-icon::before,
.ttwv-content-wrap .ttwv-icon::after {
  content: "";
  position: absolute;
  transition: transform 220ms 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 {
  width: 0;
  height: 0;
  left: 18px;
  top: 14px;
  border-left: 13px solid #ffffff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.ttwv-content-wrap .ttwv-icon-speed::before {
  width: 20px;
  height: 20px;
  left: 13px;
  top: 13px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.ttwv-content-wrap .ttwv-icon-speed::after {
  width: 12px;
  height: 3px;
  left: 23px;
  top: 21px;
  background: #ffffff;
  border-radius: 999px;
  transform: rotate(-35deg);
  transform-origin: left center;
}

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

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

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

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

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

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

.ttwv-content-wrap .ttwv-icon-daily::after {
  width: 13px;
  height: 3px;
  left: 22px;
  top: 18px;
  background: #ffffff;
  border-radius: 999px;
  transform: rotate(45deg);
  transform-origin: left center;
}

.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: start;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  box-shadow: 0 18px 46px rgba(17, 24, 39, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.ttwv-content-wrap .ttwv-step-card::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 72px;
  bottom: -26px;
  width: 2px;
  background: linear-gradient(180deg, rgba(254, 44, 85, 0.26), rgba(37, 244, 238, 0));
}

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

.ttwv-content-wrap .ttwv-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border-radius: 22px;
  background: #111827;
  color: #ffffff;
  font-weight: 850;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 18px 32px rgba(17, 24, 39, 0.16);
}

.ttwv-content-wrap .ttwv-step-number::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 44px 0 0 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.ttwv-content-wrap .ttwv-badge-dot {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.2), rgba(254, 44, 85, 0.18));
  position: relative;
}

.ttwv-content-wrap .ttwv-badge-dot::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(254, 44, 85, 0.08);
}

.ttwv-content-wrap .ttwv-trust-card {
  text-align: left;
}

.ttwv-content-wrap .ttwv-trust-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 14px 26px rgba(254, 44, 85, 0.17);
}

.ttwv-content-wrap .ttwv-note {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(37, 244, 238, 0.2);
  border-radius: 22px;
  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 18px 42px rgba(17, 24, 39, 0.06);
}

.ttwv-content-wrap .ttwv-note p {
  margin: 0;
  color: #334155;
  font-weight: 550;
}

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

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

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

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

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

  .ttwv-content-wrap .ttwv-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-trust-card h3,
  .ttwv-content-wrap .ttwv-step-content h3 {
    font-size: 18px;
  }

  .ttwv-content-wrap .ttwv-card p,
  .ttwv-content-wrap .ttwv-trust-card p,
  .ttwv-content-wrap .ttwv-step-content p,
  .ttwv-content-wrap .ttwv-note 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: 16px;
    padding: 22px;
  }

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

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

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

@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-heading h2 {
    font-size: 30px;
  }

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

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

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

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

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

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

  .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: 66px;
    height: 66px;
    font-size: 19px;
  }

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

@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-heading h2 {
    font-size: 34px;
  }

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

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

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

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

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

  .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: 70px;
    height: 70px;
    font-size: 20px;
  }

  .ttwv-content-wrap .ttwv-note {
    padding: 24px;
    margin-top: 26px;
  }
}

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

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

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

  .ttwv-content-wrap .ttwv-heading 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-card,
  .ttwv-content-wrap .ttwv-trust-card {
    padding: 28px;
  }

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

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

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

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

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

  .ttwv-content-wrap .ttwv-note {
    padding: 26px 32px;
    margin-top: 30px;
  }
}

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

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

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

  .ttwv-content-wrap .ttwv-heading p {
    font-size: 17.5px;
  }

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

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

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

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

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

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

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

  .ttwv-content-wrap .ttwv-note {
    max-width: 880px;
    padding: 28px 34px;
    margin-top: 34px;
  }
}