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

.rvv26-wrap,
.rvv26-wrap * {
  box-sizing: border-box;
}

.rvv26-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2328;
  font-family: Arial, Helvetica, sans-serif;
}

.rvv26-wrap .rvv26-section {
  width: 100% !important;
  max-width: 100% !important;
}

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

.rvv26-wrap .rvv26-section-two {
  background:
    radial-gradient(circle at top center, rgba(255, 69, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #fff7f3 0%, #fffaf7 100%);
}

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

.rvv26-wrap .rvv26-heading,
.rvv26-wrap .rvv26-intro,
.rvv26-wrap .rvv26-card-title,
.rvv26-wrap .rvv26-card-text {
  text-align: center !important;
}

.rvv26-wrap .rvv26-heading {
  margin: 0 auto;
  color: #171a1f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.rvv26-wrap .rvv26-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #5e6673;
  line-height: 1.7;
  font-weight: 400;
}

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

.rvv26-wrap .rvv26-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.94)),
    linear-gradient(135deg, rgba(255, 69, 0, 0.08), rgba(0, 121, 211, 0.06));
  border: 1px solid rgba(255, 69, 0, 0.16);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(122, 43, 18, 0.1);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background-position 420ms ease;
  background-size: 100% 100%, 180% 180%;
  background-position: center, left top;
}

.rvv26-wrap .rvv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.11), rgba(0, 121, 211, 0.08));
  transition: opacity 280ms ease;
}

.rvv26-wrap .rvv26-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 69, 0, 0.34);
  box-shadow: 0 24px 64px rgba(122, 43, 18, 0.16);
  background-position: center, right bottom;
}

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

.rvv26-wrap .rvv26-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500 0%, #ff7a2f 48%, #0079d3 100%);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.24);
  transition: transform 280ms ease, box-shadow 280ms ease, filter 280ms ease;
}

.rvv26-wrap .rvv26-card:hover .rvv26-icon {
  transform: translateY(-4px) scale(1.04);
  filter: saturate(1.08);
  box-shadow: 0 18px 36px rgba(0, 121, 211, 0.22);
}

.rvv26-wrap .rvv26-i {
  display: block;
  line-height: 1;
  color: #ffffff;
  text-align: center !important;
}

.rvv26-wrap .rvv26-card-title {
  margin: 0;
  color: #20242b;
  font-weight: 800;
  line-height: 1.24;
  letter-spacing: 0;
}

.rvv26-wrap .rvv26-card-text {
  margin: 0 auto;
  color: #626b78;
  line-height: 1.62;
  font-weight: 400;
}

.rvv26-wrap .rvv26-reveal {
  opacity: 1;
  transform: translateY(0);
}

.rvv26-wrap.rvv26-js .rvv26-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 280ms ease, border-color 280ms ease;
}

.rvv26-wrap.rvv26-js .rvv26-reveal.rvv26-in {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .rvv26-wrap .rvv26-section {
    padding: 88px 24px;
  }

  .rvv26-wrap .rvv26-container {
    padding: 0 18px;
  }

  .rvv26-wrap .rvv26-heading {
    font-size: 42px;
    white-space: nowrap;
  }

  .rvv26-wrap .rvv26-intro {
    font-size: 17px;
  }

  .rvv26-wrap .rvv26-grid {
    gap: 26px;
    margin-top: 44px;
  }

  .rvv26-wrap .rvv26-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rvv26-wrap .rvv26-grid-eight {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .rvv26-wrap .rvv26-card {
    min-height: 300px;
    padding: 34px 26px 30px;
  }

  .rvv26-wrap .rvv26-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
  }

  .rvv26-wrap .rvv26-i {
    font-size: 30px;
  }

  .rvv26-wrap .rvv26-card-title {
    font-size: 21px;
  }

  .rvv26-wrap .rvv26-card-text {
    margin-top: 13px;
    font-size: 15px;
  }
}

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

  .rvv26-wrap .rvv26-container {
    padding: 0 14px;
  }

  .rvv26-wrap .rvv26-heading {
    font-size: 35px;
  }

  .rvv26-wrap .rvv26-intro {
    font-size: 16px;
  }

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

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

  .rvv26-wrap .rvv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 22px;
  }

  .rvv26-wrap .rvv26-i {
    font-size: 27px;
  }

  .rvv26-wrap .rvv26-card-title {
    font-size: 20px;
  }

  .rvv26-wrap .rvv26-card-text {
    margin-top: 12px;
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rvv26-wrap .rvv26-section {
    padding: 54px 14px;
  }

  .rvv26-wrap .rvv26-container {
    padding: 0 8px;
  }

  .rvv26-wrap .rvv26-heading {
    font-size: 29px;
    line-height: 1.16;
  }

  .rvv26-wrap .rvv26-intro {
    font-size: 14px;
    line-height: 1.6;
  }

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

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

  .rvv26-wrap .rvv26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

  .rvv26-wrap .rvv26-i {
    font-size: 22px;
  }

  .rvv26-wrap .rvv26-card-title {
    font-size: 16px;
  }

  .rvv26-wrap .rvv26-card-text {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rvv26-wrap .rvv26-section {
    padding: 48px 12px;
  }

  .rvv26-wrap .rvv26-container {
    padding: 0 6px;
  }

  .rvv26-wrap .rvv26-heading {
    font-size: 26px;
    line-height: 1.16;
  }

  .rvv26-wrap .rvv26-intro {
    font-size: 13px;
    line-height: 1.56;
  }

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

  .rvv26-wrap .rvv26-card {
    min-height: 226px;
    padding: 20px 11px 18px;
    border-radius: 16px;
  }

  .rvv26-wrap .rvv26-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 14px;
  }

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

  .rvv26-wrap .rvv26-card-title {
    font-size: 15px;
  }

  .rvv26-wrap .rvv26-card-text {
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.48;
  }
}

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

  .rvv26-wrap .rvv26-container {
    padding: 0 4px;
  }

  .rvv26-wrap .rvv26-heading {
    font-size: 23px;
    line-height: 1.15;
  }

  .rvv26-wrap .rvv26-intro {
    font-size: 12.5px;
    line-height: 1.52;
  }

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

  .rvv26-wrap .rvv26-card {
    min-height: 218px;
    padding: 18px 9px 16px;
    border-radius: 14px;
  }

  .rvv26-wrap .rvv26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 13px;
  }

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

  .rvv26-wrap .rvv26-card-title {
    font-size: 14px;
    line-height: 1.22;
  }

  .rvv26-wrap .rvv26-card-text {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.42;
  }
}