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

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

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

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

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

.tbv2026-section-tint {
  background: linear-gradient(180deg, #f7fffb 0%, #fff7fb 100%);
}

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

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

.tbv2026-heading {
  margin: 0 auto;
  color: #10181c;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.12;
}

.tbv2026-intro {
  margin-left: auto;
  margin-right: auto;
  color: #5f6b70;
  line-height: 1.68;
  max-width: 760px;
}

.tbv2026-grid {
  display: grid !important;
  align-items: stretch !important;
}

.tbv2026-card {
  position: relative;
  height: 100% !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
  border: 1px solid #d9efea;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(13, 108, 92, 0.1);
  overflow: hidden;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.tbv2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(22, 211, 174, 0.14), transparent 42%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.tbv2026-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: #20c7a4;
  box-shadow: 0 24px 56px rgba(13, 108, 92, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f5fffc 100%);
}

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

.tbv2026-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #11c5a4 0%, #ff2f7d 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 47, 125, 0.2);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.tbv2026-card:hover .tbv2026-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(17, 197, 164, 0.26);
}

.tbv2026-i {
  display: inline-block;
  line-height: 1;
}

.tbv2026-card h3 {
  position: relative;
  margin: 0;
  color: #142126;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.22;
}

.tbv2026-card p {
  position: relative;
  margin: 0 auto;
  color: #607076;
  line-height: 1.62;
}

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

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

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

  .tbv2026-intro {
    font-size: 17px;
    margin-top: 18px;
    margin-bottom: 42px;
  }

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

  .tbv2026-grid {
    gap: 26px;
  }

  .tbv2026-card {
    min-height: 300px;
    padding: 38px 30px 32px;
  }

  .tbv2026-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 26px;
    font-size: 28px;
  }

  .tbv2026-card h3 {
    font-size: 21px;
    margin-bottom: 14px;
  }

  .tbv2026-card p {
    font-size: 15.5px;
    max-width: 300px;
  }
}

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

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

  .tbv2026-heading {
    font-size: 34px;
    max-width: 760px;
  }

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

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

  .tbv2026-card {
    min-height: 270px;
    padding: 32px 24px 28px;
    border-radius: 20px;
  }

  .tbv2026-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    font-size: 25px;
  }

  .tbv2026-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

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

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

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

  .tbv2026-heading {
    font-size: 27px;
    max-width: 460px;
  }

  .tbv2026-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-top: 12px;
    margin-bottom: 24px;
  }

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

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

  .tbv2026-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    font-size: 20px;
  }

  .tbv2026-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .tbv2026-card p {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

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

  .tbv2026-heading {
    font-size: 24px;
    max-width: 360px;
  }

  .tbv2026-intro {
    font-size: 13.5px;
    line-height: 1.52;
    margin-top: 10px;
    margin-bottom: 20px;
  }

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

  .tbv2026-card {
    min-height: 224px;
    padding: 20px 11px 18px;
    border-radius: 15px;
  }

  .tbv2026-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    font-size: 18px;
  }

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

  .tbv2026-card p {
    font-size: 12.5px;
    line-height: 1.45;
  }
}

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

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

  .tbv2026-heading {
    font-size: 21px;
    max-width: 310px;
  }

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

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

  .tbv2026-card {
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  .tbv2026-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    font-size: 17px;
  }

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

  .tbv2026-card p {
    font-size: 11.8px;
    line-height: 1.42;
  }
}