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

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

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

.tkvv26-section {
  width: 100% !important;
}

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

.tkvv26-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.16), transparent 34%),
    linear-gradient(180deg, #f6fbfb 0%, #fff7f9 100%);
}

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

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

.tkvv26-title {
  margin: 0 auto;
  color: #11171a;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
}

.tkvv26-intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: #56646a;
  line-height: 1.7;
  font-weight: 450;
}

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

.tkvv26-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid rgba(22, 33, 38, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.12), transparent 38%);
  box-shadow: 0 18px 42px rgba(22, 33, 38, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 320ms ease;
  display: grid;
  justify-items: center;
  align-content: center;
}

.tkvv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.12), rgba(255, 0, 80, 0.1));
  transition: opacity 260ms ease;
}

.tkvv26-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(255, 0, 80, 0.34);
  box-shadow: 0 24px 58px rgba(255, 0, 80, 0.13), 0 14px 34px rgba(0, 242, 234, 0.1);
}

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

.tkvv26-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ffffff;
  text-align: center !important;
  background: linear-gradient(135deg, #00f2ea 0%, #11171a 48%, #ff0050 100%);
  box-shadow: 0 16px 34px rgba(255, 0, 80, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tkvv26-card:hover .tkvv26-icon {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 242, 234, 0.2), 0 14px 30px rgba(255, 0, 80, 0.18);
}

.tkvv26-i {
  display: block;
  line-height: 1;
  text-align: center !important;
}

.tkvv26-card-title {
  margin: 0;
  color: #11171a;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.tkvv26-card-text {
  margin: 0 auto;
  color: #5a686e;
  line-height: 1.58;
  font-weight: 450;
}

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

.tkvv26-wrap.tkvv26-ready .tkvv26-card.tkvv26-revealed {
  opacity: 1;
  transform: translateY(0);
}

.tkvv26-wrap.tkvv26-ready .tkvv26-card.tkvv26-revealed:hover {
  transform: translateY(-8px) scale(1.012);
}

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

  .tkvv26-container {
    padding: 0 28px !important;
  }

  .tkvv26-title {
    font-size: 42px;
    white-space: nowrap;
  }

  .tkvv26-intro {
    font-size: 17px;
  }

  .tkvv26-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }

  .tkvv26-card {
    min-height: 300px;
    padding: 34px 28px;
    border-radius: 24px;
  }

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

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

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

  .tkvv26-card-text {
    max-width: 285px;
    margin-top: 13px;
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tkvv26-section {
    padding: 70px 0 !important;
  }

  .tkvv26-container {
    padding: 0 24px !important;
  }

  .tkvv26-title {
    font-size: 34px;
  }

  .tkvv26-intro {
    font-size: 16px;
  }

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

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

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

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

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

  .tkvv26-card-text {
    margin-top: 11px;
    font-size: 15px;
  }
}

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

  .tkvv26-container {
    padding: 0 16px !important;
  }

  .tkvv26-title {
    font-size: 29px;
  }

  .tkvv26-intro {
    font-size: 14.5px;
    line-height: 1.6;
  }

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

  .tkvv26-card {
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 18px;
  }

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

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

  .tkvv26-card-title {
    font-size: 16.5px;
  }

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

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

  .tkvv26-container {
    padding: 0 12px !important;
  }

  .tkvv26-title {
    font-size: 26px;
  }

  .tkvv26-intro {
    font-size: 13.8px;
    line-height: 1.55;
  }

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

  .tkvv26-card {
    min-height: 226px;
    padding: 19px 11px;
    border-radius: 16px;
  }

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

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

  .tkvv26-card-title {
    font-size: 15.3px;
  }

  .tkvv26-card-text {
    margin-top: 8px;
    font-size: 12.6px;
    line-height: 1.44;
  }
}

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

  .tkvv26-container {
    padding: 0 10px !important;
  }

  .tkvv26-title {
    font-size: 23px;
  }

  .tkvv26-intro {
    font-size: 13px;
    line-height: 1.5;
  }

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

  .tkvv26-card {
    min-height: 218px;
    padding: 17px 9px;
    border-radius: 14px;
  }

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

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

  .tkvv26-card-title {
    font-size: 14.2px;
  }

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