@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;
}

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

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

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

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

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

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

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

.rlv2026-intro {
  margin: 0 auto;
  max-width: 720px;
  color: #665b57;
  line-height: 1.65;
  font-weight: 400;
}

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

.rlv2026-card {
  position: relative;
  height: 100% !important;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #f0d8cf;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.08), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #fffdfc 100%);
  box-shadow: 0 18px 42px rgba(116, 47, 24, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.rlv2026-card::after {
  content: "";
  position: absolute;
  inset: auto 22% 0 22%;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, #ff4500, #ff8a3d, #2f2f34);
  opacity: 0;
  transform: translateY(3px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.rlv2026-icon {
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 18px;
  color: #ff4500;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), rgba(255, 138, 61, 0.18));
  box-shadow: inset 0 0 0 1px rgba(255, 69, 0, 0.16), 0 12px 28px rgba(255, 69, 0, 0.12);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}

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

.rlv2026-card h3 {
  margin: 0;
  color: #2b201d;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}

.rlv2026-card p {
  margin: 0 auto;
  color: #675c58;
  line-height: 1.58;
  font-weight: 400;
}

.rlv2026-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.42);
  box-shadow: 0 24px 58px rgba(116, 47, 24, 0.17);
}

.rlv2026-card:hover::after {
  opacity: 1;
  transform: translateY(0);
}

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

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

.rlv2026-js-ready .rlv2026-card.rlv2026-reveal {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

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

  .rlv2026-card {
    min-height: 300px;
    padding: 34px 28px 32px;
  }

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

  .rlv2026-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

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

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

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

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

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

  .rlv2026-card {
    min-height: 270px;
    padding: 30px 24px 28px;
  }

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

  .rlv2026-card h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .rlv2026-card p {
    font-size: 15px;
  }
}

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

  .rlv2026-heading {
    font-size: 28px;
  }

  .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: 238px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }

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

  .rlv2026-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .rlv2026-card p {
    font-size: 13.2px;
    line-height: 1.5;
  }
}

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

  .rlv2026-heading {
    font-size: 25px;
  }

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

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

  .rlv2026-card {
    min-height: 226px;
    padding: 19px 11px 18px;
    border-radius: 16px;
  }

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

  .rlv2026-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .rlv2026-card p {
    font-size: 12.6px;
    line-height: 1.46;
  }
}

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

  .rlv2026-heading {
    font-size: 22px;
  }

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

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

  .rlv2026-card {
    min-height: 218px;
    padding: 17px 9px 16px;
    border-radius: 14px;
  }

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

  .rlv2026-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .rlv2026-card p {
    font-size: 12px;
    line-height: 1.42;
  }
}