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

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

.rpv-section-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17211f;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.rpv-section-wrap .rpv-band {
  width: 100% !important;
  overflow: hidden;
}

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

.rpv-section-wrap .rpv-band-two {
  background: linear-gradient(180deg, #f6fbf8 0%, #eef7f1 100%);
}

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

.rpv-section-wrap h2 {
  margin: 0 auto;
  color: #13201d;
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.rpv-section-wrap .rpv-intro {
  max-width: 760px;
  margin: 14px auto 0;
  color: #5b6a66;
  font-weight: 450;
  line-height: 1.7;
  text-align: center;
}

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

.rpv-section-wrap .rpv-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  overflow: hidden;
  border: 1px solid #d9e7df;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  box-shadow: 0 18px 45px rgba(20, 82, 58, 0.09);
  text-align: center;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.rpv-section-wrap .rpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.12), transparent 46%),
    linear-gradient(135deg, rgba(0, 121, 211, 0.08), rgba(255, 69, 0, 0.06));
  transition: opacity 280ms ease;
}

.rpv-section-wrap .rpv-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4500 0%, #0079d3 100%);
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.2);
  text-align: center;
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.rpv-section-wrap .rpv-i {
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.rpv-section-wrap h3 {
  margin: 0 auto;
  color: #16231f;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.rpv-section-wrap .rpv-card p {
  margin: 0 auto;
  color: #64736f;
  font-weight: 450;
  line-height: 1.62;
  text-align: center;
}

.rpv-section-wrap .rpv-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 69, 0, 0.38);
  box-shadow: 0 24px 64px rgba(20, 82, 58, 0.16);
}

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

.rpv-section-wrap .rpv-card:hover .rpv-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(0, 121, 211, 0.22);
}

.rpv-section-wrap .rpv-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.rpv-section-wrap .rpv-reveal.rpv-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease;
}

@media (min-width: 1024px) {
  .rpv-section-wrap .rpv-band {
    padding: 92px 24px;
  }

  .rpv-section-wrap h2 {
    max-width: 980px;
    font-size: 44px;
  }

  .rpv-section-wrap .rpv-intro {
    font-size: 18px;
    margin-bottom: 42px;
  }

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

  .rpv-section-wrap .rpv-card {
    min-height: 296px;
    padding: 34px 28px 30px;
  }

  .rpv-section-wrap .rpv-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .rpv-section-wrap .rpv-i {
    font-size: 28px;
  }

  .rpv-section-wrap h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .rpv-section-wrap .rpv-card p {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rpv-section-wrap .rpv-band {
    padding: 76px 22px;
  }

  .rpv-section-wrap h2 {
    max-width: 720px;
    font-size: 36px;
  }

  .rpv-section-wrap .rpv-intro {
    font-size: 16.5px;
    margin-bottom: 34px;
  }

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

  .rpv-section-wrap .rpv-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .rpv-section-wrap .rpv-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 21px;
  }

  .rpv-section-wrap .rpv-i {
    font-size: 25px;
  }

  .rpv-section-wrap h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .rpv-section-wrap .rpv-card p {
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rpv-section-wrap .rpv-band {
    padding: 58px 16px;
  }

  .rpv-section-wrap h2 {
    max-width: 420px;
    font-size: 29px;
  }

  .rpv-section-wrap .rpv-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 26px;
  }

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

  .rpv-section-wrap .rpv-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

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

  .rpv-section-wrap .rpv-i {
    font-size: 20px;
  }

  .rpv-section-wrap h3 {
    font-size: 16.5px;
    margin-bottom: 9px;
  }

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

@media (min-width: 375px) and (max-width: 429px) {
  .rpv-section-wrap .rpv-band {
    padding: 52px 14px;
  }

  .rpv-section-wrap h2 {
    max-width: 340px;
    font-size: 27px;
  }

  .rpv-section-wrap .rpv-intro {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

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

  .rpv-section-wrap .rpv-card {
    min-height: 222px;
    padding: 20px 12px 18px;
    border-radius: 16px;
  }

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

  .rpv-section-wrap .rpv-i {
    font-size: 18px;
  }

  .rpv-section-wrap h3 {
    font-size: 15.5px;
    margin-bottom: 8px;
  }

  .rpv-section-wrap .rpv-card p {
    font-size: 12.5px;
    line-height: 1.46;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .rpv-section-wrap .rpv-band {
    padding: 46px 10px;
  }

  .rpv-section-wrap h2 {
    max-width: 300px;
    font-size: 24px;
  }

  .rpv-section-wrap .rpv-intro {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

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

  .rpv-section-wrap .rpv-card {
    min-height: 214px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  .rpv-section-wrap .rpv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .rpv-section-wrap .rpv-i {
    font-size: 16px;
  }

  .rpv-section-wrap h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .rpv-section-wrap .rpv-card p {
    font-size: 11.6px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .rpv-section-wrap .rpv-band {
    padding: 42px 10px;
  }

  .rpv-section-wrap h2 {
    font-size: 23px;
  }

  .rpv-section-wrap .rpv-intro {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .rpv-section-wrap .rpv-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rpv-section-wrap .rpv-card {
    min-height: 210px;
    padding: 18px 12px;
  }

  .rpv-section-wrap .rpv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }

  .rpv-section-wrap .rpv-i {
    font-size: 16px;
  }

  .rpv-section-wrap h3 {
    font-size: 14px;
  }

  .rpv-section-wrap .rpv-card p {
    font-size: 12px;
  }
}