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

.rpv26-wrapper,
.rpv26-wrapper * {
  box-sizing: border-box;
}

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

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

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

.rpv26-wrapper .rpv26-section-tint {
  background: linear-gradient(180deg, #fff7f3 0%, #f7fbfa 100%);
}

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

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

.rpv26-wrapper .rpv26-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #526066;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

.rpv26-wrapper .rpv26-grid {
  display: grid !important;
  align-items: stretch !important;
  min-width: 0;
}

.rpv26-wrapper .rpv26-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #ffd5c7;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf8 100%);
  box-shadow: 0 18px 42px rgba(255, 69, 0, 0.09);
  text-align: center;
  transform: translateY(0);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.rpv26-wrapper .rpv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.13), transparent 48%);
  transition: opacity 260ms ease;
}

.rpv26-wrapper .rpv26-card:hover {
  transform: translateY(-8px);
  border-color: #ff8a5c;
  background: linear-gradient(180deg, #ffffff 0%, #fff4ee 100%);
  box-shadow: 0 26px 58px rgba(255, 69, 0, 0.16);
}

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

.rpv26-wrapper .rpv26-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4500 0%, #ff8a5c 100%);
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.22);
  color: #ffffff;
  text-align: center;
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.rpv26-wrapper .rpv26-card:hover .rpv26-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(255, 69, 0, 0.28);
}

.rpv26-wrapper .rpv26-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.rpv26-wrapper .rpv26-card h3 {
  margin: 0;
  color: #172126;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.rpv26-wrapper .rpv26-card p {
  margin: 0 auto;
  color: #5c686d;
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
}

@media (min-width: 1024px) {
  .rpv26-wrapper .rpv26-section {
    padding: 92px 24px;
  }

  .rpv26-wrapper .rpv26-heading {
    max-width: 980px;
    font-size: 42px;
  }

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

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

  .rpv26-wrapper .rpv26-card {
    min-height: 300px;
    padding: 34px 28px;
  }

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

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .rpv26-wrapper .rpv26-section {
    padding: 74px 22px;
  }

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

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

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

  .rpv26-wrapper .rpv26-card {
    min-height: 270px;
    padding: 30px 24px;
    border-radius: 20px;
  }

  .rpv26-wrapper .rpv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
    font-size: 25px;
  }

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

  .rpv26-wrapper .rpv26-card p {
    margin-top: 12px;
    font-size: 15px;
  }
}

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

  .rpv26-wrapper .rpv26-heading {
    max-width: 390px;
    font-size: 29px;
  }

  .rpv26-wrapper .rpv26-intro {
    max-width: 500px;
    font-size: 14.5px;
  }

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

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

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

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

  .rpv26-wrapper .rpv26-card p {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .rpv26-wrapper .rpv26-heading {
    max-width: 320px;
    font-size: 26px;
  }

  .rpv26-wrapper .rpv26-intro {
    font-size: 13.5px;
    line-height: 1.55;
  }

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

  .rpv26-wrapper .rpv26-card {
    min-height: 222px;
    padding: 19px 11px;
    border-radius: 15px;
  }

  .rpv26-wrapper .rpv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    border-radius: 14px;
    font-size: 19px;
  }

  .rpv26-wrapper .rpv26-card h3 {
    font-size: 15px;
  }

  .rpv26-wrapper .rpv26-card p {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.45;
  }
}

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

  .rpv26-wrapper .rpv26-heading {
    max-width: 292px;
    font-size: 23px;
  }

  .rpv26-wrapper .rpv26-intro {
    font-size: 12.75px;
    line-height: 1.5;
  }

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

  .rpv26-wrapper .rpv26-card {
    min-height: 214px;
    padding: 17px 9px;
    border-radius: 14px;
  }

  .rpv26-wrapper .rpv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 13px;
    border-radius: 13px;
    font-size: 17px;
  }

  .rpv26-wrapper .rpv26-card h3 {
    font-size: 14px;
  }

  .rpv26-wrapper .rpv26-card p {
    margin-top: 7px;
    font-size: 11.75px;
    line-height: 1.42;
  }
}

.rpv26-wrapper .rpv26-card {
  opacity: 1;
}

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

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

.rpv26-wrapper.rpv26-ready .rpv26-card.rpv26-show:hover {
  transform: translateY(-8px);
}