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

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

.rlv2026-wrap {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #263238;
  font-family: inherit;
}

.rlv2026-section {
  width: 100% !important;
  text-align: center;
}

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

.rlv2026-section-tint {
  background: linear-gradient(180deg, #fff7f3 0%, #f7fbf9 100%);
}

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

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

.rlv2026-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #536369;
  text-align: center;
  line-height: 1.65;
  font-weight: 400;
}

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

.rlv2026-card {
  position: relative;
  height: 100% !important;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfc 100%);
  border: 1px solid #f0d8cf;
  box-shadow: 0 18px 46px rgba(255, 69, 0, 0.09);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.rlv2026-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;
}

.rlv2026-card-tint {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f4 100%);
}

.rlv2026-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #ff4500;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.13), rgba(0, 121, 211, 0.13));
  border: 1px solid rgba(255, 69, 0, 0.18);
  box-shadow: 0 12px 28px rgba(255, 69, 0, 0.12);
  text-align: center;
  transition: transform 260ms ease, background 260ms ease, color 260ms ease;
}

.rlv2026-i {
  color: inherit;
  line-height: 1;
  text-align: center;
}

.rlv2026-card-title {
  position: relative;
  margin: 0;
  color: #1f2e31;
  text-align: center;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.rlv2026-card-text {
  position: relative;
  margin: 0 auto;
  color: #5c6a70;
  text-align: center;
  line-height: 1.58;
  font-weight: 400;
}

.rlv2026-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.38);
  box-shadow: 0 24px 64px rgba(255, 69, 0, 0.14), 0 0 0 4px rgba(0, 121, 211, 0.05);
  background: linear-gradient(180deg, #ffffff 0%, #fff6f1 100%);
}

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

.rlv2026-card:hover .rlv2026-icon {
  transform: translateY(-3px) scale(1.04);
  color: #ffffff;
  background: linear-gradient(135deg, #ff4500, #0079d3);
}

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

.rlv2026-card.rlv2026-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

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

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

  .rlv2026-title {
    font-size: 44px;
    max-width: 980px;
    white-space: nowrap;
  }

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

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

  .rlv2026-card {
    min-height: 292px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }

  .rlv2026-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 30px;
  }

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

  .rlv2026-card-text {
    margin-top: 13px;
    font-size: 15.5px;
  }
}

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

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

  .rlv2026-title {
    font-size: 36px;
    max-width: 780px;
  }

  .rlv2026-intro {
    margin-top: 16px;
    font-size: 16.5px;
  }

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

  .rlv2026-card {
    min-height: 268px;
    padding: 30px 24px 26px;
    border-radius: 20px;
  }

  .rlv2026-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    margin-bottom: 22px;
    font-size: 27px;
  }

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

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

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

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

  .rlv2026-title {
    font-size: 30px;
    max-width: 440px;
  }

  .rlv2026-intro {
    margin-top: 12px;
    font-size: 14.5px;
  }

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

  .rlv2026-card {
    min-height: 230px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .rlv2026-icon {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    margin-bottom: 16px;
    font-size: 22px;
  }

  .rlv2026-card-title {
    font-size: 16.5px;
  }

  .rlv2026-card-text {
    margin-top: 9px;
    font-size: 13.2px;
    line-height: 1.48;
  }
}

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

  .rlv2026-container {
    padding: 0 12px;
  }

  .rlv2026-title {
    font-size: 27px;
    max-width: 360px;
  }

  .rlv2026-intro {
    margin-top: 11px;
    font-size: 13.8px;
    line-height: 1.55;
  }

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

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

  .rlv2026-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 14px;
    font-size: 20px;
  }

  .rlv2026-card-title {
    font-size: 15.5px;
  }

  .rlv2026-card-text {
    margin-top: 8px;
    font-size: 12.6px;
    line-height: 1.45;
  }
}

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

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

  .rlv2026-title {
    font-size: 24px;
    max-width: 300px;
  }

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

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

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

  .rlv2026-icon {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    margin-bottom: 12px;
    font-size: 18px;
  }

  .rlv2026-card-title {
    font-size: 14.5px;
  }

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