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

.rsv-2026-wrapper,
.rsv-2026-wrapper * {
  box-sizing: border-box;
  min-width: 0;
}

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

.rsv-2026-wrapper .rsv-2026-section {
  width: 100% !important;
}

.rsv-2026-wrapper .rsv-2026-section-white {
  background: #ffffff;
}

.rsv-2026-wrapper .rsv-2026-section-tint {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.08), transparent 34%),
    linear-gradient(180deg, #fff7f3 0%, #fffaf7 100%);
}

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

.rsv-2026-wrapper .rsv-2026-heading {
  margin: 0 auto;
  text-align: center;
  color: #17191d;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.rsv-2026-wrapper .rsv-2026-intro {
  margin: 0 auto;
  text-align: center;
  color: #5f6672;
  font-weight: 450;
  line-height: 1.65;
}

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

.rsv-2026-wrapper .rsv-2026-card {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100% !important;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #fffdfb 100%);
  border: 1px solid rgba(255, 69, 0, 0.16);
  box-shadow: 0 18px 48px rgba(95, 43, 20, 0.09);
  overflow: hidden;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 260ms ease;
}

.rsv-2026-wrapper .rsv-2026-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.09), rgba(255, 184, 77, 0.08), rgba(42, 48, 58, 0.02));
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 260ms ease, transform 260ms ease;
}

.rsv-2026-wrapper .rsv-2026-card-tint {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f1 100%);
}

.rsv-2026-wrapper .rsv-2026-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.36);
  box-shadow: 0 24px 62px rgba(255, 69, 0, 0.16), 0 10px 26px rgba(50, 38, 31, 0.08);
}

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

.rsv-2026-wrapper .rsv-2026-icon {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, #ff4500 0%, #ff8a3d 58%, #ffbf5f 100%);
  box-shadow: 0 14px 28px rgba(255, 69, 0, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.rsv-2026-wrapper .rsv-2026-card:hover .rsv-2026-icon {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 18px 34px rgba(255, 69, 0, 0.28);
}

.rsv-2026-wrapper .rsv-2026-i {
  display: block;
  line-height: 1;
}

.rsv-2026-wrapper .rsv-2026-card h3 {
  margin: 0;
  text-align: center;
  color: #202329;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}

.rsv-2026-wrapper .rsv-2026-card p {
  margin: 0;
  text-align: center;
  color: #626a76;
  line-height: 1.6;
  font-weight: 430;
}

.rsv-2026-wrapper .rsv-2026-card {
  opacity: 1;
  transform: translateY(0);
}

.rsv-2026-wrapper.rsv-2026-js .rsv-2026-card {
  opacity: 0;
  transform: translateY(18px);
}

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

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

  .rsv-2026-wrapper .rsv-2026-container {
    padding: 0 28px;
  }

  .rsv-2026-wrapper .rsv-2026-heading {
    max-width: 1040px;
    font-size: 42px;
    white-space: nowrap;
  }

  .rsv-2026-wrapper .rsv-2026-intro {
    max-width: 760px;
    margin-top: 16px;
    font-size: 17px;
  }

  .rsv-2026-wrapper .rsv-2026-grid {
    margin-top: 44px;
    gap: 24px;
  }

  .rsv-2026-wrapper .rsv-2026-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rsv-2026-wrapper .rsv-2026-card {
    min-height: 300px;
    padding: 34px 28px 30px;
    border-radius: 22px;
  }

  .rsv-2026-wrapper .rsv-2026-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 24px;
    border-radius: 20px;
    font-size: 28px;
  }

  .rsv-2026-wrapper .rsv-2026-card h3 {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .rsv-2026-wrapper .rsv-2026-card p {
    font-size: 15.5px;
  }
}

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

  .rsv-2026-wrapper .rsv-2026-container {
    padding: 0 24px;
  }

  .rsv-2026-wrapper .rsv-2026-heading {
    max-width: 760px;
    font-size: 34px;
  }

  .rsv-2026-wrapper .rsv-2026-intro {
    max-width: 690px;
    margin-top: 14px;
    font-size: 16px;
  }

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

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

  .rsv-2026-wrapper .rsv-2026-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
    border-radius: 18px;
    font-size: 25px;
  }

  .rsv-2026-wrapper .rsv-2026-card h3 {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .rsv-2026-wrapper .rsv-2026-card p {
    font-size: 15px;
  }
}

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

  .rsv-2026-wrapper .rsv-2026-container {
    padding: 0 16px;
  }

  .rsv-2026-wrapper .rsv-2026-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .rsv-2026-wrapper .rsv-2026-intro {
    max-width: 430px;
    margin-top: 12px;
    font-size: 14.5px;
  }

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

  .rsv-2026-wrapper .rsv-2026-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 17px;
  }

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

  .rsv-2026-wrapper .rsv-2026-card h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .rsv-2026-wrapper .rsv-2026-card p {
    font-size: 13.2px;
    line-height: 1.52;
  }
}

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

  .rsv-2026-wrapper .rsv-2026-container {
    padding: 0 12px;
  }

  .rsv-2026-wrapper .rsv-2026-heading {
    max-width: 360px;
    font-size: 25px;
  }

  .rsv-2026-wrapper .rsv-2026-intro {
    max-width: 350px;
    margin-top: 10px;
    font-size: 13.7px;
    line-height: 1.58;
  }

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

  .rsv-2026-wrapper .rsv-2026-card {
    min-height: 224px;
    padding: 19px 11px 17px;
    border-radius: 15px;
  }

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

  .rsv-2026-wrapper .rsv-2026-card h3 {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .rsv-2026-wrapper .rsv-2026-card p {
    font-size: 12.7px;
    line-height: 1.48;
  }
}

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

  .rsv-2026-wrapper .rsv-2026-container {
    padding: 0 10px;
  }

  .rsv-2026-wrapper .rsv-2026-heading {
    max-width: 310px;
    font-size: 22px;
    line-height: 1.16;
  }

  .rsv-2026-wrapper .rsv-2026-intro {
    max-width: 300px;
    margin-top: 9px;
    font-size: 12.9px;
    line-height: 1.52;
  }

  .rsv-2026-wrapper .rsv-2026-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 21px;
    gap: 10px;
  }

  .rsv-2026-wrapper .rsv-2026-card {
    min-height: 218px;
    padding: 17px 9px 15px;
    border-radius: 14px;
  }

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

  .rsv-2026-wrapper .rsv-2026-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .rsv-2026-wrapper .rsv-2026-card p {
    font-size: 12px;
    line-height: 1.45;
  }
}

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

  .rsv-2026-wrapper .rsv-2026-container {
    padding: 0 10px;
  }

  .rsv-2026-wrapper .rsv-2026-heading {
    font-size: 21px;
  }

  .rsv-2026-wrapper .rsv-2026-intro {
    margin-top: 9px;
    font-size: 12.8px;
  }

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

  .rsv-2026-wrapper .rsv-2026-card {
    min-height: 210px;
    padding: 18px 12px 16px;
    border-radius: 14px;
  }

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

  .rsv-2026-wrapper .rsv-2026-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .rsv-2026-wrapper .rsv-2026-card p {
    font-size: 12px;
  }
}