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

.tprv-premium-section,
.tprv-premium-section * {
  box-sizing: border-box;
}

.tprv-premium-section {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1b1f24;
  background: #ffffff;
}

.tprv-premium-section .tprv-block {
  width: 100% !important;
}

.tprv-premium-section .tprv-block-one,
.tprv-premium-section .tprv-block-three {
  background: #ffffff;
}

.tprv-premium-section .tprv-block-two {
  background: linear-gradient(180deg, #f8fbf9 0%, #eef7f3 100%);
}

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

.tprv-premium-section .tprv-heading,
.tprv-premium-section .tprv-intro,
.tprv-premium-section .tprv-card-title,
.tprv-premium-section .tprv-card-text {
  text-align: center !important;
}

.tprv-premium-section .tprv-heading {
  margin: 0 auto;
  color: #17211d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.tprv-premium-section .tprv-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #5d6862;
  line-height: 1.7;
  font-weight: 450;
}

.tprv-premium-section .tprv-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
  min-width: 0;
}

.tprv-premium-section .tprv-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfefd 100%);
  border: 1px solid #dfe9e4;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(26, 70, 55, 0.09);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.tprv-premium-section .tprv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(23, 129, 93, 0.12), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.tprv-premium-section .tprv-card:hover {
  transform: translateY(-8px);
  border-color: #49a887;
  box-shadow: 0 24px 60px rgba(26, 70, 55, 0.16);
}

.tprv-premium-section .tprv-card:hover::before {
  opacity: 1;
}

.tprv-premium-section .tprv-card:hover .tprv-icon {
  transform: translateY(-4px);
  background: linear-gradient(135deg, #17815d 0%, #f05a45 100%);
}

.tprv-premium-section .tprv-card:hover .tprv-i {
  transform: scale(1.08);
  color: #ffffff;
}

.tprv-premium-section .tprv-card-tint {
  background: linear-gradient(180deg, #ffffff 0%, #f6fbf8 100%);
}

.tprv-premium-section .tprv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #17815d;
  background: linear-gradient(135deg, #e9f7f1 0%, #fff0ed 100%);
  border: 1px solid rgba(23, 129, 93, 0.16);
  border-radius: 18px;
  transition: transform 260ms ease, background 260ms ease;
}

.tprv-premium-section .tprv-i {
  color: #17815d;
  transition: transform 260ms ease, color 260ms ease;
}

.tprv-premium-section .tprv-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #17211d;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.tprv-premium-section .tprv-card-text {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #657069;
  line-height: 1.62;
  font-weight: 430;
}

.tprv-premium-section .tprv-card {
  opacity: 1;
  transform: translateY(0);
}

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

.tprv-premium-section.tprv-js-ready .tprv-card.tprv-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .tprv-premium-section .tprv-block {
    padding: 92px 24px;
  }

  .tprv-premium-section .tprv-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .tprv-premium-section .tprv-intro {
    font-size: 18px;
    margin-bottom: 44px;
  }

  .tprv-premium-section .tprv-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tprv-premium-section .tprv-grid-eight {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tprv-premium-section .tprv-grid {
    gap: 24px;
  }

  .tprv-premium-section .tprv-card {
    min-height: 300px;
    padding: 34px 26px;
  }

  .tprv-premium-section .tprv-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

  .tprv-premium-section .tprv-i {
    font-size: 30px;
  }

  .tprv-premium-section .tprv-card-title {
    font-size: 21px;
    margin-bottom: 12px;
  }

  .tprv-premium-section .tprv-card-text {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tprv-premium-section .tprv-block {
    padding: 72px 22px;
  }

  .tprv-premium-section .tprv-heading {
    font-size: 34px;
  }

  .tprv-premium-section .tprv-intro {
    font-size: 16.5px;
    margin-bottom: 36px;
  }

  .tprv-premium-section .tprv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .tprv-premium-section .tprv-card {
    min-height: 270px;
    padding: 30px 24px;
  }

  .tprv-premium-section .tprv-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 21px;
  }

  .tprv-premium-section .tprv-i {
    font-size: 27px;
  }

  .tprv-premium-section .tprv-card-title {
    font-size: 20px;
    margin-bottom: 11px;
  }

  .tprv-premium-section .tprv-card-text {
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .tprv-premium-section .tprv-block {
    padding: 54px 16px;
  }

  .tprv-premium-section .tprv-heading {
    font-size: 28px;
  }

  .tprv-premium-section .tprv-intro {
    font-size: 15px;
    line-height: 1.58;
    margin-bottom: 28px;
  }

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

  .tprv-premium-section .tprv-card {
    min-height: 235px;
    padding: 22px 14px;
    border-radius: 16px;
  }

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

  .tprv-premium-section .tprv-i {
    font-size: 22px;
  }

  .tprv-premium-section .tprv-card-title {
    font-size: 16.5px;
    margin-bottom: 8px;
  }

  .tprv-premium-section .tprv-card-text {
    font-size: 13.2px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .tprv-premium-section .tprv-block {
    padding: 48px 12px;
  }

  .tprv-premium-section .tprv-heading {
    font-size: 25px;
  }

  .tprv-premium-section .tprv-intro {
    font-size: 14px;
    line-height: 1.52;
    margin-bottom: 24px;
  }

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

  .tprv-premium-section .tprv-card {
    min-height: 224px;
    padding: 19px 11px;
    border-radius: 15px;
  }

  .tprv-premium-section .tprv-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

  .tprv-premium-section .tprv-i {
    font-size: 20px;
  }

  .tprv-premium-section .tprv-card-title {
    font-size: 15.5px;
    margin-bottom: 7px;
  }

  .tprv-premium-section .tprv-card-text {
    font-size: 12.6px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .tprv-premium-section .tprv-block {
    padding: 42px 10px;
  }

  .tprv-premium-section .tprv-heading {
    font-size: 22px;
  }

  .tprv-premium-section .tprv-intro {
    font-size: 13.2px;
    line-height: 1.48;
    margin-bottom: 20px;
  }

  .tprv-premium-section .tprv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .tprv-premium-section .tprv-card {
    min-height: 216px;
    padding: 16px 9px;
    border-radius: 14px;
  }

  .tprv-premium-section .tprv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .tprv-premium-section .tprv-i {
    font-size: 18px;
  }

  .tprv-premium-section .tprv-card-title {
    font-size: 14.2px;
    margin-bottom: 7px;
  }

  .tprv-premium-section .tprv-card-text {
    font-size: 11.8px;
    line-height: 1.42;
  }
}