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

.ttpv-section-wrap,
.ttpv-section-wrap * {
  box-sizing: border-box;
  min-width: 0;
}

.ttpv-section-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #172026;
  font-family: Arial, Helvetica, sans-serif;
}

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

.ttpv-section-wrap .ttpv-section-one,
.ttpv-section-wrap .ttpv-section-three {
  background: #ffffff;
}

.ttpv-section-wrap .ttpv-section-two {
  background:
    radial-gradient(circle at 20% 12%, rgba(0, 242, 234, 0.12), transparent 34%),
    radial-gradient(circle at 82% 88%, rgba(255, 0, 80, 0.10), transparent 32%),
    #f7fbfb;
}

.ttpv-section-wrap .ttpv-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}

.ttpv-section-wrap .ttpv-heading {
  margin: 0 auto;
  text-align: center;
  color: #11171c;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}

.ttpv-section-wrap .ttpv-intro {
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  color: #53616a;
  line-height: 1.7;
  font-weight: 400;
}

.ttpv-section-wrap .ttpv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}

.ttpv-section-wrap .ttpv-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  text-align: center;
  border: 1px solid rgba(17, 23, 28, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    #ffffff;
  box-shadow: 0 18px 48px rgba(12, 23, 29, 0.08);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    background 260ms ease;
  overflow: hidden;
}

.ttpv-section-wrap .ttpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(0, 242, 234, 0.10), rgba(255, 0, 80, 0.08));
  transition: opacity 260ms ease;
}

.ttpv-section-wrap .ttpv-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 190, 184, 0.34);
  box-shadow: 0 24px 62px rgba(255, 0, 80, 0.13), 0 10px 28px rgba(0, 190, 184, 0.12);
}

.ttpv-section-wrap .ttpv-card:hover::before {
  opacity: 1;
}

.ttpv-section-wrap .ttpv-card-alt {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 253, 253, 0.96)),
    #ffffff;
}

.ttpv-section-wrap .ttpv-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 1px solid rgba(0, 190, 184, 0.22);
  background:
    linear-gradient(135deg, rgba(0, 242, 234, 0.14), rgba(255, 0, 80, 0.10)),
    #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 12px 28px rgba(0, 190, 184, 0.12);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease;
}

.ttpv-section-wrap .ttpv-i {
  display: inline-block;
  color: #00a8a2;
  text-align: center;
  line-height: 1;
  transition: transform 260ms ease, color 260ms ease;
}

.ttpv-section-wrap .ttpv-card:hover .ttpv-icon {
  transform: translateY(-3px) scale(1.03);
  border-color: rgba(255, 0, 80, 0.26);
  box-shadow: 0 16px 34px rgba(255, 0, 80, 0.14), 0 10px 26px rgba(0, 190, 184, 0.14);
}

.ttpv-section-wrap .ttpv-card:hover .ttpv-i {
  color: #ff0050;
  transform: translateY(-2px);
}

.ttpv-section-wrap .ttpv-card-title {
  margin: 0 auto;
  text-align: center;
  color: #172026;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}

.ttpv-section-wrap .ttpv-card-text {
  margin: 0 auto;
  text-align: center;
  color: #59666f;
  line-height: 1.62;
  font-weight: 400;
}

.ttpv-section-wrap.ttpv-js-ready .ttpv-card {
  opacity: 0;
  transform: translateY(18px);
}

.ttpv-section-wrap.ttpv-js-ready .ttpv-card.ttpv-revealed {
  opacity: 1;
  transform: translateY(0);
}

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

  .ttpv-section-wrap .ttpv-container {
    padding: 0 28px;
  }

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

  .ttpv-section-wrap .ttpv-intro {
    margin-top: 16px;
    font-size: 17px;
  }

  .ttpv-section-wrap .ttpv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 44px;
  }

  .ttpv-section-wrap .ttpv-card {
    min-height: 296px;
    padding: 34px 28px;
    border-radius: 24px;
  }

  .ttpv-section-wrap .ttpv-icon {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    margin-bottom: 24px;
  }

  .ttpv-section-wrap .ttpv-i {
    font-size: 30px;
  }

  .ttpv-section-wrap .ttpv-card-title {
    font-size: 20px;
    margin-bottom: 13px;
  }

  .ttpv-section-wrap .ttpv-card-text {
    font-size: 15px;
  }
}

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

  .ttpv-section-wrap .ttpv-container {
    padding: 0 24px;
  }

  .ttpv-section-wrap .ttpv-heading {
    font-size: 34px;
    max-width: 760px;
  }

  .ttpv-section-wrap .ttpv-intro {
    margin-top: 14px;
    font-size: 16px;
  }

  .ttpv-section-wrap .ttpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
  }

  .ttpv-section-wrap .ttpv-card {
    min-height: 268px;
    padding: 30px 24px;
    border-radius: 22px;
  }

  .ttpv-section-wrap .ttpv-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    margin-bottom: 21px;
  }

  .ttpv-section-wrap .ttpv-i {
    font-size: 27px;
  }

  .ttpv-section-wrap .ttpv-card-title {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .ttpv-section-wrap .ttpv-card-text {
    font-size: 14.5px;
  }
}

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

  .ttpv-section-wrap .ttpv-container {
    padding: 0 16px;
  }

  .ttpv-section-wrap .ttpv-heading {
    font-size: 29px;
    max-width: 520px;
  }

  .ttpv-section-wrap .ttpv-intro {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.62;
  }

  .ttpv-section-wrap .ttpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
  }

  .ttpv-section-wrap .ttpv-card {
    min-height: 230px;
    padding: 22px 14px;
    border-radius: 18px;
  }

  .ttpv-section-wrap .ttpv-icon {
    width: 56px;
    height: 56px;
    border-radius: 17px;
    margin-bottom: 16px;
  }

  .ttpv-section-wrap .ttpv-i {
    font-size: 23px;
  }

  .ttpv-section-wrap .ttpv-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .ttpv-section-wrap .ttpv-card-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .ttpv-section-wrap .ttpv-container {
    padding: 0 12px;
  }

  .ttpv-section-wrap .ttpv-heading {
    font-size: 25px;
    max-width: 360px;
  }

  .ttpv-section-wrap .ttpv-intro {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.56;
  }

  .ttpv-section-wrap .ttpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
    margin-top: 24px;
  }

  .ttpv-section-wrap .ttpv-card {
    min-height: 218px;
    padding: 18px 10px;
    border-radius: 16px;
  }

  .ttpv-section-wrap .ttpv-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 14px;
  }

  .ttpv-section-wrap .ttpv-i {
    font-size: 21px;
  }

  .ttpv-section-wrap .ttpv-card-title {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .ttpv-section-wrap .ttpv-card-text {
    font-size: 12.2px;
    line-height: 1.46;
  }
}

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

  .ttpv-section-wrap .ttpv-container {
    padding: 0 10px;
  }

  .ttpv-section-wrap .ttpv-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .ttpv-section-wrap .ttpv-intro {
    margin-top: 9px;
    font-size: 12.8px;
    line-height: 1.5;
  }

  .ttpv-section-wrap .ttpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 22px;
  }

  .ttpv-section-wrap .ttpv-card {
    min-height: 214px;
    padding: 16px 8px;
    border-radius: 14px;
  }

  .ttpv-section-wrap .ttpv-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 12px;
  }

  .ttpv-section-wrap .ttpv-i {
    font-size: 19px;
  }

  .ttpv-section-wrap .ttpv-card-title {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .ttpv-section-wrap .ttpv-card-text {
    font-size: 11.5px;
    line-height: 1.42;
  }
}