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

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

.tpv26-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #162126;
  font-family: inherit;
}

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

.tpv26-wrapper .tpv26-section-one,
.tpv26-wrapper .tpv26-section-three {
  background: #ffffff;
}

.tpv26-wrapper .tpv26-section-two {
  background: linear-gradient(180deg, #f4fbf8 0%, #eef8f5 100%);
}

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

.tpv26-wrapper .tpv26-heading {
  margin: 0 auto;
  color: #102226;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.tpv26-wrapper .tpv26-intro {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: #53656b;
  line-height: 1.7;
  text-align: center;
}

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

.tpv26-wrapper .tpv26-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefe 100%);
  border: 1px solid #d8ebe5;
  border-radius: 22px;
  box-shadow: 0 18px 42px rgba(9, 75, 74, 0.1);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.tpv26-wrapper .tpv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(0, 184, 148, 0.13), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.tpv26-wrapper .tpv26-card-tinted {
  background: linear-gradient(180deg, #ffffff 0%, #f8fffc 100%);
}

.tpv26-wrapper .tpv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 184, 148, 0.48);
  box-shadow: 0 24px 56px rgba(6, 96, 91, 0.16);
}

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

.tpv26-wrapper .tpv26-card:hover .tpv26-icon {
  transform: translateY(-4px) scale(1.035);
  box-shadow: 0 16px 34px rgba(0, 184, 148, 0.26);
}

.tpv26-wrapper .tpv26-card:hover .tpv26-i {
  transform: translateY(-1px);
}

.tpv26-wrapper .tpv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #00b894 0%, #ff3b6b 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(0, 184, 148, 0.2);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tpv26-wrapper .tpv26-i {
  display: block;
  line-height: 1;
  color: #ffffff;
  transition: transform 260ms ease;
}

.tpv26-wrapper .tpv26-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #15282d;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.tpv26-wrapper .tpv26-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5a6b70;
  line-height: 1.65;
  text-align: center;
}

.tpv26-wrapper .tpv26-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.tpv26-wrapper .tpv26-reveal.tpv26-in-view {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

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

  .tpv26-wrapper .tpv26-heading {
    font-size: 40px;
    max-width: 980px;
    white-space: nowrap;
  }

  .tpv26-wrapper .tpv26-intro {
    margin-top: 16px;
    margin-bottom: 44px;
    font-size: 17px;
  }

  .tpv26-wrapper .tpv26-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
  }

  .tpv26-wrapper .tpv26-card {
    min-height: 292px;
    padding: 34px 28px 30px;
  }

  .tpv26-wrapper .tpv26-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    font-size: 28px;
  }

  .tpv26-wrapper .tpv26-card-title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .tpv26-wrapper .tpv26-card-text {
    font-size: 15.5px;
  }
}

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

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

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

  .tpv26-wrapper .tpv26-intro {
    margin-top: 14px;
    margin-bottom: 34px;
    font-size: 16px;
  }

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

  .tpv26-wrapper .tpv26-card {
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .tpv26-wrapper .tpv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
    font-size: 25px;
    border-radius: 18px;
  }

  .tpv26-wrapper .tpv26-card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .tpv26-wrapper .tpv26-card-text {
    font-size: 14.5px;
  }
}

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

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

  .tpv26-wrapper .tpv26-heading {
    font-size: 27px;
    max-width: 420px;
  }

  .tpv26-wrapper .tpv26-intro {
    margin-top: 12px;
    margin-bottom: 26px;
    font-size: 14.5px;
    line-height: 1.62;
  }

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

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

  .tpv26-wrapper .tpv26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    font-size: 21px;
    border-radius: 15px;
  }

  .tpv26-wrapper .tpv26-card-title {
    font-size: 15.5px;
    margin-bottom: 8px;
  }

  .tpv26-wrapper .tpv26-card-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

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

  .tpv26-wrapper .tpv26-container {
    padding: 0 13px;
  }

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

  .tpv26-wrapper .tpv26-intro {
    margin-top: 10px;
    margin-bottom: 22px;
    font-size: 13.5px;
    line-height: 1.55;
  }

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

  .tpv26-wrapper .tpv26-card {
    min-height: 222px;
    padding: 20px 12px 18px;
    border-radius: 15px;
  }

  .tpv26-wrapper .tpv26-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    font-size: 19px;
    border-radius: 14px;
  }

  .tpv26-wrapper .tpv26-card-title {
    font-size: 14.5px;
    margin-bottom: 7px;
  }

  .tpv26-wrapper .tpv26-card-text {
    font-size: 12.5px;
    line-height: 1.48;
  }
}

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

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

  .tpv26-wrapper .tpv26-heading {
    font-size: 21px;
    max-width: 300px;
  }

  .tpv26-wrapper .tpv26-intro {
    margin-top: 9px;
    margin-bottom: 18px;
    font-size: 12.5px;
    line-height: 1.48;
  }

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

  .tpv26-wrapper .tpv26-card {
    min-height: 214px;
    padding: 17px 9px 15px;
    border-radius: 13px;
  }

  .tpv26-wrapper .tpv26-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
    font-size: 17px;
    border-radius: 12px;
  }

  .tpv26-wrapper .tpv26-card-title {
    font-size: 13.2px;
    margin-bottom: 6px;
  }

  .tpv26-wrapper .tpv26-card-text {
    font-size: 11.5px;
    line-height: 1.42;
  }
}