@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');

.tsvx26-wrap,
.tsvx26-wrap * {
  box-sizing: border-box;
}

.tsvx26-wrap {
  --tsvx-primary: #ff2d55;
  --tsvx-secondary: #00d4ff;
  --tsvx-accent: #111827;
  --tsvx-tint: #f7fbfc;
  --tsvx-text: #1a1f2e;
  --tsvx-muted: #667085;
  --tsvx-border: rgba(255, 45, 85, 0.16);
  --tsvx-shadow: rgba(12, 18, 30, 0.11);
  --tsvx-glow: rgba(0, 212, 255, 0.22);
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  background: #ffffff;
  color: var(--tsvx-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.tsvx26-section {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  overflow: hidden;
}

.tsvx26-white {
  background: #ffffff;
}

.tsvx26-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 212, 255, 0.12), transparent 34%),
    linear-gradient(180deg, #f7fbfc 0%, #fff7fa 100%);
}

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

.tsvx26-wrap h2,
.tsvx26-wrap h3,
.tsvx26-wrap p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.tsvx26-wrap h2 {
  max-width: 980px;
  margin-top: 0;
  margin-bottom: 14px;
  color: var(--tsvx-text);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.tsvx26-intro {
  max-width: 760px;
  margin-top: 0;
  color: var(--tsvx-muted);
  line-height: 1.7;
  font-weight: 450;
}

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

.tsvx26-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--tsvx-border);
  border-radius: 22px;
  box-shadow: 0 18px 42px var(--tsvx-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.tsvx26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 45, 85, 0.09), rgba(0, 212, 255, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.tsvx26-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(255, 45, 85, 0.32);
  box-shadow: 0 24px 54px rgba(12, 18, 30, 0.15), 0 0 0 5px var(--tsvx-glow);
}

.tsvx26-card:hover::before {
  opacity: 1;
}

.tsvx26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--tsvx-primary), var(--tsvx-secondary));
  box-shadow: 0 14px 28px rgba(255, 45, 85, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tsvx26-card:hover .tsvx26-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(0, 212, 255, 0.25);
}

.tsvx26-i {
  line-height: 1;
}

.tsvx26-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--tsvx-text);
  font-weight: 760;
  line-height: 1.24;
  letter-spacing: 0;
}

.tsvx26-card p {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--tsvx-muted);
  line-height: 1.62;
  font-weight: 430;
}

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

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

  .tsvx26-wrap h2 {
    font-size: 44px;
  }

  .tsvx26-intro {
    margin-bottom: 42px;
    font-size: 17px;
  }

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

  .tsvx26-grid {
    gap: 26px;
  }

  .tsvx26-card {
    min-height: 292px;
    padding: 34px 28px 30px;
  }

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

  .tsvx26-card h3 {
    font-size: 21px;
  }

  .tsvx26-card p {
    font-size: 15.5px;
  }
}

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

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

  .tsvx26-wrap h2 {
    max-width: 720px;
    font-size: 36px;
  }

  .tsvx26-intro {
    margin-bottom: 34px;
    font-size: 16px;
  }

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

  .tsvx26-card {
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

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

  .tsvx26-card h3 {
    font-size: 19px;
  }

  .tsvx26-card p {
    font-size: 15px;
  }
}

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

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

  .tsvx26-wrap h2 {
    max-width: 390px;
    font-size: 29px;
  }

  .tsvx26-intro {
    max-width: 410px;
    margin-bottom: 26px;
    font-size: 14.5px;
    line-height: 1.58;
  }

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

  .tsvx26-card {
    min-height: 226px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

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

  .tsvx26-card h3 {
    font-size: 16px;
  }

  .tsvx26-card p {
    font-size: 13.2px;
    line-height: 1.5;
  }
}

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

  .tsvx26-container {
    padding: 0 14px;
  }

  .tsvx26-wrap h2 {
    max-width: 340px;
    font-size: 26px;
  }

  .tsvx26-intro {
    max-width: 350px;
    margin-bottom: 22px;
    font-size: 13.5px;
    line-height: 1.55;
  }

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

  .tsvx26-card {
    min-height: 218px;
    padding: 20px 12px 18px;
    border-radius: 15px;
  }

  .tsvx26-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    border-radius: 14px;
    font-size: 20px;
  }

  .tsvx26-card h3 {
    font-size: 15px;
  }

  .tsvx26-card p {
    font-size: 12.6px;
    line-height: 1.48;
  }
}

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

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

  .tsvx26-wrap h2 {
    max-width: 300px;
    font-size: 23px;
  }

  .tsvx26-intro {
    max-width: 300px;
    margin-bottom: 20px;
    font-size: 12.8px;
    line-height: 1.5;
  }

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

  .tsvx26-card {
    min-height: 212px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  .tsvx26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 13px;
    font-size: 18px;
  }

  .tsvx26-card h3 {
    font-size: 14px;
  }

  .tsvx26-card p {
    font-size: 12px;
    line-height: 1.44;
  }
}

@media (max-width: 319px) {
  .tsvx26-section {
    padding: 38px 0;
  }

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

  .tsvx26-wrap h2 {
    font-size: 22px;
  }

  .tsvx26-intro {
    margin-bottom: 18px;
    font-size: 12.5px;
  }

  .tsvx26-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tsvx26-card {
    min-height: 210px;
    padding: 18px 12px;
  }

  .tsvx26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 13px;
    font-size: 18px;
  }

  .tsvx26-card h3 {
    font-size: 14px;
  }

  .tsvx26-card p {
    font-size: 12px;
  }
}

.tsvx26-wrap .tsvx26-card {
  opacity: 1;
  transform: translateY(0);
}

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

.tsvx26-wrap.tsvx26-js .tsvx26-card.tsvx26-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}