@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 * {
  box-sizing: border-box;
}

.rwv-premium-content {
  --rwv-ink: #201712;
  --rwv-muted: #6f625b;
  --rwv-line: rgba(172, 93, 49, 0.18);
  --rwv-bg-warm: #fff6ef;
  --rwv-gradient: linear-gradient(135deg, #ff4500 0%, #d94f1f 42%, #8b3f9f 100%);
  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;
}

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

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

.rwv-premium-content .rwv-section-warm {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 69, 0, 0.12), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(139, 63, 159, 0.1), transparent 28%),
    linear-gradient(180deg, #fff8f2 0%, #fff3ea 100%);
}

.rwv-premium-content .rwv-container {
  width: 100%;
  max-width: 1240px;
  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.16;
  font-weight: 820;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rwv-premium-content h2 span {
  background: var(--rwv-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

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

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

.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: #ff9f68;
  --rwv-card-soft: rgba(255, 69, 0, 0.1);
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 250px;
  padding: 26px;
  border: 1px solid var(--rwv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), rgba(255, 255, 255, 0.92), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 242, 0.9));
  box-shadow: 0 18px 46px rgba(79, 47, 31, 0.08);
  transform: translateY(26px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    background 0.35s ease;
  transform-style: preserve-3d;
  overflow: hidden;
}

.rwv-premium-content .rwv-card:nth-child(1) { --rwv-card-a: #ff4500; --rwv-card-b: #ff9f68; --rwv-card-soft: rgba(255, 69, 0, 0.12); }
.rwv-premium-content .rwv-card:nth-child(2) { --rwv-card-a: #c14dff; --rwv-card-b: #f1a5ff; --rwv-card-soft: rgba(193, 77, 255, 0.11); }
.rwv-premium-content .rwv-card:nth-child(3) { --rwv-card-a: #1f9a7a; --rwv-card-b: #76dcc3; --rwv-card-soft: rgba(31, 154, 122, 0.11); }
.rwv-premium-content .rwv-card:nth-child(4) { --rwv-card-a: #e28a11; --rwv-card-b: #ffd27d; --rwv-card-soft: rgba(226, 138, 17, 0.13); }
.rwv-premium-content .rwv-card:nth-child(5) { --rwv-card-a: #2f73ff; --rwv-card-b: #92b7ff; --rwv-card-soft: rgba(47, 115, 255, 0.1); }
.rwv-premium-content .rwv-card:nth-child(6) { --rwv-card-a: #d83b64; --rwv-card-b: #ff9cb5; --rwv-card-soft: rgba(216, 59, 100, 0.1); }
.rwv-premium-content .rwv-card:nth-child(7) { --rwv-card-a: #6b5cff; --rwv-card-b: #b8b0ff; --rwv-card-soft: rgba(107, 92, 255, 0.1); }
.rwv-premium-content .rwv-card:nth-child(8) { --rwv-card-a: #0e9bbb; --rwv-card-b: #8deaff; --rwv-card-soft: rgba(14, 155, 187, 0.11); }

.rwv-premium-content .rwv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, var(--rwv-card-soft), transparent 48%),
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--rwv-card-a) 16%, transparent), transparent 34%);
  opacity: 0.7;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.rwv-premium-content .rwv-card::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--rwv-card-a), var(--rwv-card-b));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s 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) 42%, transparent);
  box-shadow: 0 24px 70px rgba(79, 47, 31, 0.15);
  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);
}

.rwv-premium-content .rwv-icon {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 0 20px;
  border-radius: 16px;
  color: var(--rwv-card-a);
  background: linear-gradient(145deg, #fff, var(--rwv-card-soft));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 12px 26px rgba(75, 45, 30, 0.08);
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}

.rwv-premium-content .rwv-icon i {
  font-size: 1.25rem;
  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.06) rotate(-2deg);
}

.rwv-premium-content h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 12px;
  color: var(--rwv-ink);
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rwv-premium-content h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rwv-card-a), var(--rwv-card-b));
  transform: scaleX(0.55);
  transform-origin: left;
  transition: transform 0.35s ease;
}

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

.rwv-premium-content .rwv-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--rwv-muted);
  font-size: 0.94rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rwv-premium-content .rwv-cta {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--rwv-card-a);
  font-size: 0.86rem;
  line-height: 1.35;
  font-weight: 760;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease, color 0.35s 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-tilt-card.rwv-visible {
  transform: perspective(900px) translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

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

.rwv-premium-content .rwv-process-card {
  padding-top: 24px;
}

.rwv-premium-content .rwv-process-card::before {
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--rwv-card-a) 14%, transparent), transparent 35%),
    linear-gradient(145deg, var(--rwv-card-soft), transparent 56%);
}

.rwv-premium-content .rwv-process-card::after {
  content: attr(data-step);
  left: auto;
  right: 18px;
  bottom: auto;
  top: 10px;
  height: auto;
  width: auto;
  background: none;
  color: color-mix(in srgb, var(--rwv-card-a) 15%, transparent);
  font-size: 4.7rem;
  line-height: 1;
  font-weight: 900;
  transform: translateY(0) scale(1);
  transition: transform 0.35s ease, color 0.35s ease;
  pointer-events: none;
}

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

.rwv-premium-content .rwv-step-text {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  margin: 0 0 16px;
  color: var(--rwv-card-a);
  font-size: 0.78rem;
  line-height: 1.3;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

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

  .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.96rem;
  }

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

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

@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: 22px;
    min-height: 230px;
  }

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

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

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

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

  .rwv-premium-content .rwv-heading-wrap p {
    font-size: 0.92rem;
    line-height: 1.6;
  }

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

  .rwv-premium-content .rwv-card {
    padding: 20px;
    min-height: 0;
  }

  .rwv-premium-content .rwv-cta {
    opacity: 1;
    transform: none;
  }
}

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

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

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

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

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

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

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

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

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

  .rwv-premium-content .rwv-process-card::after {
    font-size: 3.7rem;
  }

  .rwv-premium-content .rwv-cta {
    opacity: 1;
    transform: none;
    font-size: 0.82rem;
  }
}

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

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

  .rwv-premium-content .rwv-heading-wrap p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

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

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

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

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

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

  .rwv-premium-content .rwv-card p {
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .rwv-premium-content .rwv-process-card::after {
    right: 12px;
    top: 8px;
    font-size: 3.2rem;
  }

  .rwv-premium-content .rwv-step-text {
    font-size: 0.7rem;
  }

  .rwv-premium-content .rwv-cta {
    opacity: 1;
    transform: none;
    font-size: 0.8rem;
  }
}

@media (max-width: 319px) {
  .rwv-premium-content .rwv-card-grid {
    grid-template-columns: 1fr !important;
  }
}

@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::after,
  .rwv-premium-content .rwv-cta {
    transition: none !important;
    animation: none !important;
  }

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