@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-2026-viewer,
.rpv-2026-viewer * {
  box-sizing: border-box;
  min-width: 0;
}

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

.rpv-2026-viewer .rpv-2026-band {
  width: 100% !important;
}

.rpv-2026-viewer .rpv-2026-band-white {
  background: #ffffff;
}

.rpv-2026-viewer .rpv-2026-band-tint {
  background: linear-gradient(180deg, #fff7f2 0%, #f7fbfa 100%);
}

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

.rpv-2026-viewer h2,
.rpv-2026-viewer h3,
.rpv-2026-viewer p {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.rpv-2026-viewer h2 {
  margin-top: 0;
  color: #182126;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.rpv-2026-viewer .rpv-2026-intro {
  max-width: 760px;
  color: #58656a;
  line-height: 1.7;
  margin-top: 14px;
  margin-bottom: 0;
}

.rpv-2026-viewer .rpv-2026-grid {
  display: grid !important;
  align-items: stretch !important;
}

.rpv-2026-viewer .rpv-2026-card {
  position: relative;
  height: 100% !important;
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center !important;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfc 100%);
  border: 1px solid #f0d8cb;
  box-shadow: 0 18px 44px rgba(255, 69, 0, 0.09);
  overflow: hidden;
  isolation: isolate;
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}

.rpv-2026-viewer .rpv-2026-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 280ms ease, transform 280ms ease;
  z-index: -1;
}

.rpv-2026-viewer .rpv-2026-card:hover {
  transform: translateY(-7px) scale(1.01);
  border-color: #ff7a45;
  box-shadow: 0 24px 58px rgba(255, 69, 0, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #fff8f4 100%);
}

.rpv-2026-viewer .rpv-2026-card:hover::before {
  opacity: 1;
  transform: translateY(8px);
}

.rpv-2026-viewer .rpv-2026-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500 0%, #ff8a3d 55%, #16a085 100%);
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.rpv-2026-viewer .rpv-2026-card:hover .rpv-2026-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(22, 160, 133, 0.22);
}

.rpv-2026-viewer .rpv-2026-i {
  line-height: 1;
  color: #ffffff;
  text-align: center !important;
}

.rpv-2026-viewer .rpv-2026-card h3 {
  color: #1f2b30;
  font-weight: 760;
  line-height: 1.24;
  letter-spacing: 0;
  margin-bottom: 0;
}

.rpv-2026-viewer .rpv-2026-card p {
  color: #607077;
  line-height: 1.65;
  margin-bottom: 0;
}

