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

.rwv-premium-content,
.rwv-premium-content *,
.rwv-premium-content *::before,
.rwv-premium-content *::after {
  box-sizing: border-box;
}

.rwv-premium-content {
  --rwv-ink: #211914;
  --rwv-muted: #6f625c;
  --rwv-line: rgba(164, 94, 57, 0.16);
  --rwv-bg-soft: #fff4ed;
  --rwv-accent: #ff4500;
  --rwv-accent-2: #c83b8f;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--rwv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

.rwv-premium-content .rwv-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 92px 22px;
}

.rwv-premium-content .rwv-section-intro,
.rwv-premium-content .rwv-section-process {
  background: #fff;
}

.rwv-premium-content .rwv-section-benefits {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 69, 0, 0.12), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(200, 59, 143, 0.12), transparent 30%),
    linear-gradient(180deg, #fff8f4 0%, #fff1ea 100%);
}

.rwv-premium-content .rwv-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

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

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

.rwv-premium-content h2 span {
  background: linear-gradient(135deg, #ff4500 0%, #e65438 42%, #c83b8f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rwv-premium-content .rwv-heading-wrap p {
  margin: 14px auto 0;
  max-width: 640px;
  color: var(--rwv-muted);
  font-size: 1.03rem;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rwv-premium-content .rwv-card-grid {
  display: grid;
  width: 100%;
  max-width: 100%;
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.rwv-premium-content .rwv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --rwv-card-a: #ff4500;
  --rwv-card-b: #ffb36b;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--rwv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--rwv-card-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 249, 245, 0.9));
  box-shadow: 0 16px 44px rgba(77, 45, 28, 0.08);
  opacity: 0;
  transform: translateY(26px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  transform-style: preserve-3d;
  transition:
    opacity 600ms ease,
    transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
  overflow: hidden;
}

.rwv-premium-content .rwv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--rwv-card-a) 10%, transparent), transparent 42%),
    radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--rwv-card-b) 18%, transparent), transparent 38%);
  opacity: 0.72;
  transition: opacity 220ms ease;
}

.rwv-premium-content .rwv-card::after {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--rwv-card-a), var(--rwv-card-b));
  transform: scaleX(0.22);
  transform-origin: left;
  opacity: 0.68;
  transition: transform 260ms ease, opacity 260ms ease;
}

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

