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

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

.ttbv-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  --ttbv-primary: #00a884;
  --ttbv-secondary: #ff3b6b;
  --ttbv-accent: #111827;
  --ttbv-soft: #f2fbf8;
  --ttbv-text: #18212f;
  --ttbv-muted: #5d6878;
  --ttbv-border: rgba(0, 168, 132, 0.18);
  --ttbv-shadow: rgba(17, 24, 39, 0.09);
  --ttbv-glow: rgba(255, 59, 107, 0.18);
  background: #ffffff;
  color: var(--ttbv-text);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.ttbv-section {
  width: 100% !important;
  text-align: center;
  overflow: hidden;
}

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

.ttbv-section-tint {
  background:
    radial-gradient(circle at 20% 10%, rgba(0, 168, 132, 0.08), transparent 32%),
    radial-gradient(circle at 85% 25%, rgba(255, 59, 107, 0.07), transparent 30%),
    var(--ttbv-soft);
}

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

.ttbv-wrap h2 {
  margin: 0 auto;
  max-width: 980px;
  color: var(--ttbv-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.ttbv-intro {
  margin: 0 auto;
  max-width: 780px;
  color: var(--ttbv-muted);
  font-weight: 400;
  text-align: center;
}

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

.ttbv-card {
  position: relative;
  display: block;
  height: 100%;
  min-width: 0;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  border: 1px solid var(--ttbv-border);
  box-shadow: 0 18px 42px var(--ttbv-shadow);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.ttbv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 168, 132, 0.08), rgba(255, 59, 107, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.ttbv-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(255, 59, 107, 0.34);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.13), 0 0 0 4px var(--ttbv-glow);
}

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

.ttbv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--ttbv-primary), var(--ttbv-secondary));
  box-shadow: 0 14px 30px rgba(0, 168, 132, 0.22);
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.ttbv-card:hover .ttbv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(255, 59, 107, 0.25);
}

.ttbv-i {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.ttbv-card h3,
.ttbv-card p {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ttbv-card h3 {
  margin: 0;
  color: var(--ttbv-text);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.ttbv-card p {
  margin: 0 auto;
  color: var(--ttbv-muted);
  font-weight: 400;
  line-height: 1.55;
}

.ttbv-wrap .fa-eye::before { content: "\f06e"; }
.ttbv-wrap .fa-globe::before { content: "\f0ac"; }
.ttbv-wrap .fa-video::before { content: "\f03d"; }
.ttbv-wrap .fa-hashtag::before { content: "\23"; }
.ttbv-wrap .fa-user::before { content: "\f007"; }
.ttbv-wrap .fa-shield-halved::before { content: "\f3ed"; }
.ttbv-wrap .fa-magnifying-glass::before { content: "\f002"; }
.ttbv-wrap .fa-filter::before { content: "\f0b0"; }
.ttbv-wrap .fa-circle-play::before { content: "\f144"; }
.ttbv-wrap .fa-chart-line::before { content: "\f201"; }
.ttbv-wrap .fa-bookmark::before { content: "\f02e"; }
.ttbv-wrap .fa-gauge-high::before { content: "\f625"; }
.ttbv-wrap .fa-lightbulb::before { content: "\f0eb"; }
.ttbv-wrap .fa-bullseye::before { content: "\f140"; }
.ttbv-wrap .fa-layer-group::before { content: "\f5fd"; }
.ttbv-wrap .fa-clock::before { content: "\f017"; }
.ttbv-wrap .fa-share-nodes::before { content: "\f1e0"; }
.ttbv-wrap .fa-circle-check::before { content: "\f058"; }

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

.ttbv-wrap.ttbv-js-enabled .ttbv-card.ttbv-revealed {
  opacity: 1;
  transform: translateY(0);
}

.ttbv-wrap.ttbv-js-enabled .ttbv-card.ttbv-revealed:hover {
  transform: translateY(-8px) scale(1.01);
}

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

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

  .ttbv-wrap h2 {
    font-size: 42px;
    white-space: nowrap;
  }

  .ttbv-intro {
    margin-top: 16px;
    font-size: 17px;
  }

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

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

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

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

  .ttbv-card h3 {
    font-size: 21px;
  }

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

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

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

  .ttbv-wrap h2 {
    font-size: 34px;
  }

  .ttbv-intro {
    margin-top: 14px;
    font-size: 16px;
  }

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

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

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

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

  .ttbv-card h3 {
    font-size: 19px;
  }

  .ttbv-card p {
    margin-top: 11px;
    font-size: 14.5px;
  }
}

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

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

  .ttbv-wrap h2 {
    font-size: 27px;
  }

  .ttbv-intro {
    margin-top: 12px;
    font-size: 14.5px;
  }

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

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

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

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

  .ttbv-card h3 {
    font-size: 16px;
  }

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

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

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

  .ttbv-wrap h2 {
    font-size: 24px;
  }

  .ttbv-intro {
    margin-top: 10px;
    font-size: 13.5px;
  }

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

  .ttbv-card {
    min-height: 220px;
    padding: 20px 11px 18px;
    border-radius: 14px;
  }

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

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

  .ttbv-card h3 {
    font-size: 14.5px;
  }

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

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

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

  .ttbv-wrap h2 {
    font-size: 21px;
  }

  .ttbv-intro {
    margin-top: 9px;
    font-size: 12.75px;
  }

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

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

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

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

  .ttbv-card h3 {
    font-size: 13.5px;
  }

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

@media (max-width: 319px) {
  .ttbv-grid {
    grid-template-columns: 1fr;
  }
}