@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;
  min-width: 0;
}

.rpv26-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1d242c;
  font-family: Arial, Helvetica, sans-serif;
}

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

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

.rpv26-wrapper .rpv26-section-two {
  background: #fff6f1;
}

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

.rpv26-wrapper h2,
.rpv26-wrapper h3,
.rpv26-wrapper p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.rpv26-wrapper h2 {
  color: #1d242c;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
}

.rpv26-wrapper .rpv26-intro {
  color: #5d6670;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 34px;
  max-width: 760px;
}

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

.rpv26-wrapper .rpv26-card {
  position: relative;
  height: 100% !important;
  text-align: center;
  border: 1px solid #ffd8c7;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fffaf7 100%);
  box-shadow: 0 18px 48px rgba(255, 69, 0, 0.12);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
  background-size: 100% 150%;
}

.rpv26-wrapper .rpv26-card:hover {
  transform: translateY(-7px);
  border-color: #ff7a3d;
  box-shadow: 0 24px 58px rgba(255, 69, 0, 0.2);
  background-position: 0 100%;
}

.rpv26-wrapper .rpv26-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.14), transparent 58%);
  transition: opacity 260ms ease;
}

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

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

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

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

.rpv26-wrapper .rpv26-card h3 {
  position: relative;
  z-index: 1;
  color: #1d242c;
  font-weight: 750;
  line-height: 1.28;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

.rpv26-wrapper .rpv26-card p {
  position: relative;
  z-index: 1;
  color: #5d6670;
  line-height: 1.62;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

  .rpv26-wrapper h2 {
    font-size: 42px;
    white-space: nowrap;
  }

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

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

  .rpv26-wrapper .rpv26-grid {
    gap: 26px;
  }

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

  .rpv26-wrapper .rpv26-icon {
    width: 68px;
    height: 68px;
    margin-bottom: 24px;
  }

  .rpv26-wrapper .rpv26-i {
    font-size: 28px;
  }

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

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

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

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

  .rpv26-wrapper h2 {
    font-size: 34px;
  }

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

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

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

  .rpv26-wrapper .rpv26-icon {
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
  }

  .rpv26-wrapper .rpv26-i {
    font-size: 25px;
  }

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

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

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

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

  .rpv26-wrapper h2 {
    font-size: 29px;
  }

  .rpv26-wrapper .rpv26-intro {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 22px;
  }

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

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

  .rpv26-wrapper .rpv26-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

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

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

  .rpv26-wrapper .rpv26-card p {
    font-size: 13px;
    line-height: 1.52;
  }
}

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

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

  .rpv26-wrapper h2 {
    font-size: 26px;
  }

  .rpv26-wrapper .rpv26-intro {
    font-size: 14px;
    line-height: 1.55;
    margin-bottom: 20px;
  }

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

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

  .rpv26-wrapper .rpv26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
    border-radius: 13px;
  }

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

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

  .rpv26-wrapper .rpv26-card p {
    font-size: 12.5px;
    line-height: 1.48;
  }
}

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

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

  .rpv26-wrapper h2 {
    font-size: 23px;
  }

  .rpv26-wrapper .rpv26-intro {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 18px;
  }

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

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

  .rpv26-wrapper .rpv26-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 12px;
  }

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

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

  .rpv26-wrapper .rpv26-card p {
    font-size: 12px;
    line-height: 1.44;
  }
}

@media (max-width: 319px) {
  .rpv26-wrapper .rpv26-grid {
    grid-template-columns: 1fr;
  }
}