@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.5.2/css/all.min.css");

.rsv-premium-content,
.rsv-premium-content * {
  box-sizing: border-box;
}

.rsv-premium-content {
  --rsv-ink: #251913;
  --rsv-muted: #6f635b;
  --rsv-line: rgba(124, 75, 47, 0.16);
  --rsv-warm: #fff6ee;
  --rsv-main: #d75b2a;
  --rsv-main-2: #8d3ff2;
  --rsv-gold: #f0ad4e;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--rsv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #fff;
}

.rsv-premium-content .rsv-section {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.rsv-premium-content .rsv-section-white {
  background: #fff;
}

.rsv-premium-content .rsv-section-warm {
  background:
    radial-gradient(circle at 12% 8%, rgba(215, 91, 42, 0.13), transparent 31%),
    radial-gradient(circle at 90% 20%, rgba(141, 63, 242, 0.10), transparent 30%),
    linear-gradient(180deg, #fff9f4 0%, #fff1e7 100%);
}

.rsv-premium-content .rsv-container {
  width: min(1320px, calc(100% - 48px));
  max-width: 100%;
  margin: 0 auto;
}

.rsv-premium-content .rsv-section-head {
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.rsv-premium-content .rsv-section-head h2 {
  margin: 0;
  color: var(--rsv-ink);
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.14;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rsv-premium-content .rsv-section-head h2 span {
  background: linear-gradient(120deg, var(--rsv-main), var(--rsv-main-2) 58%, var(--rsv-gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rsv-premium-content .rsv-section-head p {
  margin: 14px auto 0;
  color: var(--rsv-muted);
  font-size: 1.02rem;
  line-height: 1.72;
  max-width: 720px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rsv-premium-content .rsv-grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 22px;
  align-items: stretch;
}

.rsv-premium-content .rsv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --rsv-card-a: #d75b2a;
  --rsv-card-b: #ffe0ce;
  --rsv-card-c: rgba(215, 91, 42, 0.18);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 255px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 26px;
  border: 1px solid var(--rsv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 28%),
    linear-gradient(145deg, rgba(255,255,255,0.98), rgba(255,248,243,0.94));
  box-shadow: 0 18px 46px rgba(83, 48, 31, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition:
    opacity 650ms ease,
    transform 650ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    background 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rsv-premium-content .rsv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(135deg, var(--rsv-card-c), transparent 42%),
    radial-gradient(circle at 88% 14%, var(--rsv-card-b), transparent 32%);
  opacity: 0.72;
  transition: opacity 260ms ease;
}

.rsv-premium-content .rsv-card::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, var(--rsv-card-a), transparent);
  opacity: 0.42;
  transition: opacity 260ms ease, inset 260ms ease;
}

.rsv-premium-content .rsv-card.is-visible {
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.rsv-premium-content .rsv-card:hover {
  border-color: color-mix(in srgb, var(--rsv-card-a) 42%, rgba(124, 75, 47, 0.16));
  box-shadow: 0 28px 70px rgba(83, 48, 31, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

.rsv-premium-content .rsv-card:hover::before {
  opacity: 1;
}

.rsv-premium-content .rsv-card:hover::after {
  inset-inline: 18px;
  opacity: 0.9;
}

.rsv-premium-content .rsv-icon {
  width: 54px;
  height: 54px;
  max-width: 100%;
  display: grid;
  place-items: center;
  margin: 0 0 18px;
  border-radius: 16px;
  color: var(--rsv-card-a);
  background: linear-gradient(145deg, #fff, var(--rsv-card-b));
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 24px rgba(83, 48, 31, 0.10);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}

.rsv-premium-content .rsv-icon i {
  font-size: 1.25rem;
  line-height: 1;
}

.rsv-premium-content .rsv-card:hover .rsv-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--rsv-card-a), var(--rsv-main-2));
  transform: translateY(-3px) rotate(-3deg) scale(1.04);
}

.rsv-premium-content .rsv-card h3 {
  position: relative;
  display: inline;
  margin: 0;
  color: var(--rsv-ink);
  font-size: 1.05rem;
  line-height: 1.35;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(var(--rsv-card-a), var(--rsv-card-a));
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 260ms ease;
}

.rsv-premium-content .rsv-card:hover h3 {
  background-size: 100% 2px;
}

.rsv-premium-content .rsv-card p {
  margin: 14px 0 0;
  color: var(--rsv-muted);
  font-size: 0.96rem;
  line-height: 1.68;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rsv-premium-content .rsv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--rsv-card-a);
  font-size: 0.92rem;
  line-height: 1.3;
  font-weight: 750;
  opacity: 0.34;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rsv-premium-content .rsv-card:hover .rsv-cta {
  opacity: 1;
  transform: translateY(0);
}

.rsv-premium-content .rsv-tilt {
  transform-style: preserve-3d;
}

.rsv-premium-content .rsv-tilt .rsv-icon,
.rsv-premium-content .rsv-tilt h3,
.rsv-premium-content .rsv-tilt p {
  transform: translateZ(10px);
}

.rsv-premium-content .rsv-process {
  padding-top: 30px;
}

.rsv-premium-content .rsv-process::before {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  top: 4px;
  z-index: -1;
  color: var(--rsv-card-a);
  font-size: 5.8rem;
  line-height: 1;
  font-weight: 900;
  opacity: 0.075;
  transition: opacity 260ms ease, transform 260ms ease;
}

.rsv-premium-content .rsv-process:hover::before {
  opacity: 0.14;
  transform: translateY(-4px) scale(1.04);
}

.rsv-premium-content .rsv-step-inline {
  display: block;
  margin: 0 0 14px;
  color: var(--rsv-card-a);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rsv-premium-content .rsv-card:nth-child(8n+1) {
  --rsv-card-a: #d75b2a;
  --rsv-card-b: #ffe0ce;
  --rsv-card-c: rgba(215, 91, 42, 0.17);
}

.rsv-premium-content .rsv-card:nth-child(8n+2) {
  --rsv-card-a: #8d3ff2;
  --rsv-card-b: #eadcff;
  --rsv-card-c: rgba(141, 63, 242, 0.15);
}

.rsv-premium-content .rsv-card:nth-child(8n+3) {
  --rsv-card-a: #0f9f8e;
  --rsv-card-b: #d9fbf4;
  --rsv-card-c: rgba(15, 159, 142, 0.15);
}

.rsv-premium-content .rsv-card:nth-child(8n+4) {
  --rsv-card-a: #c47a12;
  --rsv-card-b: #fff0cb;
  --rsv-card-c: rgba(196, 122, 18, 0.16);
}

.rsv-premium-content .rsv-card:nth-child(8n+5) {
  --rsv-card-a: #3066d8;
  --rsv-card-b: #dce7ff;
  --rsv-card-c: rgba(48, 102, 216, 0.14);
}

.rsv-premium-content .rsv-card:nth-child(8n+6) {
  --rsv-card-a: #bf315e;
  --rsv-card-b: #ffe0ea;
  --rsv-card-c: rgba(191, 49, 94, 0.14);
}

.rsv-premium-content .rsv-card:nth-child(8n+7) {
  --rsv-card-a: #5b7f1f;
  --rsv-card-b: #edf7d2;
  --rsv-card-c: rgba(91, 127, 31, 0.14);
}

.rsv-premium-content .rsv-card:nth-child(8n+8) {
  --rsv-card-a: #7d4a2f;
  --rsv-card-b: #f7dfcf;
  --rsv-card-c: rgba(125, 74, 47, 0.14);
}

@media (min-width: 1200px) {
  .rsv-premium-content .rsv-section {
    padding: 92px 0;
  }

  .rsv-premium-content .rsv-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .rsv-premium-content .rsv-container {
    width: min(1320px, calc(100% - 64px));
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .rsv-premium-content .rsv-section {
    padding: 80px 0;
  }

  .rsv-premium-content .rsv-container {
    width: min(1080px, calc(100% - 52px));
  }

  .rsv-premium-content .rsv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .rsv-premium-content .rsv-section-head {
    margin-bottom: 36px;
  }

  .rsv-premium-content .rsv-section-head p {
    font-size: 0.99rem;
  }

  .rsv-premium-content .rsv-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rsv-premium-content .rsv-section {
    padding: 68px 0;
  }

  .rsv-premium-content .rsv-container {
    width: min(900px, calc(100% - 40px));
  }

  .rsv-premium-content .rsv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .rsv-premium-content .rsv-section-head {
    margin-bottom: 32px;
  }

  .rsv-premium-content .rsv-card {
    min-height: 235px;
    padding: 22px;
  }

  .rsv-premium-content .rsv-card h3 {
    font-size: 1rem;
  }

  .rsv-premium-content .rsv-card p {
    font-size: 0.94rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rsv-premium-content .rsv-section {
    padding: 56px 0;
  }

  .rsv-premium-content .rsv-container {
    width: min(100%, calc(100% - 28px));
  }

  .rsv-premium-content .rsv-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .rsv-premium-content .rsv-section-head {
    margin-bottom: 26px;
  }

  .rsv-premium-content .rsv-section-head p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .rsv-premium-content .rsv-card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .rsv-premium-content .rsv-cta {
    opacity: 0.8;
    transform: none;
  }
}

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

  .rsv-premium-content .rsv-container {
    width: min(100%, calc(100% - 24px));
  }

  .rsv-premium-content .rsv-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .rsv-premium-content .rsv-section-head {
    margin-bottom: 24px;
  }

  .rsv-premium-content .rsv-section-head p {
    font-size: 0.9rem;
    line-height: 1.58;
  }

  .rsv-premium-content .rsv-card {
    min-height: auto;
    padding: 20px;
    border-radius: 18px;
  }

  .rsv-premium-content .rsv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .rsv-premium-content .rsv-icon i {
    font-size: 1.1rem;
  }

  .rsv-premium-content .rsv-process::before {
    font-size: 4.8rem;
  }
}

@media (max-width: 374px) {
  .rsv-premium-content .rsv-section {
    padding: 42px 0;
  }

  .rsv-premium-content .rsv-container {
    width: min(100%, calc(100% - 18px));
  }

  .rsv-premium-content .rsv-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .rsv-premium-content .rsv-section-head {
    margin-bottom: 20px;
  }

  .rsv-premium-content .rsv-section-head p {
    font-size: 0.86rem;
    line-height: 1.54;
  }

  .rsv-premium-content .rsv-card {
    min-height: auto;
    padding: 17px;
    border-radius: 16px;
  }

  .rsv-premium-content .rsv-card h3 {
    font-size: 0.96rem;
  }

  .rsv-premium-content .rsv-card p {
    font-size: 0.86rem;
    line-height: 1.58;
  }

  .rsv-premium-content .rsv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
    margin-bottom: 14px;
  }

  .rsv-premium-content .rsv-icon i {
    font-size: 1rem;
  }

  .rsv-premium-content .rsv-step-inline {
    font-size: 0.7rem;
  }

  .rsv-premium-content .rsv-process::before {
    right: 12px;
    font-size: 4.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rsv-premium-content .rsv-card,
  .rsv-premium-content .rsv-card::before,
  .rsv-premium-content .rsv-card::after,
  .rsv-premium-content .rsv-icon,
  .rsv-premium-content .rsv-cta,
  .rsv-premium-content .rsv-process::before {
    transition: none !important;
    animation: none !important;
  }

  .rsv-premium-content .rsv-card,
  .rsv-premium-content .rsv-card.is-visible,
  .rsv-premium-content .rsv-card:hover {
    transform: none !important;
  }
}