.rwv-premium-content .rwv-card:hover {
  border-color: color-mix(in srgb, var(--rwv-card-a) 44%, transparent);
  box-shadow: 0 24px 62px rgba(77, 45, 28, 0.16);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

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

.rwv-premium-content .rwv-card:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.rwv-premium-content .rwv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin-bottom: 22px;
  border-radius: 18px;
  color: var(--rwv-card-a);
  background: color-mix(in srgb, var(--rwv-card-a) 12%, #ffffff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--rwv-card-a) 16%, transparent);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}

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

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

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

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

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

.rwv-premium-content .rwv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 20px;
  color: var(--rwv-card-a);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.22;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 240ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.rwv-premium-content .rwv-card-why {
  transform: perspective(900px) translateY(26px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

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

.rwv-premium-content .rwv-card-why:hover {
  transform: perspective(900px) translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.rwv-premium-content .rwv-card-step {
  padding-top: 34px;
}

.rwv-premium-content .rwv-step-number {
  position: absolute;
  top: 18px;
  right: 22px;
  max-width: 44%;
  color: color-mix(in srgb, var(--rwv-card-a) 16%, transparent);
  font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 260ms ease, color 260ms ease;
}

.rwv-premium-content .rwv-card-step:hover .rwv-step-number {
  color: color-mix(in srgb, var(--rwv-card-a) 24%, transparent);
  transform: translateY(-4px) scale(1.04);
}

.rwv-premium-content .rwv-card:nth-child(1) { --rwv-card-a: #ff4500; --rwv-card-b: #ff9f1c; }
.rwv-premium-content .rwv-card:nth-child(2) { --rwv-card-a: #d94874; --rwv-card-b: #ff8a65; }
.rwv-premium-content .rwv-card:nth-child(3) { --rwv-card-a: #7c4dff; --rwv-card-b: #00b8d9; }
.rwv-premium-content .rwv-card:nth-child(4) { --rwv-card-a: #0f9f7a; --rwv-card-b: #74d680; }
.rwv-premium-content .rwv-card:nth-child(5) { --rwv-card-a: #e87b00; --rwv-card-b: #ffd166; }
.rwv-premium-content .rwv-card:nth-child(6) { --rwv-card-a: #2f80ed; --rwv-card-b: #56ccf2; }
.rwv-premium-content .rwv-card:nth-child(7) { --rwv-card-a: #b83280; --rwv-card-b: #f687b3; }
.rwv-premium-content .rwv-card:nth-child(8) { --rwv-card-a: #3b8f56; --rwv-card-b: #c0df85; }

@media (min-width: 1200px) {
  .rwv-premium-content .rwv-section {
    padding: 96px 28px;
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .rwv-premium-content .rwv-section {
    padding: 82px 24px;
  }

  .rwv-premium-content .rwv-container {
    max-width: 1080px;
  }

  .rwv-premium-content .rwv-heading-wrap {
    margin-bottom: 36px;
  }

  .rwv-premium-content .rwv-heading-wrap p {
    font-size: 0.99rem;
  }

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

  .rwv-premium-content .rwv-card {
    padding: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rwv-premium-content .rwv-section {
    padding: 70px 20px;
  }

  .rwv-premium-content .rwv-heading-wrap {
    margin-bottom: 32px;
  }

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

  .rwv-premium-content .rwv-card {
    padding: 24px;
    min-height: 240px;
  }

  .rwv-premium-content h3 {
    font-size: 1.02rem;
  }

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

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

  .rwv-premium-content .rwv-heading-wrap {
    margin-bottom: 28px;
  }

  .rwv-premium-content .rwv-heading-wrap p {
    font-size: 0.94rem;
  }

  .rwv-premium-content .rwv-card-grid {
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .rwv-premium-content .rwv-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: auto;
    padding: 22px;
  }

  .rwv-premium-content .rwv-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .rwv-premium-content .rwv-cta {
    white-space: normal;
  }
}

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

  .rwv-premium-content .rwv-heading-wrap {
    margin-bottom: 24px;
  }

  .rwv-premium-content .rwv-heading-wrap p {
    font-size: 0.9rem;
  }

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

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

  .rwv-premium-content .rwv-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 18px;
    border-radius: 15px;
  }

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

  .rwv-premium-content h3 {
    font-size: 0.98rem;
  }

  .rwv-premium-content .rwv-card p {
    font-size: 0.9rem;
  }
}

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

  .rwv-premium-content .rwv-heading-wrap {
    margin-bottom: 22px;
  }

  .rwv-premium-content .rwv-heading-wrap p {
    font-size: 0.86rem;
  }

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

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

  .rwv-premium-content .rwv-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 14px;
  }

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

  .rwv-premium-content h3 {
    font-size: 0.94rem;
  }

  .rwv-premium-content .rwv-card p,
  .rwv-premium-content .rwv-cta {
    font-size: 0.86rem;
  }

  .rwv-premium-content .rwv-step-number {
    right: 16px;
    font-size: 2.8rem;
  }
}

@media (max-width: 767px) {
  .rwv-premium-content,
  .rwv-premium-content .rwv-section,
  .rwv-premium-content .rwv-container,
  .rwv-premium-content .rwv-card-grid,
  .rwv-premium-content .rwv-card {
    max-width: 100%;
    overflow-x: hidden;
  }

  .rwv-premium-content .rwv-card-grid {
    width: 100%;
  }

  .rwv-premium-content .rwv-card:hover,
  .rwv-premium-content .rwv-card-why:hover {
    transform: translateY(-4px);
  }
}

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

  .rwv-premium-content .rwv-card {
    opacity: 1;
    transform: none !important;
  }
}