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

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

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

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

.raviewer26 .raviewer26-section-white {
  background: #ffffff;
}

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

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

.raviewer26 .raviewer26-heading,
.raviewer26 .raviewer26-intro,
.raviewer26 .raviewer26-card-title,
.raviewer26 .raviewer26-card-text {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
}

.raviewer26 .raviewer26-heading {
  margin-top: 0;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
  color: #241713;
}

.raviewer26 .raviewer26-intro {
  margin-top: 14px;
  margin-bottom: 0;
  max-width: 760px;
  color: #6b5b55;
  line-height: 1.7;
  font-weight: 450;
}

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

.raviewer26 .raviewer26-card {
  position: relative;
  height: 100% !important;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 252, 250, 0.96));
  border: 1px solid rgba(255, 69, 0, 0.15);
  box-shadow: 0 18px 44px rgba(122, 42, 18, 0.1);
  transition:
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease,
    background-position 420ms ease;
  opacity: 1;
}

.raviewer26 .raviewer26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), rgba(255, 183, 77, 0.08), transparent 58%);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 280ms ease, transform 280ms ease;
  pointer-events: none;
}

.raviewer26 .raviewer26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.35);
  box-shadow: 0 24px 60px rgba(122, 42, 18, 0.16);
}

.raviewer26 .raviewer26-card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.raviewer26 .raviewer26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, #ff4500 0%, #ff8a3d 52%, #ffbf69 100%);
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}

.raviewer26 .raviewer26-card:hover .raviewer26-icon {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 18px 34px rgba(255, 69, 0, 0.3);
}

.raviewer26 .raviewer26-i {
  line-height: 1;
  text-align: center !important;
}

.raviewer26 .raviewer26-card-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #241713;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.raviewer26 .raviewer26-card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: #665854;
  line-height: 1.62;
  font-weight: 430;
}

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

.raviewer26 .raviewer26-card.raviewer26-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .raviewer26 .raviewer26-container {
    padding: 0 28px;
  }

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

  .raviewer26 .raviewer26-intro {
    font-size: 17px;
  }

  .raviewer26 .raviewer26-grid {
    gap: 24px;
    margin-top: 42px;
  }

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

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

  .raviewer26 .raviewer26-card {
    min-height: 300px;
    padding: 34px 26px 30px;
    border-radius: 22px;
  }

  .raviewer26 .raviewer26-icon {
    width: 68px;
    height: 68px;
    border-radius: 20px;
  }

  .raviewer26 .raviewer26-i {
    font-size: 28px;
  }

  .raviewer26 .raviewer26-card-title {
    margin-top: 24px;
    font-size: 20px;
  }

  .raviewer26 .raviewer26-card-text {
    margin-top: 14px;
    font-size: 15px;
  }
}

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

  .raviewer26 .raviewer26-container {
    padding: 0 24px;
  }

  .raviewer26 .raviewer26-heading {
    font-size: 34px;
  }

  .raviewer26 .raviewer26-intro {
    font-size: 16px;
  }

  .raviewer26 .raviewer26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 36px;
  }

  .raviewer26 .raviewer26-card {
    min-height: 270px;
    padding: 30px 22px 26px;
    border-radius: 20px;
  }

  .raviewer26 .raviewer26-icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
  }

  .raviewer26 .raviewer26-i {
    font-size: 25px;
  }

  .raviewer26 .raviewer26-card-title {
    margin-top: 21px;
    font-size: 19px;
  }

  .raviewer26 .raviewer26-card-text {
    margin-top: 12px;
    font-size: 14.5px;
  }
}

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

  .raviewer26 .raviewer26-container {
    padding: 0 16px;
  }

  .raviewer26 .raviewer26-heading {
    font-size: 28px;
    line-height: 1.15;
  }

  .raviewer26 .raviewer26-intro {
    font-size: 14.5px;
    line-height: 1.58;
  }

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

  .raviewer26 .raviewer26-card {
    min-height: 238px;
    padding: 22px 13px 20px;
    border-radius: 17px;
  }

  .raviewer26 .raviewer26-icon {
    width: 52px;
    height: 52px;
    border-radius: 15px;
  }

  .raviewer26 .raviewer26-i {
    font-size: 21px;
  }

  .raviewer26 .raviewer26-card-title {
    margin-top: 17px;
    font-size: 16px;
  }

  .raviewer26 .raviewer26-card-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.48;
  }
}

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

  .raviewer26 .raviewer26-container {
    padding: 0 13px;
  }

  .raviewer26 .raviewer26-heading {
    font-size: 25px;
    line-height: 1.16;
  }

  .raviewer26 .raviewer26-intro {
    font-size: 13.8px;
    line-height: 1.54;
  }

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

  .raviewer26 .raviewer26-card {
    min-height: 224px;
    padding: 19px 10px 18px;
    border-radius: 15px;
  }

  .raviewer26 .raviewer26-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .raviewer26 .raviewer26-i {
    font-size: 19px;
  }

  .raviewer26 .raviewer26-card-title {
    margin-top: 15px;
    font-size: 15px;
  }

  .raviewer26 .raviewer26-card-text {
    margin-top: 8px;
    font-size: 12.3px;
    line-height: 1.43;
  }
}

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

  .raviewer26 .raviewer26-container {
    padding: 0 10px;
  }

  .raviewer26 .raviewer26-heading {
    font-size: 22px;
    line-height: 1.16;
  }

  .raviewer26 .raviewer26-intro {
    font-size: 13px;
    line-height: 1.48;
  }

  .raviewer26 .raviewer26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin-top: 21px;
  }

  .raviewer26 .raviewer26-card {
    min-height: 214px;
    padding: 17px 8px 16px;
    border-radius: 13px;
  }

  .raviewer26 .raviewer26-icon {
    width: 43px;
    height: 43px;
    border-radius: 12px;
  }

  .raviewer26 .raviewer26-i {
    font-size: 17px;
  }

  .raviewer26 .raviewer26-card-title {
    margin-top: 13px;
    font-size: 13.8px;
  }

  .raviewer26 .raviewer26-card-text {
    margin-top: 7px;
    font-size: 11.4px;
    line-height: 1.38;
  }
}

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

  .raviewer26 .raviewer26-container {
    padding: 0 10px;
  }

  .raviewer26 .raviewer26-heading {
    font-size: 21px;
  }

  .raviewer26 .raviewer26-intro {
    font-size: 13px;
  }

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

  .raviewer26 .raviewer26-card {
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 13px;
  }

  .raviewer26 .raviewer26-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .raviewer26 .raviewer26-i {
    font-size: 17px;
  }

  .raviewer26 .raviewer26-card-title {
    margin-top: 13px;
    font-size: 14px;
  }

  .raviewer26 .raviewer26-card-text {
    margin-top: 8px;
    font-size: 12px;
  }
}