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

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

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

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

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

.rsv2026-section-tint {
  background: linear-gradient(180deg, #fff7f4 0%, #f8fbf7 100%);
}

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

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

.rsv2026-heading {
  margin: 0 auto;
  color: #1f252b;
  font-weight: 820;
  line-height: 1.08;
  letter-spacing: 0;
}

.rsv2026-intro {
  margin: 0 auto;
  max-width: 760px;
  color: #5f6872;
  line-height: 1.65;
  font-weight: 460;
}

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

.rsv2026-card {
  position: relative;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #eaded8;
  border-radius: 22px;
  box-shadow: 0 18px 46px rgba(142, 70, 42, 0.105);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
}

.rsv2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.12), transparent 48%);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.rsv2026-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.42);
  box-shadow: 0 24px 58px rgba(142, 70, 42, 0.18);
  background: #ffffff;
}

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

.rsv2026-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #ff4500 0%, #ff8a3d 52%, #6fbf73 100%);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(255, 69, 0, 0.25);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.rsv2026-card:hover .rsv2026-icon {
  transform: translateY(-3px) scale(1.035);
  box-shadow: 0 16px 38px rgba(255, 69, 0, 0.32);
}

.rsv2026-i {
  color: #ffffff;
  line-height: 1;
}

.rsv2026-card h3 {
  position: relative;
  margin: 0;
  color: #242a30;
  font-weight: 780;
  line-height: 1.22;
  letter-spacing: 0;
}

.rsv2026-card p {
  position: relative;
  margin: 0 auto;
  color: #626c75;
  line-height: 1.58;
  font-weight: 440;
}

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

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

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

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

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

  .rsv2026-intro {
    font-size: 18px;
    margin-top: 18px;
    margin-bottom: 42px;
  }

  .rsv2026-grid {
    gap: 24px;
  }

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

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

  .rsv2026-card {
    min-height: 298px;
    padding: 34px 28px 30px;
  }

  .rsv2026-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
  }

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

  .rsv2026-card h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }

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

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

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

  .rsv2026-heading {
    font-size: 35px;
    max-width: 760px;
  }

  .rsv2026-intro {
    font-size: 16.5px;
    margin-top: 16px;
    margin-bottom: 34px;
  }

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

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

  .rsv2026-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }

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

  .rsv2026-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

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

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

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

  .rsv2026-heading {
    font-size: 28px;
    max-width: 430px;
  }

  .rsv2026-intro {
    font-size: 14.5px;
    margin-top: 13px;
    margin-bottom: 24px;
    line-height: 1.55;
  }

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

  .rsv2026-card {
    min-height: 232px;
    padding: 21px 15px 19px;
    border-radius: 16px;
  }

  .rsv2026-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 15px;
  }

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

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

  .rsv2026-card p {
    font-size: 13px;
    line-height: 1.46;
  }
}

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

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

  .rsv2026-heading {
    font-size: 25px;
    max-width: 360px;
  }

  .rsv2026-intro {
    font-size: 13.5px;
    margin-top: 12px;
    margin-bottom: 20px;
    line-height: 1.5;
  }

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

  .rsv2026-card {
    min-height: 222px;
    padding: 18px 11px 16px;
    border-radius: 15px;
  }

  .rsv2026-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    border-radius: 14px;
  }

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

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

  .rsv2026-card p {
    font-size: 12.4px;
    line-height: 1.43;
  }
}

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

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

  .rsv2026-heading {
    font-size: 22px;
    max-width: 310px;
  }

  .rsv2026-intro {
    font-size: 12.8px;
    margin-top: 10px;
    margin-bottom: 18px;
    line-height: 1.46;
  }

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

  .rsv2026-card {
    min-height: 214px;
    padding: 16px 9px 14px;
    border-radius: 13px;
  }

  .rsv2026-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
    border-radius: 13px;
  }

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

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

  .rsv2026-card p {
    font-size: 11.7px;
    line-height: 1.4;
  }
}

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

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

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

  .rsv2026-intro {
    font-size: 12.5px;
    margin-top: 10px;
    margin-bottom: 18px;
  }

  .rsv2026-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rsv2026-card {
    min-height: 210px;
    padding: 18px 12px;
  }

  .rsv2026-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

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

  .rsv2026-card h3 {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .rsv2026-card p {
    font-size: 12px;
  }
}