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

.rbv-premium-editorial,
.rbv-premium-editorial * {
  box-sizing: border-box;
}

.rbv-premium-editorial {
  --rbv-ink: #172033;
  --rbv-muted: #647085;
  --rbv-line: rgba(42, 54, 76, 0.12);
  --rbv-soft: #fff6ef;
  --rbv-amber: #f59e0b;
  --rbv-coral: #ff5d4f;
  --rbv-rose: #e9497f;
  --rbv-violet: #7c3aed;
  --rbv-shadow: 0 18px 48px rgba(35, 45, 70, 0.11);
  --rbv-shadow-hover: 0 28px 70px rgba(35, 45, 70, 0.18);
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--rbv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.rbv-premium-editorial .rbv-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 82px 22px;
}

.rbv-premium-editorial .rbv-section-white {
  background: #fff;
}

.rbv-premium-editorial .rbv-section-warm {
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 93, 79, 0.12), transparent 30%),
    radial-gradient(circle at 88% 26%, rgba(124, 58, 237, 0.1), transparent 30%),
    linear-gradient(180deg, #fff8f1 0%, #fffaf5 46%, #fff6ef 100%);
}

.rbv-premium-editorial .rbv-container {
  width: min(1320px, 100%);
  max-width: 100%;
  margin: 0 auto;
}

.rbv-premium-editorial .rbv-heading-wrap {
  max-width: 780px;
  margin: 0 auto 38px;
  text-align: center;
}

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

