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

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

.rwebv-premium-content {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #241d1b;
  background: #fff;
}

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

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

.rwebv-premium-content .rwebv-section-warm {
  background:
    radial-gradient(circle at 15% 12%, rgba(255, 86, 48, 0.12), transparent 32%),
    linear-gradient(135deg, #fff7f1 0%, #fffaf6 45%, #f7fbff 100%);
}

.rwebv-premium-content .rwebv-container {
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
  padding: 96px 28px;
}

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

.rwebv-premium-content .rwebv-section-head h2 {
  margin: 0;
  color: #211917;
  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;
}

.rwebv-premium-content .rwebv-section-head h2 span {
  background: linear-gradient(135deg, #ff4500 0%, #e94b35 42%, #7a4cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rwebv-premium-content .rwebv-section-head p {
  margin: 14px auto 0;
  color: #6f625d;
  font-size: 1.03rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.rwebv-premium-content .rwebv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --rwebv-a: #ff4500;
  --rwebv-b: #7a4cff;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 252px;
  position: relative;
  isolation: isolate;
  padding: 26px;
  border: 1px solid rgba(36, 29, 27, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--rwebv-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 246, 0.82));
  box-shadow: 0 16px 44px rgba(58, 34, 22, 0.08);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(22px);
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
  overflow: hidden;
}

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

.rwebv-premium-content .rwebv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--rwebv-a) 16%, transparent), transparent 38%),
    linear-gradient(315deg, color-mix(in srgb, var(--rwebv-b) 12%, transparent), transparent 42%);
  opacity: 0.64;
  pointer-events: none;
}

.rwebv-premium-content .rwebv-card:hover {
  border-color: color-mix(in srgb, var(--rwebv-a) 38%, rgba(36, 29, 27, 0.12));
  box-shadow: 0 24px 64px rgba(58, 34, 22, 0.14);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

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

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

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

.rwebv-premium-content .rwebv-card h3 {
  display: inline;
  margin: 0;
  color: #241d1b;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, var(--rwebv-a), var(--rwebv-b));
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  transition: background-size 0.24s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.rwebv-premium-content .rwebv-card p {
  margin: 14px 0 0;
  color: #6a5d58;
  font-size: 0.96rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rwebv-premium-content .rwebv-cta {
  display: inline-flex;
  max-width: 100%;
  margin-top: 18px;
  color: var(--rwebv-a);
  font-size: 0.9rem;
  font-weight: 760;
  opacity: 0.18;
  transform: translateY(8px);
  transition: opacity 0.24s ease, transform 0.24s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

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

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

.rwebv-premium-content .rwebv-process {
  min-height: 272px;
}

.rwebv-premium-content .rwebv-process::after {
  content: attr(data-step);
  position: absolute;
  right: 18px;
  bottom: -18px;
  z-index: -1;
  color: color-mix(in srgb, var(--rwebv-a) 16%, transparent);
  font-size: 6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.24s ease, color 0.24s ease;
  pointer-events: none;
}

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

.rwebv-premium-content .rwebv-step-text {
  margin-bottom: 14px;
  color: var(--rwebv-a);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 840;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rwebv-premium-content .rwebv-card:nth-child(1) { --rwebv-a: #ff4500; --rwebv-b: #7a4cff; }
.rwebv-premium-content .rwebv-card:nth-child(2) { --rwebv-a: #e94b35; --rwebv-b: #1976d2; }
.rwebv-premium-content .rwebv-card:nth-child(3) { --rwebv-a: #c94f12; --rwebv-b: #00a389; }
.rwebv-premium-content .rwebv-card:nth-child(4) { --rwebv-a: #d93165; --rwebv-b: #805ad5; }
.rwebv-premium-content .rwebv-card:nth-child(5) { --rwebv-a: #ef7d00; --rwebv-b: #2563eb; }
.rwebv-premium-content .rwebv-card:nth-child(6) { --rwebv-a: #b83280; --rwebv-b: #14b8a6; }
.rwebv-premium-content .rwebv-card:nth-child(7) { --rwebv-a: #db3a34; --rwebv-b: #4f46e5; }
.rwebv-premium-content .rwebv-card:nth-child(8) { --rwebv-a: #f05a28; --rwebv-b: #0f766e; }

@media (min-width: 1200px) {
  .rwebv-premium-content .rwebv-container {
    width: min(1320px, 100%);
    padding: 104px 32px;
  }

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .rwebv-premium-content .rwebv-container {
    width: min(1120px, 100%);
    padding: 88px 28px;
  }

  .rwebv-premium-content .rwebv-section-head p {
    font-size: 1rem;
  }

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .rwebv-premium-content .rwebv-container {
    padding: 72px 24px;
  }

  .rwebv-premium-content .rwebv-section-head {
    margin-bottom: 34px;
  }

  .rwebv-premium-content .rwebv-section-head p {
    font-size: 0.98rem;
  }

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

  .rwebv-premium-content .rwebv-card {
    padding: 22px;
  }

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

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

@media (min-width: 430px) and (max-width: 767px) {
  .rwebv-premium-content .rwebv-container {
    padding: 58px 18px;
  }

  .rwebv-premium-content .rwebv-section-head {
    margin-bottom: 28px;
  }

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

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

  .rwebv-premium-content .rwebv-card {
    min-height: auto;
    padding: 21px;
  }
}

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

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

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

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

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

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

  .rwebv-premium-content .rwebv-process::after {
    font-size: 4.9rem;
  }
}

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

  .rwebv-premium-content .rwebv-section-head {
    margin-bottom: 22px;
  }

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

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

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

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

  .rwebv-premium-content .rwebv-icon i {
    font-size: 1.05rem;
  }

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

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

  .rwebv-premium-content .rwebv-cta {
    font-size: 0.84rem;
  }

  .rwebv-premium-content .rwebv-process::after {
    right: 12px;
    bottom: -12px;
    font-size: 4.1rem;
  }
}

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

  .rwebv-premium-content .rwebv-card {
    width: 100% !important;
    min-width: 0 !important;
  }
}

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

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