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

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

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

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

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

.ttkfv26-section-tint {
  background:
    radial-gradient(circle at 12% 8%, rgba(37, 244, 238, 0.16), transparent 32%),
    radial-gradient(circle at 88% 18%, rgba(254, 44, 85, 0.12), transparent 34%),
    linear-gradient(180deg, #fff7f9 0%, #f6fffe 100%);
}

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

.ttkfv26-heading {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
  color: #11181c;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.ttkfv26-intro {
  margin: 14px auto 0;
  max-width: 760px;
  text-align: center;
  color: #56656c;
  font-weight: 450;
  line-height: 1.7;
}

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

.ttkfv26-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    linear-gradient(135deg, rgba(37, 244, 238, 0.08), rgba(254, 44, 85, 0.07));
  border: 1px solid rgba(17, 24, 28, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(15, 23, 28, 0.08);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.ttkfv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(37, 244, 238, 0.14), transparent 42%, rgba(254, 44, 85, 0.12));
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.ttkfv26-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(254, 44, 85, 0.26);
  box-shadow: 0 24px 58px rgba(254, 44, 85, 0.13), 0 12px 30px rgba(37, 244, 238, 0.1);
}

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

.ttkfv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  color: #ffffff;
  background: linear-gradient(135deg, #11181c 0%, #25f4ee 48%, #fe2c55 100%);
  box-shadow: 0 14px 26px rgba(254, 44, 85, 0.18);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.ttkfv26-card:hover .ttkfv26-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(37, 244, 238, 0.22);
}

.ttkfv26-i {
  display: block;
  line-height: 1;
  color: #ffffff;
}

.ttkfv26-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  text-align: center;
  color: #121b20;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.ttkfv26-card-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
  color: #617078;
  font-weight: 450;
  line-height: 1.62;
}

.ttkfv26-card.ttkfv26-reveal {
  opacity: 1;
  transform: translateY(0);
}

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

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

  .ttkfv26-heading {
    font-size: 44px;
  }

  .ttkfv26-intro {
    font-size: 17px;
    margin-bottom: 40px;
  }

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

  .ttkfv26-grid {
    gap: 26px;
  }

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

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

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

  .ttkfv26-card-title {
    font-size: 21px;
    margin-bottom: 13px;
  }

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

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

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

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

  .ttkfv26-heading {
    font-size: 36px;
  }

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

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

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

  .ttkfv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
  }

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

  .ttkfv26-card-title {
    font-size: 19px;
    margin-bottom: 12px;
  }

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

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

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

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

  .ttkfv26-intro {
    font-size: 14.5px;
    line-height: 1.62;
    margin-bottom: 25px;
  }

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

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

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

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

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

  .ttkfv26-card-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .ttkfv26-container {
    padding: 0 13px;
  }

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

  .ttkfv26-intro {
    font-size: 13.5px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

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

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

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

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

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

  .ttkfv26-card-text {
    font-size: 12.4px;
    line-height: 1.45;
  }
}

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

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

  .ttkfv26-heading {
    font-size: 22px;
    max-width: 310px;
    line-height: 1.12;
  }

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

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

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

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

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

  .ttkfv26-card-title {
    font-size: 13.5px;
    line-height: 1.18;
    margin-bottom: 7px;
  }

  .ttkfv26-card-text {
    font-size: 11.8px;
    line-height: 1.42;
  }
}