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

.tnvw2026-wrapper,
.tnvw2026-wrapper * {
  box-sizing: border-box;
}

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

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

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

.tnvw2026-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(0, 242, 234, 0.15), transparent 34%),
    linear-gradient(180deg, #f6fffe 0%, #fff7fb 100%);
}

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

.tnvw2026-wrapper h2,
.tnvw2026-wrapper h3,
.tnvw2026-wrapper p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tnvw2026-wrapper h2 {
  color: #11191d;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: 0;
  margin-top: 0;
}

.tnvw2026-intro {
  color: #5b6971;
  line-height: 1.65;
  max-width: 760px;
  margin-top: 0;
}

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

.tnvw2026-card {
  position: relative;
  height: 100%;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(0, 242, 234, 0.45), rgba(255, 0, 80, 0.36)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 18px 45px rgba(20, 35, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

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

.tnvw2026-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 26px 60px rgba(255, 0, 80, 0.16), 0 14px 36px rgba(0, 242, 234, 0.14);
}

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

.tnvw2026-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #00cfc7 0%, #11191d 46%, #ff2d68 100%);
  box-shadow: 0 16px 30px rgba(255, 0, 80, 0.18);
  transition: transform 260ms ease, box-shadow 260ms ease, background-position 260ms ease;
  background-size: 160% 160%;
}

.tnvw2026-card:hover .tnvw2026-icon {
  transform: translateY(-4px);
  background-position: 100% 50%;
  box-shadow: 0 20px 36px rgba(0, 242, 234, 0.22);
}

.tnvw2026-i {
  display: block;
  line-height: 1;
  text-align: center;
}

.tnvw2026-card h3 {
  position: relative;
  color: #162024;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  margin-bottom: 0;
}

.tnvw2026-card p {
  position: relative;
  color: #617078;
  line-height: 1.58;
  margin-bottom: 0;
}

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

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

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

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

  .tnvw2026-wrapper h2 {
    font-size: 38px;
    margin-bottom: 14px;
    white-space: nowrap;
  }

  .tnvw2026-intro {
    font-size: 17px;
    margin-bottom: 38px;
  }

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

  .tnvw2026-grid {
    gap: 24px;
  }

  .tnvw2026-card {
    min-height: 294px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }

  .tnvw2026-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .tnvw2026-i {
    font-size: 29px;
  }

  .tnvw2026-card h3 {
    font-size: 21px;
    margin-top: 0;
  }

  .tnvw2026-card p {
    font-size: 15.5px;
    margin-top: 13px;
  }
}

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

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

  .tnvw2026-wrapper h2 {
    font-size: 32px;
    margin-bottom: 12px;
  }

  .tnvw2026-intro {
    font-size: 16px;
    margin-bottom: 30px;
  }

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

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

  .tnvw2026-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 21px;
  }

  .tnvw2026-i {
    font-size: 26px;
  }

  .tnvw2026-card h3 {
    font-size: 19px;
    margin-top: 0;
  }

  .tnvw2026-card p {
    font-size: 15px;
    margin-top: 12px;
  }
}

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

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

  .tnvw2026-wrapper h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

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

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

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

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

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

  .tnvw2026-card h3 {
    font-size: 16px;
    margin-top: 0;
  }

  .tnvw2026-card p {
    font-size: 13px;
    line-height: 1.48;
    margin-top: 9px;
  }
}

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

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

  .tnvw2026-wrapper h2 {
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 9px;
  }

  .tnvw2026-intro {
    font-size: 13.5px;
    line-height: 1.48;
    margin-bottom: 18px;
  }

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

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

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

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

  .tnvw2026-card h3 {
    font-size: 15px;
    line-height: 1.22;
    margin-top: 0;
  }

  .tnvw2026-card p {
    font-size: 12.5px;
    line-height: 1.42;
    margin-top: 8px;
  }
}

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

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

  .tnvw2026-wrapper h2 {
    font-size: 20px;
    line-height: 1.18;
    margin-bottom: 8px;
  }

  .tnvw2026-intro {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 16px;
  }

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

  .tnvw2026-card {
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }

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

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

  .tnvw2026-card h3 {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 0;
  }

  .tnvw2026-card p {
    font-size: 12px;
    line-height: 1.38;
    margin-top: 7px;
  }
}