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

.rvv-premium-section,
.rvv-premium-section * {
  box-sizing: border-box;
}

.rvv-premium-section {
  --rvv-ink: #231916;
  --rvv-muted: #6f625d;
  --rvv-soft: #fff6ef;
  --rvv-line: rgba(138, 85, 52, 0.16);
  --rvv-accent: #ff4500;
  --rvv-accent-2: #b84b2f;
  --rvv-radius: 22px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--rvv-ink);
}

.rvv-premium-section .rvv-sec {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 96px 24px;
}

.rvv-premium-section .rvv-sec--intro,
.rvv-premium-section .rvv-sec--process {
  background: #fff;
}

.rvv-premium-section .rvv-sec--benefits {
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 69, 0, 0.12), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(255, 174, 94, 0.16), transparent 28%),
    linear-gradient(180deg, #fff8f1 0%, #fff1e6 100%);
}

.rvv-premium-section .rvv-container {
  width: min(1280px, 100%);
  max-width: 100%;
  margin: 0 auto;
}

.rvv-premium-section .rvv-heading-wrap {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

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

.rvv-premium-section .rvv-heading-wrap h2 span {
  background: linear-gradient(135deg, #ff4500 0%, #d85c2f 48%, #8f3f2c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rvv-premium-section .rvv-heading-wrap p {
  margin: 14px auto 0;
  color: var(--rvv-muted);
  font-size: 1.04rem;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rvv-premium-section .rvv-grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.rvv-premium-section .rvv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --rvv-card-a: #ff4500;
  --rvv-card-b: #ffb36b;
  --rvv-card-c: rgba(255, 69, 0, 0.12);
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 245px;
  padding: 26px;
  border: 1px solid var(--rvv-line);
  border-radius: var(--rvv-radius);
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.88), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 242, 0.78));
  box-shadow: 0 18px 44px rgba(75, 43, 28, 0.08);
  opacity: 0;
  transform: translateY(24px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transform-style: preserve-3d;
  transition:
    opacity 0.65s ease,
    transform 0.22s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  overflow: hidden;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rvv-premium-section .rvv-card:nth-child(2) { --rvv-card-a: #e85d75; --rvv-card-b: #ffb4a2; --rvv-card-c: rgba(232, 93, 117, 0.13); }
.rvv-premium-section .rvv-card:nth-child(3) { --rvv-card-a: #2f7d6d; --rvv-card-b: #8fd6bd; --rvv-card-c: rgba(47, 125, 109, 0.12); }
.rvv-premium-section .rvv-card:nth-child(4) { --rvv-card-a: #7a4dd8; --rvv-card-b: #c9b6ff; --rvv-card-c: rgba(122, 77, 216, 0.12); }
.rvv-premium-section .rvv-card:nth-child(5) { --rvv-card-a: #c77700; --rvv-card-b: #ffd080; --rvv-card-c: rgba(199, 119, 0, 0.13); }
.rvv-premium-section .rvv-card:nth-child(6) { --rvv-card-a: #0d78b7; --rvv-card-b: #9fd8ff; --rvv-card-c: rgba(13, 120, 183, 0.12); }
.rvv-premium-section .rvv-card:nth-child(7) { --rvv-card-a: #b53f6b; --rvv-card-b: #ffabc9; --rvv-card-c: rgba(181, 63, 107, 0.12); }
.rvv-premium-section .rvv-card:nth-child(8) { --rvv-card-a: #54612e; --rvv-card-b: #c9d78c; --rvv-card-c: rgba(84, 97, 46, 0.13); }

.rvv-premium-section .rvv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--rvv-card-c), transparent 42%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), var(--rvv-card-c), transparent 34%);
  opacity: 0.75;
  pointer-events: none;
}

.rvv-premium-section .rvv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--rvv-card-a), var(--rvv-card-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s ease;
}

.rvv-premium-section .rvv-card.rvv-is-visible {
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.rvv-premium-section .rvv-card:hover {
  border-color: color-mix(in srgb, var(--rvv-card-a) 42%, transparent);
  box-shadow: 0 26px 62px rgba(75, 43, 28, 0.15);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.rvv-premium-section .rvv-card:hover::after {
  transform: scaleX(1);
}

.rvv-premium-section .rvv-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 16px;
  color: var(--rvv-card-a);
  background: linear-gradient(145deg, #fff, var(--rvv-card-c));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72), 0 12px 26px rgba(72, 39, 25, 0.08);
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

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

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

.rvv-premium-section .rvv-card h3 {
  position: relative;
  z-index: 1;
  display: inline;
  margin: 0;
  color: var(--rvv-ink);
  font-size: 1.08rem;
  line-height: 1.32;
  font-weight: 780;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--rvv-card-a), var(--rvv-card-b));
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.28s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.rvv-premium-section .rvv-card p {
  position: relative;
  z-index: 1;
  margin: 14px 0 0;
  color: var(--rvv-muted);
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rvv-premium-section .rvv-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--rvv-card-a);
  font-size: 0.88rem;
  font-weight: 760;
  line-height: 1.3;
  opacity: 0.3;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.rvv-premium-section .rvv-grid--tilt .rvv-card:hover {
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.rvv-premium-section .rvv-step {
  padding-top: 34px;
}

.rvv-premium-section .rvv-step::before {
  content: attr(data-step);
  position: absolute;
  top: 16px;
  right: 20px;
  color: var(--rvv-card-a);
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 900;
  opacity: 0.08;
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.rvv-premium-section .rvv-step:hover::before {
  opacity: 0.15;
  transform: translateY(-4px) scale(1.04);
}

@media (min-width: 1200px) {
  .rvv-premium-section .rvv-sec {
    padding: 104px 32px;
  }

  .rvv-premium-section .rvv-container {
    width: min(1320px, 100%);
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .rvv-premium-section .rvv-sec {
    padding: 86px 24px;
  }

  .rvv-premium-section .rvv-container {
    width: min(1080px, 100%);
  }

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

  .rvv-premium-section .rvv-heading-wrap p {
    font-size: 1rem;
  }

  .rvv-premium-section .rvv-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rvv-premium-section .rvv-sec {
    padding: 72px 20px;
  }

  .rvv-premium-section .rvv-heading-wrap {
    margin-bottom: 34px;
  }

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

  .rvv-premium-section .rvv-card {
    padding: 23px;
  }

  .rvv-premium-section .rvv-card h3 {
    font-size: 1.02rem;
  }

  .rvv-premium-section .rvv-card p {
    font-size: 0.94rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rvv-premium-section .rvv-sec {
    padding: 58px 16px;
  }

  .rvv-premium-section .rvv-heading-wrap {
    margin-bottom: 28px;
  }

  .rvv-premium-section .rvv-heading-wrap p {
    font-size: 0.95rem;
  }

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

  .rvv-premium-section .rvv-card {
    min-height: auto;
    padding: 22px;
  }

  .rvv-premium-section .rvv-cta {
    width: 100%;
  }
}

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

  .rvv-premium-section .rvv-heading-wrap {
    margin-bottom: 24px;
  }

  .rvv-premium-section .rvv-heading-wrap p {
    font-size: 0.91rem;
    line-height: 1.62;
  }

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

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

  .rvv-premium-section .rvv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 14px;
  }

  .rvv-premium-section .rvv-icon i {
    font-size: 1.08rem;
  }

  .rvv-premium-section .rvv-step::before {
    font-size: 3.7rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .rvv-premium-section .rvv-sec {
    padding: 42px 12px;
  }

  .rvv-premium-section .rvv-heading-wrap {
    margin-bottom: 22px;
  }

  .rvv-premium-section .rvv-heading-wrap p {
    font-size: 0.88rem;
    line-height: 1.58;
  }

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

  .rvv-premium-section .rvv-card {
    min-height: auto;
    padding: 18px;
    border-radius: 16px;
  }

  .rvv-premium-section .rvv-card h3 {
    font-size: 0.98rem;
  }

  .rvv-premium-section .rvv-card p {
    font-size: 0.88rem;
  }

  .rvv-premium-section .rvv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 13px;
  }

  .rvv-premium-section .rvv-icon i {
    font-size: 1rem;
  }

  .rvv-premium-section .rvv-step::before {
    top: 14px;
    right: 16px;
    font-size: 3.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rvv-premium-section .rvv-card,
  .rvv-premium-section .rvv-card::after,
  .rvv-premium-section .rvv-icon,
  .rvv-premium-section .rvv-cta,
  .rvv-premium-section .rvv-step::before,
  .rvv-premium-section .rvv-card h3 {
    transition: none !important;
    animation: none !important;
  }

  .rvv-premium-section .rvv-card {
    opacity: 1;
    transform: none !important;
  }
}