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

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

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

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

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

.tkv26-section-tint {
  background: linear-gradient(180deg, #fff7f9 0%, #f4fffe 100%);
}

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

.tkv26-heading,
.tkv26-intro,
.tkv26-card,
.tkv26-card h3,
.tkv26-card p {
  text-align: center !important;
}

.tkv26-heading {
  margin: 0 auto;
  color: #101821;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.tkv26-intro {
  margin-left: auto;
  margin-right: auto;
  color: #5e6875;
  line-height: 1.65;
  max-width: 760px;
}

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

.tkv26-card {
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  background: linear-gradient(180deg, #ffffff 0%, #fffefe 100%);
  border: 1px solid rgba(19, 31, 43, 0.09);
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(20, 23, 31, 0.08);
  overflow: hidden;
  transition: transform 320ms ease, box-shadow 320ms ease, border-color 320ms ease, background 320ms ease;
}

.tkv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(254, 44, 85, 0.11), transparent 42%), radial-gradient(circle at 50% 100%, rgba(37, 244, 238, 0.1), transparent 44%);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}

.tkv26-card-tint {
  background: linear-gradient(180deg, #ffffff 0%, #fff9fb 100%);
}

.tkv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #fe2c55 0%, #111827 52%, #25f4ee 100%);
  box-shadow: 0 14px 28px rgba(254, 44, 85, 0.18);
  transition: transform 320ms ease, box-shadow 320ms ease, background-position 320ms ease;
  background-size: 160% 160%;
}

.tkv26-i {
  color: #ffffff;
  line-height: 1;
}

.tkv26-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #121a24;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.tkv26-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #66717e;
  line-height: 1.62;
}

.tkv26-card:hover {
  transform: translateY(-8px) scale(1.012);
  border-color: rgba(254, 44, 85, 0.28);
  box-shadow: 0 26px 60px rgba(16, 24, 32, 0.14), 0 0 0 4px rgba(37, 244, 238, 0.08);
}

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

.tkv26-card:hover .tkv26-icon {
  transform: translateY(-3px);
  background-position: 100% 50%;
  box-shadow: 0 18px 34px rgba(37, 244, 238, 0.18), 0 12px 28px rgba(254, 44, 85, 0.16);
}

.tkv26-card.tkv26-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.tkv26-card.tkv26-visible {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .tkv26-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .tkv26-intro {
    margin-top: 16px;
    margin-bottom: 38px;
    font-size: 17px;
  }

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

  .tkv26-grid {
    gap: 24px;
  }

  .tkv26-card {
    min-height: 296px;
    padding: 34px 28px 30px;
  }

  .tkv26-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

  .tkv26-i {
    font-size: 30px;
  }

  .tkv26-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

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

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

  .tkv26-container {
    padding: 0 22px;
  }

  .tkv26-heading {
    font-size: 34px;
  }

  .tkv26-intro {
    margin-top: 14px;
    margin-bottom: 30px;
    font-size: 16px;
  }

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

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

  .tkv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    border-radius: 17px;
  }

  .tkv26-i {
    font-size: 27px;
  }

  .tkv26-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

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

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

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

  .tkv26-heading {
    font-size: 28px;
    max-width: 430px;
  }

  .tkv26-intro {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 14.5px;
  }

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

  .tkv26-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

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

  .tkv26-i {
    font-size: 22px;
  }

  .tkv26-card h3 {
    font-size: 16.5px;
    margin-bottom: 9px;
  }

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

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

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

  .tkv26-heading {
    font-size: 25px;
    max-width: 350px;
  }

  .tkv26-intro {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 13.8px;
    line-height: 1.55;
  }

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

  .tkv26-card {
    min-height: 222px;
    padding: 19px 11px 18px;
    border-radius: 15px;
  }

  .tkv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .tkv26-i {
    font-size: 20px;
  }

  .tkv26-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .tkv26-card p {
    font-size: 12.4px;
    line-height: 1.45;
  }
}

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

  .tkv26-container {
    padding: 0 9px;
  }

  .tkv26-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .tkv26-intro {
    margin-top: 9px;
    margin-bottom: 18px;
    font-size: 12.8px;
    line-height: 1.5;
  }

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

  .tkv26-card {
    min-height: 214px;
    padding: 17px 8px 16px;
    border-radius: 14px;
  }

  .tkv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .tkv26-i {
    font-size: 18px;
  }

  .tkv26-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .tkv26-card p {
    font-size: 11.7px;
    line-height: 1.4;
  }
}

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

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

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

  .tkv26-intro {
    font-size: 12.5px;
    margin: 9px auto 18px;
  }

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

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

  .tkv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .tkv26-i {
    font-size: 18px;
  }

  .tkv26-card h3 {
    font-size: 14.5px;
    margin-bottom: 7px;
  }

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