@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.ttwv2026-wrap,
.ttwv2026-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.ttwv2026-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182026;
  font-family: inherit;
}

.ttwv2026-section {
  width: 100% !important;
  text-align: center;
}

.ttwv2026-section-white {
  background: #ffffff;
}

.ttwv2026-section-tint {
  background:
    radial-gradient(circle at top left, rgba(37, 244, 238, 0.14), transparent 34%),
    radial-gradient(circle at bottom right, rgba(254, 44, 85, 0.11), transparent 36%),
    #f8fbfb;
}

.ttwv2026-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.ttwv2026-title {
  margin: 0 auto;
  max-width: 980px;
  color: #111719;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.ttwv2026-intro {
  margin: 0 auto;
  max-width: 780px;
  color: #4c5a61;
  font-weight: 400;
  line-height: 1.68;
  text-align: center;
}

.ttwv2026-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}

.ttwv2026-card {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 1)) padding-box,
    linear-gradient(135deg, rgba(37, 244, 238, 0.44), rgba(254, 44, 85, 0.38)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 48px rgba(14, 21, 24, 0.08);
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background-position 420ms ease;
}

.ttwv2026-card::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.08), transparent 42%),
    linear-gradient(315deg, rgba(254, 44, 85, 0.08), transparent 48%);
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 320ms ease, transform 320ms ease;
  content: "";
}

.ttwv2026-card:hover {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 24px 58px rgba(15, 22, 25, 0.14), 0 0 0 1px rgba(37, 244, 238, 0.12);
}

.ttwv2026-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.ttwv2026-icon {
  display: grid;
  place-items: center;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, #25f4ee 0%, #111719 48%, #fe2c55 100%);
  box-shadow: 0 14px 30px rgba(254, 44, 85, 0.18), 0 10px 26px rgba(37, 244, 238, 0.18);
  transition: transform 320ms ease, box-shadow 320ms ease, filter 320ms ease;
}

.ttwv2026-card:hover .ttwv2026-icon {
  transform: translateY(-4px);
  filter: saturate(1.08);
  box-shadow: 0 18px 38px rgba(254, 44, 85, 0.24), 0 14px 30px rgba(37, 244, 238, 0.22);
}

.ttwv2026-i {
  display: block;
  line-height: 1;
  text-align: center;
}

.ttwv2026-card-title {
  margin: 0;
  color: #111719;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  text-align: center;
}

.ttwv2026-card-text {
  margin: 0;
  color: #536269;
  font-weight: 400;
  line-height: 1.62;
  text-align: center;
}

.ttwv2026-wrap.ttwv2026-js .ttwv2026-card {
  opacity: 0;
  transform: translateY(18px);
}

.ttwv2026-wrap.ttwv2026-js .ttwv2026-card.ttwv2026-show {
  opacity: 1;
  transform: translateY(0);
}

.ttwv2026-wrap.ttwv2026-js .ttwv2026-card.ttwv2026-show:hover {
  transform: translateY(-8px) scale(1.012);
}

@media (min-width: 1024px) {
  .ttwv2026-section {
    padding: 86px 0;
  }

  .ttwv2026-container {
    padding: 0 28px;
  }

  .ttwv2026-title {
    font-size: 44px;
  }

  .ttwv2026-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .ttwv2026-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    margin-top: 44px;
  }

  .ttwv2026-card {
    min-height: 300px;
    padding: 36px 30px 32px;
    border-radius: 24px;
  }

  .ttwv2026-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
    border-radius: 22px;
    font-size: 30px;
  }

  .ttwv2026-card-title {
    font-size: 21px;
  }

  .ttwv2026-card-text {
    margin-top: 14px;
    font-size: 15px;
  }
}

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

  .ttwv2026-container {
    padding: 0 24px;
  }

  .ttwv2026-title {
    font-size: 36px;
  }

  .ttwv2026-intro {
    margin-top: 16px;
    font-size: 16px;
  }

  .ttwv2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }

  .ttwv2026-card {
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 22px;
  }

  .ttwv2026-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
    border-radius: 20px;
    font-size: 27px;
  }

  .ttwv2026-card-title {
    font-size: 19px;
  }

  .ttwv2026-card-text {
    margin-top: 12px;
    font-size: 14.5px;
  }
}

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

  .ttwv2026-container {
    padding: 0 16px;
  }

  .ttwv2026-title {
    max-width: 420px;
    font-size: 29px;
  }

  .ttwv2026-intro {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.58;
  }

  .ttwv2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .ttwv2026-card {
    min-height: 238px;
    padding: 22px 15px 20px;
    border-radius: 18px;
  }

  .ttwv2026-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 17px;
    font-size: 22px;
  }

  .ttwv2026-card-title {
    font-size: 16px;
  }

  .ttwv2026-card-text {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .ttwv2026-container {
    padding: 0 12px;
  }

  .ttwv2026-title {
    max-width: 350px;
    font-size: 26px;
  }

  .ttwv2026-intro {
    margin-top: 12px;
    font-size: 13.5px;
    line-height: 1.54;
  }

  .ttwv2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .ttwv2026-card {
    min-height: 228px;
    padding: 19px 12px 18px;
    border-radius: 16px;
  }

  .ttwv2026-icon {
    width: 49px;
    height: 49px;
    margin-bottom: 14px;
    border-radius: 15px;
    font-size: 20px;
  }

  .ttwv2026-card-title {
    font-size: 15px;
  }

  .ttwv2026-card-text {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.45;
  }
}

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

  .ttwv2026-container {
    padding: 0 10px;
  }

  .ttwv2026-title {
    max-width: 300px;
    font-size: 23px;
  }

  .ttwv2026-intro {
    margin-top: 10px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .ttwv2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .ttwv2026-card {
    min-height: 218px;
    padding: 17px 10px 16px;
    border-radius: 14px;
  }

  .ttwv2026-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
    border-radius: 14px;
    font-size: 18px;
  }

  .ttwv2026-card-title {
    font-size: 14px;
  }

  .ttwv2026-card-text {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.42;
  }
}