@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-wrap,
.rpv26-wrap * {
  box-sizing: border-box;
}

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

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

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

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

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

.rpv26-wrap h2 {
  margin: 0 auto;
  color: #171b1d;
  text-align: center;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-wrap: balance;
}

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

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

.rpv26-wrap .rpv26-card {
  position: relative;
  display: block;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
  border: 1px solid #eadbd4;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(141, 58, 28, 0.09);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.rpv26-wrap .rpv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.rpv26-wrap .rpv26-card-tint {
  background: linear-gradient(180deg, #ffffff 0%, #fff9f5 100%);
}

.rpv26-wrap .rpv26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ff4500;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.13), rgba(44, 99, 83, 0.13));
  border: 1px solid rgba(255, 69, 0, 0.18);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  transition: transform 260ms ease, background 260ms ease, color 260ms ease;
}

.rpv26-wrap .rpv26-i {
  display: block;
  color: inherit;
  line-height: 1;
  text-align: center;
}

.rpv26-wrap h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #202629;
  text-align: center;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.rpv26-wrap .rpv26-card p {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  color: #687277;
  text-align: center;
  line-height: 1.62;
  font-weight: 450;
}

.rpv26-wrap .rpv26-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 69, 0, 0.34);
  box-shadow: 0 26px 58px rgba(141, 58, 28, 0.15);
  background: linear-gradient(180deg, #ffffff 0%, #fff6f0 100%);
}

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

.rpv26-wrap .rpv26-card:hover .rpv26-icon {
  transform: translateY(-4px) scale(1.04);
  color: #2c6353;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.18), rgba(44, 99, 83, 0.2));
}

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

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

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

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

  .rpv26-wrap h2 {
    max-width: 1100px;
    font-size: 44px;
    white-space: nowrap;
  }

  .rpv26-wrap .rpv26-intro {
    padding-top: 16px;
    font-size: 17px;
  }

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

  .rpv26-wrap .rpv26-card {
    min-height: 292px;
    padding: 34px 28px 30px;
  }

  .rpv26-wrap .rpv26-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
    font-size: 28px;
  }

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

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

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

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

  .rpv26-wrap h2 {
    max-width: 760px;
    font-size: 38px;
  }

  .rpv26-wrap .rpv26-intro {
    padding-top: 14px;
    font-size: 16px;
  }

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

  .rpv26-wrap .rpv26-card {
    min-height: 264px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .rpv26-wrap .rpv26-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    font-size: 25px;
  }

  .rpv26-wrap h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }

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

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

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

  .rpv26-wrap h2 {
    max-width: 410px;
    font-size: 31px;
  }

  .rpv26-wrap .rpv26-intro {
    padding-top: 12px;
    font-size: 14.5px;
    line-height: 1.58;
  }

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

  .rpv26-wrap .rpv26-card {
    min-height: 228px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

  .rpv26-wrap .rpv26-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    font-size: 21px;
    border-radius: 15px;
  }

  .rpv26-wrap h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .rpv26-wrap .rpv26-card p {
    font-size: 13.2px;
    line-height: 1.5;
  }
}

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

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

  .rpv26-wrap h2 {
    max-width: 340px;
    font-size: 28px;
  }

  .rpv26-wrap .rpv26-intro {
    padding-top: 10px;
    font-size: 13.8px;
    line-height: 1.52;
  }

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

  .rpv26-wrap .rpv26-card {
    min-height: 218px;
    padding: 20px 12px 18px;
    border-radius: 16px;
  }

  .rpv26-wrap .rpv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    font-size: 20px;
    border-radius: 14px;
  }

  .rpv26-wrap h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .rpv26-wrap .rpv26-card p {
    font-size: 12.7px;
    line-height: 1.46;
  }
}

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

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

  .rpv26-wrap h2 {
    max-width: 292px;
    font-size: 25px;
  }

  .rpv26-wrap .rpv26-intro {
    padding-top: 9px;
    font-size: 13px;
    line-height: 1.48;
  }

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

  .rpv26-wrap .rpv26-card {
    min-height: 212px;
    padding: 18px 10px 16px;
    border-radius: 14px;
  }

  .rpv26-wrap .rpv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    font-size: 18px;
    border-radius: 13px;
  }

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

  .rpv26-wrap .rpv26-card p {
    font-size: 12px;
    line-height: 1.42;
  }
}