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

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

.rlvx26-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #1f2328;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

.rlvx26-section-tint {
  background: linear-gradient(180deg, #fff7f2 0%, #f8fbfa 100%);
}

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

.rlvx26-heading,
.rlvx26-intro,
.rlvx26-card,
.rlvx26-card h3,
.rlvx26-card p {
  text-align: center !important;
}

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

.rlvx26-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #5d6570;
  line-height: 1.68;
  font-weight: 450;
}

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

.rlvx26-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f0d8cf;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(191, 69, 28, 0.10);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.rlvx26-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 260ms ease;
  pointer-events: none;
}

.rlvx26-card:hover {
  transform: translateY(-8px);
  border-color: #ff8a5b;
  box-shadow: 0 24px 58px rgba(191, 69, 28, 0.18);
  background: #ffffff;
}

.rlvx26-card:hover::before {
  opacity: 1;
}

.rlvx26-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff4500 0%, #ff8a5b 100%);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.26);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

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

.rlvx26-i {
  line-height: 1;
}

.rlvx26-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #1d2228;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.rlvx26-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #606873;
  line-height: 1.6;
  font-weight: 450;
}

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

.rlvx26-wrapper.rlvx26-js .rlvx26-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

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

@media (min-width: 1024px) {
  .rlvx26-section {
    padding: 86px 0 !important;
  }

  .rlvx26-container {
    padding: 0 24px !important;
  }

  .rlvx26-heading {
    font-size: 42px;
    max-width: 980px;
    white-space: nowrap;
  }

  .rlvx26-intro {
    margin-top: 18px;
    font-size: 17px;
  }

  .rlvx26-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 42px;
  }

  .rlvx26-card {
    min-height: 296px;
    padding: 34px 28px 30px;
  }

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

  .rlvx26-card h3 {
    font-size: 21px;
  }

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

@media (min-width: 768px) and (max-width: 1023px) {
  .rlvx26-section {
    padding: 68px 0 !important;
  }

  .rlvx26-container {
    padding: 0 22px !important;
  }

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

  .rlvx26-intro {
    margin-top: 15px;
    font-size: 16px;
  }

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

  .rlvx26-card {
    min-height: 264px;
    padding: 30px 24px 26px;
  }

  .rlvx26-icon {
    width: 64px;
    height: 64px;
    font-size: 25px;
    margin-bottom: 21px;
  }

  .rlvx26-card h3 {
    font-size: 19px;
  }

  .rlvx26-card p {
    margin-top: 10px;
    font-size: 15px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rlvx26-section {
    padding: 48px 0 !important;
  }

  .rlvx26-container {
    padding: 0 16px !important;
  }

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

  .rlvx26-intro {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

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

  .rlvx26-card {
    min-height: 228px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

  .rlvx26-icon {
    width: 52px;
    height: 52px;
    font-size: 20px;
    margin-bottom: 16px;
    border-radius: 16px;
  }

  .rlvx26-card h3 {
    font-size: 16px;
  }

  .rlvx26-card p {
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rlvx26-section {
    padding: 42px 0 !important;
  }

  .rlvx26-container {
    padding: 0 12px !important;
  }

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

  .rlvx26-intro {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
  }

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

  .rlvx26-card {
    min-height: 222px;
    padding: 20px 12px 18px;
    border-radius: 16px;
  }

  .rlvx26-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
    margin-bottom: 14px;
    border-radius: 15px;
  }

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

  .rlvx26-card p {
    margin-top: 7px;
    font-size: 12.5px;
    line-height: 1.44;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .rlvx26-section {
    padding: 36px 0 !important;
  }

  .rlvx26-container {
    padding: 0 10px !important;
  }

  .rlvx26-heading {
    font-size: 22px;
    max-width: 300px;
  }

  .rlvx26-intro {
    margin-top: 9px;
    font-size: 13px;
    line-height: 1.45;
  }

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

  .rlvx26-card {
    min-height: 214px;
    padding: 18px 10px 16px;
    border-radius: 15px;
  }

  .rlvx26-icon {
    width: 44px;
    height: 44px;
    font-size: 17px;
    margin-bottom: 12px;
    border-radius: 14px;
  }

  .rlvx26-card h3 {
    font-size: 14px;
  }

  .rlvx26-card p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.4;
  }
}

@media (max-width: 319px) {
  .rlvx26-grid {
    grid-template-columns: 1fr;
  }
}