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

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

.taviewer26 {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #162026;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.taviewer26 .taviewer26-section {
  width: 100% !important;
  overflow: hidden;
}

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

.taviewer26 .taviewer26-section-tint {
  background:
    radial-gradient(circle at 18% 8%, rgba(0, 242, 234, 0.12), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(255, 0, 80, 0.10), transparent 32%),
    #f7fbfb;
}

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

.taviewer26 .taviewer26-heading,
.taviewer26 .taviewer26-intro,
.taviewer26 .taviewer26-card-title,
.taviewer26 .taviewer26-card-text {
  text-align: center !important;
}

.taviewer26 .taviewer26-heading {
  margin: 0 auto;
  color: #11181d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.taviewer26 .taviewer26-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #526069;
  line-height: 1.65;
  font-weight: 450;
}

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

.taviewer26 .taviewer26-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  border: 1px solid rgba(20, 33, 40, 0.10);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(11, 25, 31, 0.08);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.taviewer26 .taviewer26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.14), rgba(255, 0, 80, 0.12));
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.taviewer26 .taviewer26-card-soft {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(250, 254, 254, 0.96)),
    #ffffff;
}

.taviewer26 .taviewer26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  text-align: center !important;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.18), rgba(255, 0, 80, 0.16)),
    #ffffff;
  border: 1px solid rgba(0, 242, 234, 0.24);
  box-shadow: 0 14px 30px rgba(255, 0, 80, 0.10);
  color: #10191f;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease;
}

.taviewer26 .taviewer26-i {
  display: block;
  text-align: center !important;
  background: linear-gradient(135deg, #00cfc8 0%, #11181d 48%, #ff2f68 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.taviewer26 .taviewer26-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #162026;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.taviewer26 .taviewer26-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #596873;
  line-height: 1.58;
  font-weight: 430;
}

.taviewer26 .taviewer26-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(0, 207, 200, 0.38);
  box-shadow: 0 24px 62px rgba(12, 28, 34, 0.14), 0 0 0 1px rgba(255, 0, 80, 0.08);
}

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

.taviewer26 .taviewer26-card:hover .taviewer26-icon {
  transform: translateY(-4px);
  border-color: rgba(255, 0, 80, 0.34);
  box-shadow: 0 18px 38px rgba(0, 207, 200, 0.18);
}

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

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

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

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

  .taviewer26 .taviewer26-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

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

  .taviewer26 .taviewer26-grid {
    gap: 26px;
  }

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

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

  .taviewer26 .taviewer26-card {
    min-height: 300px;
    padding: 34px 26px 30px;
  }

  .taviewer26 .taviewer26-icon {
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
    border-radius: 22px;
  }

  .taviewer26 .taviewer26-i {
    font-size: 31px;
  }

  .taviewer26 .taviewer26-card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .taviewer26 .taviewer26-card-text {
    font-size: 15px;
  }
}

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

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

  .taviewer26 .taviewer26-heading {
    font-size: 35px;
    max-width: 760px;
  }

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

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

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

  .taviewer26 .taviewer26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .taviewer26 .taviewer26-i {
    font-size: 28px;
  }

  .taviewer26 .taviewer26-card-title {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .taviewer26 .taviewer26-card-text {
    font-size: 14.5px;
  }
}

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

  .taviewer26 .taviewer26-container {
    padding: 0 18px;
  }

  .taviewer26 .taviewer26-heading {
    font-size: 29px;
    max-width: 520px;
  }

  .taviewer26 .taviewer26-intro {
    font-size: 14.5px;
    line-height: 1.55;
    margin-bottom: 24px;
  }

  .taviewer26 .taviewer26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px;
  }

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

  .taviewer26 .taviewer26-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    border-radius: 17px;
  }

  .taviewer26 .taviewer26-i {
    font-size: 23px;
  }

  .taviewer26 .taviewer26-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .taviewer26 .taviewer26-card-text {
    font-size: 13px;
    line-height: 1.48;
  }
}

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

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

  .taviewer26 .taviewer26-heading {
    font-size: 25px;
    max-width: 360px;
  }

  .taviewer26 .taviewer26-intro {
    font-size: 13.5px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

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

  .taviewer26 .taviewer26-card {
    min-height: 226px;
    padding: 18px 12px 16px;
    border-radius: 16px;
  }

  .taviewer26 .taviewer26-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 13px;
    border-radius: 15px;
  }

  .taviewer26 .taviewer26-i {
    font-size: 21px;
  }

  .taviewer26 .taviewer26-card-title {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .taviewer26 .taviewer26-card-text {
    font-size: 12.2px;
    line-height: 1.42;
  }
}

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

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

  .taviewer26 .taviewer26-heading {
    font-size: 22px;
    max-width: 310px;
  }

  .taviewer26 .taviewer26-intro {
    font-size: 12.8px;
    line-height: 1.45;
    margin-bottom: 18px;
  }

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

  .taviewer26 .taviewer26-card {
    min-height: 216px;
    padding: 16px 9px 14px;
    border-radius: 14px;
  }

  .taviewer26 .taviewer26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .taviewer26 .taviewer26-i {
    font-size: 19px;
  }

  .taviewer26 .taviewer26-card-title {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .taviewer26 .taviewer26-card-text {
    font-size: 11.5px;
    line-height: 1.38;
  }
}

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

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

  .taviewer26 .taviewer26-heading {
    font-size: 21px;
  }

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

  .taviewer26 .taviewer26-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .taviewer26 .taviewer26-card {
    min-height: 210px;
    padding: 16px 12px;
  }

  .taviewer26 .taviewer26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }

  .taviewer26 .taviewer26-i {
    font-size: 19px;
  }

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

  .taviewer26 .taviewer26-card-text {
    font-size: 12px;
  }
}