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

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

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

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

.ttwv-content .ttwv-section-soft {
  background:
    radial-gradient(circle at 12% 18%, rgba(0, 242, 234, 0.1), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(255, 0, 80, 0.08), transparent 30%),
    #f8fafc;
}

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

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

.ttwv-content .ttwv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 0, 80, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  color: #b70f44;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.ttwv-content .ttwv-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d8d4, #ff0050);
  box-shadow: 0 0 18px rgba(255, 0, 80, 0.32);
}

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

.ttwv-content .ttwv-section-head p {
  margin: 14px auto 0;
  color: #526071;
  font-weight: 400;
  line-height: 1.7;
}

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

.ttwv-content .ttwv-card,
.ttwv-content .ttwv-trust-card,
.ttwv-content .ttwv-step-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgba(23, 32, 51, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.ttwv-content .ttwv-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 22px;
}

.ttwv-content .ttwv-card::before,
.ttwv-content .ttwv-trust-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.42), rgba(255, 0, 80, 0.34), transparent 58%);
  opacity: 0;
  transition: opacity 240ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

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

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

.ttwv-content .ttwv-card h3,
.ttwv-content .ttwv-trust-card h3,
.ttwv-content .ttwv-step-content h3 {
  margin: 0;
  color: #121a2a;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

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

.ttwv-content .ttwv-icon {
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.14)),
    #ffffff;
  border: 1px solid rgba(23, 32, 51, 0.08);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

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

.ttwv-content .ttwv-card:hover .ttwv-icon::before,
.ttwv-content .ttwv-card:hover .ttwv-icon::after {
  transform: translateY(-1px) scale(1.04);
}

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

.ttwv-content .ttwv-icon-bolt::before {
  left: 18px;
  top: 10px;
  width: 10px;
  height: 24px;
  background: linear-gradient(180deg, #00d8d4, #ff0050);
  clip-path: polygon(48% 0, 100% 0, 62% 42%, 100% 42%, 34% 100%, 46% 56%, 0 56%);
}

.ttwv-content .ttwv-icon-frame::before {
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #00b8bd;
  border-radius: 7px;
}

.ttwv-content .ttwv-icon-frame::after {
  left: 18px;
  top: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff0050;
}

.ttwv-content .ttwv-icon-route::before {
  left: 11px;
  top: 21px;
  width: 24px;
  height: 3px;
  border-radius: 99px;
  background: linear-gradient(90deg, #00d8d4, #ff0050);
}

.ttwv-content .ttwv-icon-route::after {
  right: 10px;
  top: 16px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #ff0050;
  border-right: 3px solid #ff0050;
  transform: rotate(45deg);
}

.ttwv-content .ttwv-icon-phone::before {
  left: 15px;
  top: 9px;
  width: 16px;
  height: 28px;
  border: 2px solid #00aeb5;
  border-radius: 7px;
}

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

.ttwv-content .ttwv-icon-spark::before {
  left: 20px;
  top: 9px;
  width: 7px;
  height: 28px;
  border-radius: 99px;
  background: linear-gradient(180deg, #00d8d4, #ff0050);
}

.ttwv-content .ttwv-icon-spark::after {
  left: 9px;
  top: 20px;
  width: 28px;
  height: 7px;
  border-radius: 99px;
  background: linear-gradient(90deg, #00d8d4, #ff0050);
}

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

.ttwv-content .ttwv-step-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    #ffffff;
}

.ttwv-content .ttwv-step-card::after {
  content: "";
  position: absolute;
  top: -44px;
  right: -44px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 242, 234, 0.16), rgba(255, 0, 80, 0.06) 58%, transparent 70%);
  pointer-events: none;
}

.ttwv-content .ttwv-step-number {
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #08d7d1, #ff0050);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 16px 34px rgba(255, 0, 80, 0.18);
}

.ttwv-content .ttwv-mini-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 216, 212, 0.11);
  color: #087c82;
  font-weight: 800;
  line-height: 1.2;
}

.ttwv-content .ttwv-trust-card {
  height: 100%;
  border-radius: 22px;
  background: #ffffff;
}

.ttwv-content .ttwv-trust-dot {
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00d8d4, #ff0050);
  box-shadow: 0 0 0 8px rgba(0, 216, 212, 0.1), 0 0 26px rgba(255, 0, 80, 0.22);
}

.ttwv-content .ttwv-responsible-note {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 216, 212, 0.18);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.1), rgba(255, 0, 80, 0.08)), #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.07);
  text-align: center;
}

.ttwv-content .ttwv-responsible-note p {
  margin: 0;
  color: #344255;
  font-weight: 600;
}

.ttwv-content .ttwv-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms 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: 48px 0;
  }

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

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

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

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

  .ttwv-content .ttwv-grid-six,
  .ttwv-content .ttwv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

  .ttwv-content .ttwv-step-number {
    width: 52px;
    height: 52px;
    font-size: 16px;
  }

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

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

  .ttwv-content .ttwv-responsible-note {
    margin-top: 18px;
    padding: 20px;
  }
}

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

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

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

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

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

  .ttwv-content .ttwv-grid-six,
  .ttwv-content .ttwv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

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

  .ttwv-content .ttwv-grid-six,
  .ttwv-content .ttwv-grid-three {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ttwv-content .ttwv-responsible-note {
    max-width: 900px;
    margin-top: 28px;
    padding: 28px 42px;
  }
}