.rpv-2026-viewer .rpv-2026-card.rpv-2026-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.rpv-2026-viewer .rpv-2026-card.rpv-2026-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .rpv-2026-viewer .rpv-2026-band {
    padding: 88px 0;
  }

  .rpv-2026-viewer .rpv-2026-container {
    padding: 0 28px;
  }

  .rpv-2026-viewer h2 {
    font-size: 42px;
  }

  .rpv-2026-viewer .rpv-2026-intro {
    font-size: 17px;
  }

  .rpv-2026-viewer .rpv-2026-grid {
    gap: 26px;
    margin-top: 46px;
  }

  .rpv-2026-viewer .rpv-2026-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rpv-2026-viewer .rpv-2026-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .rpv-2026-viewer .rpv-2026-card {
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 24px;
  }

  .rpv-2026-viewer .rpv-2026-icon {
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 24px;
  }

  .rpv-2026-viewer .rpv-2026-i {
    font-size: 27px;
  }

  .rpv-2026-viewer .rpv-2026-card h3 {
    font-size: 20px;
  }

  .rpv-2026-viewer .rpv-2026-card p {
    font-size: 15px;
    margin-top: 13px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rpv-2026-viewer .rpv-2026-band {
    padding: 72px 0;
  }

  .rpv-2026-viewer .rpv-2026-container {
    padding: 0 24px;
  }

  .rpv-2026-viewer h2 {
    font-size: 34px;
  }

  .rpv-2026-viewer .rpv-2026-intro {
    font-size: 16px;
  }

  .rpv-2026-viewer .rpv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
  }

  .rpv-2026-viewer .rpv-2026-card {
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 22px;
  }

  .rpv-2026-viewer .rpv-2026-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    margin-bottom: 21px;
  }

  .rpv-2026-viewer .rpv-2026-i {
    font-size: 24px;
  }

  .rpv-2026-viewer .rpv-2026-card h3 {
    font-size: 19px;
  }

  .rpv-2026-viewer .rpv-2026-card p {
    font-size: 14.5px;
    margin-top: 12px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rpv-2026-viewer .rpv-2026-band {
    padding: 54px 0;
  }

  .rpv-2026-viewer .rpv-2026-container {
    padding: 0 16px;
  }

  .rpv-2026-viewer h2 {
    font-size: 27px;
  }

  .rpv-2026-viewer .rpv-2026-intro {
    font-size: 14px;
    line-height: 1.58;
  }

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

  .rpv-2026-viewer .rpv-2026-card {
    min-height: 226px;
    padding: 22px 13px 20px;
    border-radius: 18px;
  }

  .rpv-2026-viewer .rpv-2026-icon {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    margin-bottom: 16px;
  }

  .rpv-2026-viewer .rpv-2026-i {
    font-size: 20px;
  }

  .rpv-2026-viewer .rpv-2026-card h3 {
    font-size: 15.5px;
  }

  .rpv-2026-viewer .rpv-2026-card p {
    font-size: 12.8px;
    line-height: 1.48;
    margin-top: 9px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rpv-2026-viewer .rpv-2026-band {
    padding: 48px 0;
  }

  .rpv-2026-viewer .rpv-2026-container {
    padding: 0 13px;
  }

  .rpv-2026-viewer h2 {
    font-size: 24px;
  }

  .rpv-2026-viewer .rpv-2026-intro {
    font-size: 13.5px;
    line-height: 1.55;
  }

  .rpv-2026-viewer .rpv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 25px;
  }

  .rpv-2026-viewer .rpv-2026-card {
    min-height: 218px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }

  .rpv-2026-viewer .rpv-2026-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .rpv-2026-viewer .rpv-2026-i {
    font-size: 18px;
  }

  .rpv-2026-viewer .rpv-2026-card h3 {
    font-size: 14.5px;
  }

  .rpv-2026-viewer .rpv-2026-card p {
    font-size: 12.2px;
    line-height: 1.43;
    margin-top: 8px;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .rpv-2026-viewer .rpv-2026-band {
    padding: 42px 0;
  }

  .rpv-2026-viewer .rpv-2026-container {
    padding: 0 10px;
  }

  .rpv-2026-viewer h2 {
    font-size: 22px;
  }

  .rpv-2026-viewer .rpv-2026-intro {
    font-size: 13px;
    line-height: 1.5;
  }

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

  .rpv-2026-viewer .rpv-2026-card {
    min-height: 212px;
    padding: 18px 9px 16px;
    border-radius: 15px;
  }

  .rpv-2026-viewer .rpv-2026-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .rpv-2026-viewer .rpv-2026-i {
    font-size: 16px;
  }

  .rpv-2026-viewer .rpv-2026-card h3 {
    font-size: 13.5px;
  }

  .rpv-2026-viewer .rpv-2026-card p {
    font-size: 11.6px;
    line-height: 1.38;
    margin-top: 7px;
  }
}

@media (max-width: 319px) {
  .rpv-2026-viewer .rpv-2026-band {
    padding: 38px 0;
  }

  .rpv-2026-viewer .rpv-2026-container {
    padding: 0 10px;
  }

  .rpv-2026-viewer h2 {
    font-size: 21px;
  }

  .rpv-2026-viewer .rpv-2026-intro {
    font-size: 13px;
  }

  .rpv-2026-viewer .rpv-2026-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }

  .rpv-2026-viewer .rpv-2026-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 15px;
  }

  .rpv-2026-viewer .rpv-2026-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
    margin-bottom: 12px;
  }

  .rpv-2026-viewer .rpv-2026-i {
    font-size: 16px;
  }

  .rpv-2026-viewer .rpv-2026-card h3 {
    font-size: 14px;
  }

  .rpv-2026-viewer .rpv-2026-card p {
    font-size: 12px;
    line-height: 1.42;
    margin-top: 7px;
  }
}