@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.5.2/css/all.min.css");

.rsview-2026,
.rsview-2026 * {
  box-sizing: border-box;
  min-width: 0;
}

.rsview-2026 {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #253033;
  font-family: Arial, Helvetica, sans-serif;
}

.rsview-2026-section {
  width: 100% !important;
  overflow: hidden;
}

.rsview-2026-section-white {
  background: #ffffff;
}

.rsview-2026-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.08), transparent 36%),
    linear-gradient(180deg, #fff7f3 0%, #f8fbfa 100%);
}

.rsview-2026-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  text-align: center;
}

.rsview-2026-heading {
  margin: 0 auto;
  color: #172326;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}

.rsview-2026-intro {
  margin: 0 auto;
  max-width: 720px;
  color: #5b6b6f;
  font-weight: 400;
  line-height: 1.65;
  text-align: center;
}

.rsview-2026-grid {
  display: grid !important;
  align-items: stretch !important;
  width: 100%;
}

.rsview-2026-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  align-content: start;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 1)),
    linear-gradient(135deg, rgba(255, 69, 0, 0.08), rgba(0, 166, 126, 0.07));
  border: 1px solid #e8ded8;
  box-shadow: 0 18px 44px rgba(112, 64, 42, 0.11);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.rsview-2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.1), rgba(0, 166, 126, 0.09));
  transition: opacity 260ms ease;
}

.rsview-2026-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.34);
  box-shadow: 0 24px 60px rgba(112, 64, 42, 0.17);
}

.rsview-2026-card:hover::before {
  opacity: 1;
}

.rsview-2026-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ff4500;
  background:
    linear-gradient(135deg, rgba(255, 69, 0, 0.14), rgba(0, 166, 126, 0.12)),
    #ffffff;
  border: 1px solid rgba(255, 69, 0, 0.2);
  box-shadow: 0 12px 26px rgba(255, 69, 0, 0.14);
  transition: transform 260ms ease, color 260ms ease, box-shadow 260ms ease;
}

.rsview-2026-card:hover .rsview-2026-icon {
  transform: translateY(-3px) scale(1.04);
  color: #008f72;
  box-shadow: 0 16px 32px rgba(0, 166, 126, 0.16);
}

.rsview-2026-i {
  display: block;
  line-height: 1;
}

.rsview-2026-title {
  margin: 0;
  color: #1e2b2e;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.rsview-2026-text {
  margin: 0;
  color: #637276;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

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

.rsview-2026.rsview-reveal-ready .rsview-2026-card.rsview-is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .rsview-2026-section {
    padding: 92px 0;
  }

  .rsview-2026-container {
    padding: 0 30px;
  }

  .rsview-2026-heading {
    max-width: 1120px;
    font-size: 42px;
    white-space: nowrap;
  }

  .rsview-2026-intro {
    padding-top: 18px;
    font-size: 17px;
  }

  .rsview-2026-grid {
    gap: 26px;
    margin-top: 44px;
  }

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

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

  .rsview-2026-card {
    min-height: 296px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .rsview-2026-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    border-radius: 20px;
    font-size: 28px;
  }

  .rsview-2026-title {
    font-size: 20px;
  }

  .rsview-2026-text {
    padding-top: 14px;
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rsview-2026-section {
    padding: 74px 0;
  }

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

  .rsview-2026-heading {
    max-width: 760px;
    font-size: 34px;
  }

  .rsview-2026-intro {
    padding-top: 16px;
    font-size: 16px;
  }

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

  .rsview-2026-card {
    min-height: 266px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .rsview-2026-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 18px;
    font-size: 25px;
  }

  .rsview-2026-title {
    font-size: 19px;
  }

  .rsview-2026-text {
    padding-top: 12px;
    font-size: 14.5px;
  }
}

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

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

  .rsview-2026-heading {
    max-width: 390px;
    font-size: 27px;
  }

  .rsview-2026-intro {
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

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

  .rsview-2026-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .rsview-2026-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    border-radius: 15px;
    font-size: 21px;
  }

  .rsview-2026-title {
    font-size: 15.5px;
  }

  .rsview-2026-text {
    padding-top: 9px;
    font-size: 12.5px;
    line-height: 1.45;
  }
}

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

  .rsview-2026-container {
    padding: 0 12px;
  }

  .rsview-2026-heading {
    max-width: 340px;
    font-size: 24px;
  }

  .rsview-2026-intro {
    padding-top: 10px;
    font-size: 13px;
    line-height: 1.5;
  }

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

  .rsview-2026-card {
    min-height: 224px;
    padding: 20px 12px 18px;
    border-radius: 15px;
  }

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

  .rsview-2026-title {
    font-size: 14.5px;
  }

  .rsview-2026-text {
    padding-top: 8px;
    font-size: 12px;
    line-height: 1.42;
  }
}

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

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

  .rsview-2026-heading {
    max-width: 300px;
    font-size: 21px;
  }

  .rsview-2026-intro {
    padding-top: 9px;
    font-size: 12.5px;
    line-height: 1.45;
  }

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

  .rsview-2026-card {
    min-height: 216px;
    padding: 18px 10px 16px;
    border-radius: 14px;
  }

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

  .rsview-2026-title {
    font-size: 13.5px;
  }

  .rsview-2026-text {
    padding-top: 7px;
    font-size: 11.5px;
    line-height: 1.4;
  }
}

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

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

  .rsview-2026-heading {
    font-size: 20px;
  }

  .rsview-2026-intro {
    padding-top: 9px;
    font-size: 12px;
  }

  .rsview-2026-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
    margin-top: 20px;
  }

  .rsview-2026-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }

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

  .rsview-2026-title {
    font-size: 14px;
  }

  .rsview-2026-text {
    padding-top: 7px;
    font-size: 12px;
  }
}