.rbv-premium-editorial h2 span {
  background: linear-gradient(135deg, var(--rbv-coral), var(--rbv-amber) 48%, var(--rbv-violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rbv-premium-editorial .rbv-heading-wrap p {
  margin: 14px auto 0;
  color: var(--rbv-muted);
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.rbv-premium-editorial .rbv-card {
  --fg-mx: 50%;
  --fg-my: 22%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --rbv-a: #ff5d4f;
  --rbv-b: #f59e0b;
  position: relative;
  isolation: isolate;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 260px;
  padding: 26px;
  border: 1px solid var(--rbv-line);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--rbv-a) 24%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 251, 247, 0.9));
  box-shadow: var(--rbv-shadow);
  transform: translateY(22px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
  opacity: 0;
  transition:
    opacity 0.7s ease,
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
  overflow: hidden;
}

.rbv-premium-editorial .rbv-card:nth-child(2n) { --rbv-a: #7c3aed; --rbv-b: #ff5d4f; }
.rbv-premium-editorial .rbv-card:nth-child(3n) { --rbv-a: #0ea5e9; --rbv-b: #22c55e; }
.rbv-premium-editorial .rbv-card:nth-child(4n) { --rbv-a: #f59e0b; --rbv-b: #e9497f; }
.rbv-premium-editorial .rbv-card:nth-child(5n) { --rbv-a: #14b8a6; --rbv-b: #f97316; }
.rbv-premium-editorial .rbv-card:nth-child(6n) { --rbv-a: #6366f1; --rbv-b: #06b6d4; }
.rbv-premium-editorial .rbv-card:nth-child(7n) { --rbv-a: #ec4899; --rbv-b: #8b5cf6; }
.rbv-premium-editorial .rbv-card:nth-child(8n) { --rbv-a: #ef4444; --rbv-b: #facc15; }

.rbv-premium-editorial .rbv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(135deg, color-mix(in srgb, var(--rbv-a) 14%, transparent), transparent 46%, color-mix(in srgb, var(--rbv-b) 12%, transparent));
  opacity: 0.7;
  pointer-events: none;
}

.rbv-premium-editorial .rbv-card::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--rbv-a), var(--rbv-b));
  transform: scaleX(0.32);
  transform-origin: left;
  opacity: 0.65;
  transition: transform 0.24s ease, opacity 0.24s ease;
}

.rbv-premium-editorial .rbv-card.rbv-in-view {
  opacity: 1;
  transform: translateY(0) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.rbv-premium-editorial .rbv-card:hover {
  border-color: color-mix(in srgb, var(--rbv-a) 38%, rgba(42, 54, 76, 0.18));
  box-shadow: var(--rbv-shadow-hover);
  transform: translateY(-7px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y));
}

.rbv-premium-editorial .rbv-grid-tilt .rbv-card {
  transform-style: preserve-3d;
  perspective: 900px;
}

.rbv-premium-editorial .rbv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  margin: 0 0 18px;
  border-radius: 18px;
  color: var(--rbv-a);
  background: linear-gradient(145deg, color-mix(in srgb, var(--rbv-a) 13%, #fff), #fff);
  border: 1px solid color-mix(in srgb, var(--rbv-a) 18%, transparent);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--rbv-a) 18%, transparent);
  transition: transform 0.24s ease, color 0.24s ease, background 0.24s ease;
}

.rbv-premium-editorial .rbv-icon i {
  font-size: 1.35rem;
  line-height: 1;
}

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

.rbv-premium-editorial h3 {
  position: relative;
  display: inline;
  margin: 0;
  color: var(--rbv-ink);
  font-size: 1.08rem;
  line-height: 1.35;
  letter-spacing: 0;
  font-weight: 790;
  overflow-wrap: anywhere;
  word-break: break-word;
  background-image: linear-gradient(90deg, var(--rbv-a), var(--rbv-b));
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.24s ease;
}

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

.rbv-premium-editorial .rbv-card p {
  margin: 14px 0 0;
  color: var(--rbv-muted);
  font-size: 0.95rem;
  line-height: 1.66;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rbv-premium-editorial .rbv-cta {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin-top: 18px;
  color: var(--rbv-a);
  font-size: 0.9rem;
  font-weight: 760;
  line-height: 1.3;
  opacity: 0.22;
  transform: translateY(9px);
  transition: opacity 0.24s ease, transform 0.24s ease, color 0.24s ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.rbv-premium-editorial .rbv-card:hover .rbv-cta {
  opacity: 1;
  transform: translateY(0);
  color: var(--rbv-b);
}

.rbv-premium-editorial .rbv-process-card {
  min-height: 286px;
}

.rbv-premium-editorial .rbv-process-card::before {
  content: var(--rbv-step);
  position: absolute;
  right: 18px;
  top: 8px;
  z-index: -1;
  color: color-mix(in srgb, var(--rbv-a) 13%, transparent);
  font-size: clamp(4.2rem, 9vw, 6.6rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  transition: transform 0.24s ease, color 0.24s ease;
}

.rbv-premium-editorial .rbv-process-card:hover::before {
  color: color-mix(in srgb, var(--rbv-a) 20%, transparent);
  transform: translateY(-5px) scale(1.04);
}

.rbv-premium-editorial .rbv-step-text {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 14px;
  color: var(--rbv-a);
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (min-width: 1200px) {
  .rbv-premium-editorial .rbv-section {
    padding: 92px 30px;
  }

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

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

@media (min-width: 1024px) and (max-width: 1199px) {
  .rbv-premium-editorial .rbv-section {
    padding: 78px 24px;
  }

  .rbv-premium-editorial .rbv-container {
    width: min(1060px, 100%);
  }

  .rbv-premium-editorial .rbv-heading-wrap p {
    font-size: 0.99rem;
  }

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

  .rbv-premium-editorial .rbv-card {
    padding: 24px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rbv-premium-editorial .rbv-section {
    padding: 64px 20px;
  }

  .rbv-premium-editorial .rbv-heading-wrap {
    margin-bottom: 30px;
  }

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

  .rbv-premium-editorial .rbv-card {
    padding: 22px;
    min-height: 238px;
  }

  .rbv-premium-editorial h3 {
    font-size: 1.02rem;
  }

  .rbv-premium-editorial .rbv-card p {
    font-size: 0.93rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rbv-premium-editorial .rbv-section {
    padding: 52px 16px;
  }

  .rbv-premium-editorial .rbv-heading-wrap {
    margin-bottom: 24px;
  }

  .rbv-premium-editorial .rbv-heading-wrap p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

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

  .rbv-premium-editorial .rbv-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: auto;
    padding: 21px;
  }

  .rbv-premium-editorial .rbv-cta {
    white-space: normal;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rbv-premium-editorial .rbv-section {
    padding: 46px 14px;
  }

  .rbv-premium-editorial .rbv-heading-wrap {
    margin-bottom: 22px;
  }

  .rbv-premium-editorial .rbv-heading-wrap p {
    font-size: 0.91rem;
    line-height: 1.58;
  }

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

  .rbv-premium-editorial .rbv-card {
    padding: 19px;
    border-radius: 18px;
  }

  .rbv-premium-editorial .rbv-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .rbv-premium-editorial .rbv-icon i {
    font-size: 1.18rem;
  }

  .rbv-premium-editorial h3 {
    font-size: 0.99rem;
  }

  .rbv-premium-editorial .rbv-card p {
    font-size: 0.9rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .rbv-premium-editorial .rbv-section {
    padding: 40px 12px;
  }

  .rbv-premium-editorial .rbv-heading-wrap {
    margin-bottom: 20px;
  }

  .rbv-premium-editorial .rbv-heading-wrap p {
    font-size: 0.88rem;
    line-height: 1.55;
  }

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

  .rbv-premium-editorial .rbv-card {
    padding: 17px;
    border-radius: 16px;
  }

  .rbv-premium-editorial .rbv-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    margin-bottom: 15px;
  }

  .rbv-premium-editorial .rbv-icon i {
    font-size: 1.08rem;
  }

  .rbv-premium-editorial h3 {
    font-size: 0.95rem;
  }

  .rbv-premium-editorial .rbv-card p,
  .rbv-premium-editorial .rbv-cta {
    font-size: 0.86rem;
  }

  .rbv-premium-editorial .rbv-process-card::before {
    right: 12px;
    top: 10px;
  }
}

@media (max-width: 319px) {
  .rbv-premium-editorial .rbv-section {
    padding: 36px 10px;
  }

  .rbv-premium-editorial .rbv-grid {
    grid-template-columns: 1fr !important;
    gap: 10px;
  }

  .rbv-premium-editorial .rbv-card {
    padding: 15px;
    border-radius: 15px;
  }
}

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

  .rbv-premium-editorial .rbv-card,
  .rbv-premium-editorial .rbv-card:hover,
  .rbv-premium-editorial .rbv-card.rbv-in-view {
    transform: none !important;
  }
}