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

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

.tkbv-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #182025;
  font-family: Arial, Helvetica, sans-serif;
}

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

.tkbv-wrapper .tkbv-section-white {
  background: #ffffff;
}

.tkbv-wrapper .tkbv-section-tint {
  background: linear-gradient(180deg, #f6fbfa 0%, #eef8f6 100%);
}

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

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

.tkbv-wrapper .tkbv-heading {
  margin: 0 auto;
  color: #12191d;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.tkbv-wrapper .tkbv-heading span {
  color: #00a39b;
}

.tkbv-wrapper .tkbv-intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: #536066;
  line-height: 1.7;
}

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

.tkbv-wrapper .tkbv-card {
  position: relative;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d8ece9;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(0, 71, 67, 0.09);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.tkbv-wrapper .tkbv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 47, 105, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(0, 163, 155, 0.08), rgba(18, 25, 29, 0));
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.tkbv-wrapper .tkbv-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: rgba(0, 163, 155, 0.42);
  box-shadow: 0 24px 58px rgba(0, 71, 67, 0.15);
}

.tkbv-wrapper .tkbv-card:hover::before {
  opacity: 1;
}

.tkbv-wrapper .tkbv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, #00a39b 0%, #ff2f69 100%);
  box-shadow: 0 14px 30px rgba(0, 163, 155, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tkbv-wrapper .tkbv-card:hover .tkbv-icon {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(255, 47, 105, 0.22);
}

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

.tkbv-wrapper .tkbv-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #141c20;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.tkbv-wrapper .tkbv-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #556269;
  line-height: 1.58;
}

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

  .tkbv-wrapper .tkbv-container {
    padding: 0 28px;
  }

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

  .tkbv-wrapper .tkbv-heading span {
    display: inline;
  }

  .tkbv-wrapper .tkbv-intro {
    font-size: 17px;
  }

  .tkbv-wrapper .tkbv-grid {
    gap: 26px;
    margin-top: 42px;
  }

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

  .tkbv-wrapper .tkbv-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tkbv-wrapper .tkbv-card {
    min-height: 292px;
    padding: 34px 26px 30px;
  }

  .tkbv-wrapper .tkbv-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .tkbv-wrapper .tkbv-i {
    font-size: 28px;
  }

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

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

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

  .tkbv-wrapper .tkbv-container {
    padding: 0 24px;
  }

  .tkbv-wrapper .tkbv-heading {
    font-size: 34px;
  }

  .tkbv-wrapper .tkbv-heading span {
    display: inline;
  }

  .tkbv-wrapper .tkbv-intro {
    font-size: 16px;
  }

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

  .tkbv-wrapper .tkbv-card {
    min-height: 268px;
    padding: 30px 22px 26px;
    border-radius: 16px;
  }

  .tkbv-wrapper .tkbv-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
  }

  .tkbv-wrapper .tkbv-i {
    font-size: 25px;
  }

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

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

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

  .tkbv-wrapper .tkbv-container {
    padding: 0 16px;
  }

  .tkbv-wrapper .tkbv-heading {
    font-size: 27px;
  }

  .tkbv-wrapper .tkbv-heading span {
    display: block;
  }

  .tkbv-wrapper .tkbv-intro {
    font-size: 14px;
    line-height: 1.58;
  }

  .tkbv-wrapper .tkbv-grid,
  .tkbv-wrapper .tkbv-grid-3,
  .tkbv-wrapper .tkbv-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

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

  .tkbv-wrapper .tkbv-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
  }

  .tkbv-wrapper .tkbv-i {
    font-size: 21px;
  }

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

  .tkbv-wrapper .tkbv-card p {
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .tkbv-wrapper .tkbv-container {
    padding: 0 12px;
  }

  .tkbv-wrapper .tkbv-heading {
    font-size: 24px;
  }

  .tkbv-wrapper .tkbv-heading span {
    display: block;
  }

  .tkbv-wrapper .tkbv-intro {
    font-size: 13.5px;
    line-height: 1.54;
  }

  .tkbv-wrapper .tkbv-grid,
  .tkbv-wrapper .tkbv-grid-3,
  .tkbv-wrapper .tkbv-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .tkbv-wrapper .tkbv-card {
    min-height: 224px;
    padding: 19px 12px 18px;
    border-radius: 13px;
  }

  .tkbv-wrapper .tkbv-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .tkbv-wrapper .tkbv-i {
    font-size: 19px;
  }

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

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

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

  .tkbv-wrapper .tkbv-container {
    padding: 0 10px;
  }

  .tkbv-wrapper .tkbv-heading {
    font-size: 21px;
  }

  .tkbv-wrapper .tkbv-heading span {
    display: block;
  }

  .tkbv-wrapper .tkbv-intro {
    font-size: 12.8px;
    line-height: 1.5;
  }

  .tkbv-wrapper .tkbv-grid,
  .tkbv-wrapper .tkbv-grid-3,
  .tkbv-wrapper .tkbv-grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .tkbv-wrapper .tkbv-card {
    min-height: 214px;
    padding: 17px 10px 16px;
    border-radius: 12px;
  }

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

  .tkbv-wrapper .tkbv-i {
    font-size: 17px;
  }

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

  .tkbv-wrapper .tkbv-card p {
    font-size: 11.6px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .tkbv-wrapper .tkbv-grid,
  .tkbv-wrapper .tkbv-grid-3,
  .tkbv-wrapper .tkbv-grid-4 {
    grid-template-columns: 1fr;
  }
}

.tkbv-wrapper .tkbv-card {
  opacity: 1;
  transform: translateY(0);
}

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

.tkbv-wrapper.tkbv-js-ready .tkbv-card.tkbv-show {
  opacity: 1;
  transform: translateY(0);
}