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

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

.rsv26-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #24201d;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --rsv26-primary: #ff4500;
  --rsv26-secondary: #ff7a1a;
  --rsv26-accent: #186b57;
  --rsv26-soft: #fff5ee;
  --rsv26-text: #24201d;
  --rsv26-muted: #675b53;
  --rsv26-border: rgba(255, 69, 0, 0.18);
  --rsv26-shadow: rgba(150, 56, 14, 0.14);
}

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

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

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

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

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

.rsv26-wrapper .rsv26-heading {
  margin: 0 auto;
  color: var(--rsv26-text);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}

.rsv26-wrapper .rsv26-heading span {
  display: inline;
  color: var(--rsv26-primary);
}

.rsv26-wrapper .rsv26-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: var(--rsv26-muted);
  line-height: 1.65;
  font-weight: 500;
}

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

.rsv26-wrapper .rsv26-card {
  position: relative;
  z-index: 1;
  height: 100% !important;
  min-width: 0;
  border: 1px solid var(--rsv26-border);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.08), transparent 52%);
  box-shadow: 0 18px 50px var(--rsv26-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease, background-position 320ms ease;
  overflow: hidden;
}

.rsv26-wrapper .rsv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.12), rgba(24, 107, 87, 0.08), transparent 62%);
  opacity: 0;
  transition: opacity 260ms ease;
}

.rsv26-wrapper .rsv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.42);
  box-shadow: 0 24px 62px rgba(150, 56, 14, 0.2);
}

.rsv26-wrapper .rsv26-card:hover::before {
  opacity: 1;
}

.rsv26-wrapper .rsv26-icon {
  display: inline-grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--rsv26-primary), var(--rsv26-secondary) 55%, var(--rsv26-accent));
  box-shadow: 0 12px 26px rgba(255, 69, 0, 0.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

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

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

.rsv26-wrapper .rsv26-card h3 {
  margin: 0;
  color: var(--rsv26-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.rsv26-wrapper .rsv26-card p {
  margin: 0;
  color: var(--rsv26-muted);
  line-height: 1.6;
  font-weight: 500;
}

.rsv26-wrapper .rsv26-reveal {
  opacity: 0;
  transform: translateY(18px);
}

.rsv26-wrapper .rsv26-reveal.rsv26-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease;
}

@media (min-width: 1024px) {
  .rsv26-wrapper .rsv26-section {
    padding: 86px 24px;
  }

  .rsv26-wrapper .rsv26-container {
    padding: 0 18px;
  }

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

  .rsv26-wrapper .rsv26-intro {
    font-size: 17px;
  }

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

  .rsv26-wrapper .rsv26-card {
    min-height: 300px;
    padding: 34px 28px 30px;
  }

  .rsv26-wrapper .rsv26-icon {
    width: 66px;
    height: 66px;
    margin-bottom: 24px;
  }

  .rsv26-wrapper .rsv26-i {
    font-size: 28px;
  }

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

  .rsv26-wrapper .rsv26-card p {
    margin-top: 14px;
    font-size: 15px;
  }
}

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

  .rsv26-wrapper .rsv26-container {
    padding: 0 14px;
  }

  .rsv26-wrapper .rsv26-heading {
    font-size: 36px;
  }

  .rsv26-wrapper .rsv26-intro {
    font-size: 16px;
  }

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

  .rsv26-wrapper .rsv26-card {
    min-height: 270px;
    padding: 30px 24px 26px;
  }

  .rsv26-wrapper .rsv26-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .rsv26-wrapper .rsv26-i {
    font-size: 25px;
  }

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

  .rsv26-wrapper .rsv26-card p {
    margin-top: 12px;
    font-size: 14px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rsv26-wrapper .rsv26-section {
    padding: 52px 14px;
  }

  .rsv26-wrapper .rsv26-container {
    padding: 0 8px;
  }

  .rsv26-wrapper .rsv26-heading {
    font-size: 30px;
  }

  .rsv26-wrapper .rsv26-heading span {
    display: block;
  }

  .rsv26-wrapper .rsv26-intro {
    font-size: 14px;
    line-height: 1.55;
  }

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

  .rsv26-wrapper .rsv26-card {
    min-height: 236px;
    padding: 22px 14px 20px;
  }

  .rsv26-wrapper .rsv26-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }

  .rsv26-wrapper .rsv26-i {
    font-size: 21px;
  }

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

  .rsv26-wrapper .rsv26-card p {
    margin-top: 9px;
    font-size: 12.5px;
    line-height: 1.48;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rsv26-wrapper .rsv26-section {
    padding: 46px 12px;
  }

  .rsv26-wrapper .rsv26-container {
    padding: 0 6px;
  }

  .rsv26-wrapper .rsv26-heading {
    font-size: 27px;
  }

  .rsv26-wrapper .rsv26-heading span {
    display: block;
  }

  .rsv26-wrapper .rsv26-intro {
    font-size: 13.5px;
    line-height: 1.5;
  }

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

  .rsv26-wrapper .rsv26-card {
    min-height: 226px;
    padding: 20px 12px 18px;
  }

  .rsv26-wrapper .rsv26-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 14px;
  }

  .rsv26-wrapper .rsv26-i {
    font-size: 19px;
  }

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

  .rsv26-wrapper .rsv26-card p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.45;
  }
}

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

  .rsv26-wrapper .rsv26-container {
    padding: 0 4px;
  }

  .rsv26-wrapper .rsv26-heading {
    font-size: 24px;
  }

  .rsv26-wrapper .rsv26-heading span {
    display: block;
  }

  .rsv26-wrapper .rsv26-intro {
    font-size: 12.8px;
    line-height: 1.46;
  }

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

  .rsv26-wrapper .rsv26-card {
    min-height: 218px;
    padding: 18px 10px 16px;
    border-radius: 7px;
  }

  .rsv26-wrapper .rsv26-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 7px;
  }

  .rsv26-wrapper .rsv26-i {
    font-size: 18px;
  }

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

  .rsv26-wrapper .rsv26-card p {
    margin-top: 7px;
    font-size: 11.5px;
    line-height: 1.42;
  }
}

@media (max-width: 319px) {
  .rsv26-wrapper .rsv26-section {
    padding: 36px 10px;
  }

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

  .rsv26-wrapper .rsv26-heading {
    font-size: 23px;
  }

  .rsv26-wrapper .rsv26-heading span {
    display: block;
  }

  .rsv26-wrapper .rsv26-intro {
    font-size: 12.5px;
  }

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

  .rsv26-wrapper .rsv26-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
  }

  .rsv26-wrapper .rsv26-i {
    font-size: 18px;
  }

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

  .rsv26-wrapper .rsv26-card p {
    margin-top: 7px;
    font-size: 11.5px;
  }
}