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

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

.rvv2026-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #212326;
  font-family: inherit;
}

.rvv2026-wrapper .rvv2026-section {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  overflow: hidden;
}

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

.rvv2026-wrapper .rvv2026-section-two {
  background: linear-gradient(180deg, #fff7f4 0%, #fffaf8 100%);
}

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

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

.rvv2026-wrapper h2 {
  margin-top: 0;
  color: #202124;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.rvv2026-wrapper .rvv2026-intro {
  max-width: 760px;
  color: #5f646b;
  line-height: 1.7;
  margin-top: 0;
}

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

.rvv2026-wrapper .rvv2026-card {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  min-width: 0;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfc 100%);
  border: 1px solid #f0d7d1;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(92, 38, 25, 0.09);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

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

.rvv2026-wrapper .rvv2026-card-tinted {
  background: linear-gradient(145deg, #ffffff 0%, #fff4ef 52%, #ffffff 100%);
  background-size: 160% 160%;
}

.rvv2026-wrapper .rvv2026-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.34);
  box-shadow: 0 24px 58px rgba(92, 38, 25, 0.15);
}

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

.rvv2026-wrapper .rvv2026-card-tinted:hover {
  background-position: 100% 0;
}

.rvv2026-wrapper .rvv2026-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ff4500;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.13), rgba(255, 179, 71, 0.2));
  border: 1px solid rgba(255, 69, 0, 0.18);
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(255, 69, 0, 0.13);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

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

.rvv2026-wrapper .rvv2026-i {
  display: inline-block;
  line-height: 1;
  text-align: center;
}

.rvv2026-wrapper .rvv2026-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #242528;
  font-weight: 750;
  line-height: 1.24;
  letter-spacing: 0;
}

.rvv2026-wrapper .rvv2026-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #62676f;
  line-height: 1.62;
}

.rvv2026-wrapper .fa-eye::before { content: "\f06e"; }
.rvv2026-wrapper .fa-video::before { content: "\f03d"; }
.rvv2026-wrapper .fa-comment-dots::before { content: "\f4ad"; }
.rvv2026-wrapper .fa-hashtag::before { content: "\23"; }
.rvv2026-wrapper .fa-shield-halved::before { content: "\f3ed"; }
.rvv2026-wrapper .fa-mobile-screen::before { content: "\f3cf"; }
.rvv2026-wrapper .fa-link::before { content: "\f0c1"; }
.rvv2026-wrapper .fa-magnifying-glass::before { content: "\f002"; }
.rvv2026-wrapper .fa-circle-play::before { content: "\f144"; }
.rvv2026-wrapper .fa-filter::before { content: "\f0b0"; }
.rvv2026-wrapper .fa-gauge-high::before { content: "\f625"; }
.rvv2026-wrapper .fa-download::before { content: "\f019"; }
.rvv2026-wrapper .fa-users::before { content: "\f0c0"; }
.rvv2026-wrapper .fa-share-nodes::before { content: "\f1e0"; }
.rvv2026-wrapper .fa-bookmark::before { content: "\f02e"; }
.rvv2026-wrapper .fa-chart-line::before { content: "\f201"; }
.rvv2026-wrapper .fa-lock::before { content: "\f023"; }
.rvv2026-wrapper .fa-star::before { content: "\f005"; }

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

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

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

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

  .rvv2026-wrapper h2 {
    font-size: 46px;
    margin-bottom: 18px;
    white-space: nowrap;
  }

  .rvv2026-wrapper .rvv2026-intro {
    font-size: 18px;
    margin-bottom: 42px;
  }

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

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

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

  .rvv2026-wrapper .rvv2026-card h3 {
    font-size: 22px;
    margin-top: 0;
  }

  .rvv2026-wrapper .rvv2026-card p {
    font-size: 16px;
    margin-top: 14px;
  }
}

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

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

  .rvv2026-wrapper h2 {
    font-size: 38px;
    margin-bottom: 16px;
  }

  .rvv2026-wrapper .rvv2026-intro {
    font-size: 17px;
    margin-bottom: 34px;
  }

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

  .rvv2026-wrapper .rvv2026-card {
    min-height: 270px;
    padding: 30px 24px 28px;
    border-radius: 22px;
  }

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

  .rvv2026-wrapper .rvv2026-card h3 {
    font-size: 20px;
    margin-top: 0;
  }

  .rvv2026-wrapper .rvv2026-card p {
    font-size: 15.5px;
    margin-top: 12px;
  }
}

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

  .rvv2026-wrapper .rvv2026-container {
    padding: 0 18px;
  }

  .rvv2026-wrapper h2 {
    font-size: 30px;
    margin-bottom: 13px;
  }

  .rvv2026-wrapper .rvv2026-intro {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 26px;
  }

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

  .rvv2026-wrapper .rvv2026-card {
    min-height: 232px;
    padding: 22px 15px 20px;
    border-radius: 18px;
  }

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

  .rvv2026-wrapper .rvv2026-card h3 {
    font-size: 17px;
    margin-top: 0;
  }

  .rvv2026-wrapper .rvv2026-card p {
    font-size: 13.5px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

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

  .rvv2026-wrapper .rvv2026-container {
    padding: 0 14px;
  }

  .rvv2026-wrapper h2 {
    font-size: 27px;
    margin-bottom: 12px;
  }

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

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

  .rvv2026-wrapper .rvv2026-card {
    min-height: 224px;
    padding: 19px 12px 18px;
    border-radius: 16px;
  }

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

  .rvv2026-wrapper .rvv2026-card h3 {
    font-size: 16px;
    margin-top: 0;
  }

  .rvv2026-wrapper .rvv2026-card p {
    font-size: 12.8px;
    line-height: 1.45;
    margin-top: 9px;
  }
}

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

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

  .rvv2026-wrapper h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

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

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

  .rvv2026-wrapper .rvv2026-card {
    min-height: 214px;
    padding: 16px 9px 15px;
    border-radius: 14px;
  }

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

  .rvv2026-wrapper .rvv2026-card h3 {
    font-size: 14.5px;
    margin-top: 0;
  }

  .rvv2026-wrapper .rvv2026-card p {
    font-size: 12px;
    line-height: 1.42;
    margin-top: 8px;
  }
}

@media (max-width: 319px) {
  .rvv2026-wrapper .rvv2026-section {
    padding: 38px 0;
  }

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

  .rvv2026-wrapper h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }

  .rvv2026-wrapper .rvv2026-intro {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .rvv2026-wrapper .rvv2026-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rvv2026-wrapper .rvv2026-card {
    min-height: 210px;
    padding: 18px 12px;
  }

  .rvv2026-wrapper .rvv2026-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 11px;
    font-size: 17px;
  }

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

  .rvv2026-wrapper .rvv2026-card p {
    font-size: 12px;
  }
}