@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: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #ffffff;
}

.ttwv-content-wrap,
.ttwv-content-wrap .ttwv-section,
.ttwv-content-wrap .ttwv-container,
.ttwv-content-wrap .ttwv-card,
.ttwv-content-wrap .ttwv-step-card,
.ttwv-content-wrap .ttwv-trust-card {
  box-sizing: border-box;
}

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

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

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

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

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

.ttwv-content-wrap .ttwv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px 13px;
  border: 1px solid rgba(37, 244, 238, 0.34);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.12), rgba(254, 44, 85, 0.10));
  color: #233044;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.2;
}

.ttwv-content-wrap .ttwv-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  box-shadow: 0 0 0 5px rgba(37, 244, 238, 0.12);
}

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

.ttwv-content-wrap .ttwv-section-head p {
  margin: 16px auto 0;
  max-width: 720px;
  color: #526071;
  font-weight: 450;
  line-height: 1.7;
}

.ttwv-content-wrap .ttwv-grid {
  display: grid;
  width: 100%;
}

.ttwv-content-wrap .ttwv-card,
.ttwv-content-wrap .ttwv-trust-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.26), rgba(254, 44, 85, 0.22), rgba(17, 24, 39, 0.06)) border-box;
  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::after,
.ttwv-content-wrap .ttwv-trust-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.07), transparent 38%, rgba(254, 44, 85, 0.06));
  opacity: 0;
  transition: opacity 260ms ease;
}

.ttwv-content-wrap .ttwv-card:hover,
.ttwv-content-wrap .ttwv-trust-card:hover {
  transform: translateY(-6px);
  border-color: rgba(37, 244, 238, 0.42);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.11);
}

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

.ttwv-content-wrap .ttwv-icon {
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin: 0 0 20px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.16), rgba(254, 44, 85, 0.13));
  box-shadow: inset 0 0 0 1px rgba(37, 244, 238, 0.18);
}

.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: 19px;
  top: 15px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 13px solid #fe2c55;
}

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

.ttwv-content-wrap .ttwv-icon-speed::after {
  left: 24px;
  top: 17px;
  width: 3px;
  height: 12px;
  border-radius: 999px;
  background: #fe2c55;
  transform: rotate(45deg);
  transform-origin: bottom center;
}

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

.ttwv-content-wrap .ttwv-icon-frame::after {
  left: 18px;
  top: 20px;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: #fe2c55;
  box-shadow: 0 7px 0 rgba(254, 44, 85, 0.55);
}

.ttwv-content-wrap .ttwv-icon-steps::before {
  left: 13px;
  top: 13px;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
}

.ttwv-content-wrap .ttwv-icon-steps::after {
  left: 17px;
  top: 18px;
  width: 14px;
  height: 3px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 6px 0 rgba(255, 255, 255, 0.86);
}

.ttwv-content-wrap .ttwv-icon-mobile::before {
  left: 16px;
  top: 10px;
  width: 16px;
  height: 28px;
  border: 3px solid #25b9b5;
  border-radius: 9px;
}

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

.ttwv-content-wrap .ttwv-icon-daily::before {
  left: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: conic-gradient(from 180deg, #25f4ee, #fe2c55, #25f4ee);
}

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

.ttwv-content-wrap h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #172033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.ttwv-content-wrap .ttwv-card p,
.ttwv-content-wrap .ttwv-step-card p,
.ttwv-content-wrap .ttwv-trust-card p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #5b6778;
  font-weight: 450;
  line-height: 1.68;
}

.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;
  min-width: 0;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.ttwv-content-wrap .ttwv-step-card::before {
  content: "";
  position: absolute;
  left: 34px;
  top: -18px;
  width: 2px;
  height: 18px;
  background: linear-gradient(180deg, transparent, rgba(37, 244, 238, 0.7));
}

.ttwv-content-wrap .ttwv-step-card:first-child::before {
  display: none;
}

.ttwv-content-wrap .ttwv-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 44, 85, 0.28);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.ttwv-content-wrap .ttwv-step-number {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(254, 44, 85, 0.20);
}

.ttwv-content-wrap .ttwv-step-content {
  min-width: 0;
}

.ttwv-content-wrap .ttwv-badge-dot {
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  border-radius: 15px;
  background:
    radial-gradient(circle at 35% 35%, #ffffff 0 10%, transparent 11%),
    linear-gradient(135deg, rgba(37, 244, 238, 0.88), rgba(254, 44, 85, 0.82));
  box-shadow: 0 14px 30px rgba(37, 244, 238, 0.16);
}

.ttwv-content-wrap .ttwv-trust-mark {
  display: grid;
  width: 42px;
  height: 42px;
  margin: 0 0 18px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ee, #fe2c55);
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.17);
}

.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: 48px 0;
  }

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

  .ttwv-content-wrap 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: 30px;
  }

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

  .ttwv-content-wrap 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: 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-number {
    width: 54px;
    height: 54px;
    font-size: 17px;
  }
}

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

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

  .ttwv-content-wrap 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: 32px;
  }

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

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

  .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: 32px;
  }

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

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

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

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

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

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

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

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

  .ttwv-content-wrap 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: 15.5px;
  }

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

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

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

@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: 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: 44px;
  }

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

  .ttwv-content-wrap 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.8px;
  }

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

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

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

@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: 46px;
  }

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

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

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

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

  .ttwv-content-wrap 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: 16px;
  }

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

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

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