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

.fb-dp-viewer-editorial,
.fb-dp-viewer-editorial * {
  box-sizing: border-box;
}

.fb-dp-viewer-editorial {
  --fb-dpv-ink: #182233;
  --fb-dpv-muted: #627084;
  --fb-dpv-line: rgba(30, 64, 175, 0.12);
  --fb-dpv-blue: #1877f2;
  --fb-dpv-cyan: #22c7f2;
  --fb-dpv-warm: #fff7ed;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--fb-dpv-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.fb-dp-viewer-editorial .fb-dpv-section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 84px 20px;
}

.fb-dp-viewer-editorial .fb-dpv-section-white {
  background: #fff;
}

.fb-dp-viewer-editorial .fb-dpv-section-warm {
  background:
    radial-gradient(circle at 12% 10%, rgba(24, 119, 242, 0.1), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(34, 199, 242, 0.11), transparent 30%),
    linear-gradient(180deg, #fff8f0 0%, #fffaf5 48%, #fff6ed 100%);
}

.fb-dp-viewer-editorial .fb-dpv-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.fb-dp-viewer-editorial .fb-dpv-section-head {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.fb-dp-viewer-editorial .fb-dpv-section-head h2 {
  margin: 0;
  color: #172033;
  font-size: clamp(1.2rem, 4vw, 2.2rem) !important;
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fb-dp-viewer-editorial .fb-dpv-section-head h2 span {
  background: linear-gradient(135deg, #1877f2 0%, #2563eb 42%, #22c7f2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.fb-dp-viewer-editorial .fb-dpv-section-head p {
  margin: 14px auto 0;
  max-width: 680px;
  color: var(--fb-dpv-muted);
  font-size: 1.02rem;
  line-height: 1.72;
  overflow-wrap: anywhere;
  word-break: break-word;
}

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

.fb-dp-viewer-editorial .fb-dpv-card {
  --fg-mx: 50%;
  --fg-my: 50%;
  --fg-tilt-x: 0deg;
  --fg-tilt-y: 0deg;
  --fb-dpv-card-a: #1877f2;
  --fb-dpv-card-b: #22c7f2;
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 238px;
  padding: 25px;
  border: 1px solid rgba(24, 119, 242, 0.13);
  border-radius: 22px;
  background:
    radial-gradient(circle at var(--fg-mx) var(--fg-my), color-mix(in srgb, var(--fb-dpv-card-a) 18%, transparent), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.8)),
    linear-gradient(135deg, color-mix(in srgb, var(--fb-dpv-card-a) 10%, #fff), color-mix(in srgb, var(--fb-dpv-card-b) 9%, #fff));
  box-shadow: 0 14px 36px rgba(15, 42, 80, 0.08);
  overflow: hidden;
  isolation: isolate;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(18px);
  opacity: 0;
  transition: transform 520ms cubic-bezier(.2,.8,.2,1), opacity 520ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.fb-dp-viewer-editorial .fb-dpv-card:nth-child(1) { --fb-dpv-card-a: #1877f2; --fb-dpv-card-b: #38bdf8; }
.fb-dp-viewer-editorial .fb-dpv-card:nth-child(2) { --fb-dpv-card-a: #2563eb; --fb-dpv-card-b: #14b8a6; }
.fb-dp-viewer-editorial .fb-dpv-card:nth-child(3) { --fb-dpv-card-a: #0ea5e9; --fb-dpv-card-b: #6366f1; }
.fb-dp-viewer-editorial .fb-dpv-card:nth-child(4) { --fb-dpv-card-a: #0891b2; --fb-dpv-card-b: #1877f2; }
.fb-dp-viewer-editorial .fb-dpv-card:nth-child(5) { --fb-dpv-card-a: #4f46e5; --fb-dpv-card-b: #06b6d4; }
.fb-dp-viewer-editorial .fb-dpv-card:nth-child(6) { --fb-dpv-card-a: #0284c7; --fb-dpv-card-b: #10b981; }
.fb-dp-viewer-editorial .fb-dpv-card:nth-child(7) { --fb-dpv-card-a: #1d4ed8; --fb-dpv-card-b: #2dd4bf; }
.fb-dp-viewer-editorial .fb-dpv-card:nth-child(8) { --fb-dpv-card-a: #0369a1; --fb-dpv-card-b: #60a5fa; }

.fb-dp-viewer-editorial .fb-dpv-card.fb-dpv-visible {
  opacity: 1;
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(0);
}

.fb-dp-viewer-editorial .fb-dpv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, color-mix(in srgb, var(--fb-dpv-card-a) 12%, transparent), transparent 42%);
  opacity: 0;
  transition: opacity 260ms ease;
  z-index: -1;
}

.fb-dp-viewer-editorial .fb-dpv-card:hover {
  border-color: color-mix(in srgb, var(--fb-dpv-card-a) 34%, rgba(255, 255, 255, 0.8));
  box-shadow: 0 22px 52px rgba(15, 42, 80, 0.15);
  transform: perspective(900px) rotateX(var(--fg-tilt-x)) rotateY(var(--fg-tilt-y)) translateY(-6px);
}

.fb-dp-viewer-editorial .fb-dpv-card:hover::before {
  opacity: 1;
}

.fb-dp-viewer-editorial .fb-dpv-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  max-width: 100%;
  border-radius: 16px;
  color: var(--fb-dpv-card-a);
  background: linear-gradient(135deg, color-mix(in srgb, var(--fb-dpv-card-a) 12%, #fff), #fff);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--fb-dpv-card-a) 14%, transparent), 0 10px 24px rgba(24, 119, 242, 0.1);
  transition: transform 260ms ease, color 260ms ease, background 260ms ease;
}

.fb-dp-viewer-editorial .fb-dpv-icon i {
  font-size: 1.28rem;
  line-height: 1;
}

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

.fb-dp-viewer-editorial .fb-dpv-card h3 {
  position: relative;
  margin: 20px 0 10px;
  color: #172033;
  font-size: 1.08rem;
  line-height: 1.28;
  font-weight: 780;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fb-dp-viewer-editorial .fb-dpv-card h3::after {
  content: "";
  display: block;
  width: 34px;
  height: 3px;
  margin-top: 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--fb-dpv-card-a), var(--fb-dpv-card-b));
  transition: width 260ms ease;
}

.fb-dp-viewer-editorial .fb-dpv-card:hover h3::after {
  width: 72px;
}

.fb-dp-viewer-editorial .fb-dpv-card p {
  margin: 0;
  color: var(--fb-dpv-muted);
  font-size: 0.95rem;
  line-height: 1.65;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fb-dp-viewer-editorial .fb-dpv-cta {
  display: inline-block;
  max-width: 100%;
  margin-top: 18px;
  color: var(--fb-dpv-card-a);
  font-size: 0.9rem;
  font-weight: 750;
  line-height: 1.4;
  opacity: 0.2;
  transform: translateY(8px);
  transition: opacity 260ms ease, transform 260ms ease;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.fb-dp-viewer-editorial .fb-dpv-card:hover .fb-dpv-cta {
  opacity: 1;
  transform: translateY(0);
}

.fb-dp-viewer-editorial .fb-dpv-card-tilt {
  transform-style: preserve-3d;
}

.fb-dp-viewer-editorial .fb-dpv-card-tilt .fb-dpv-icon,
.fb-dp-viewer-editorial .fb-dpv-card-tilt h3,
.fb-dp-viewer-editorial .fb-dpv-card-tilt p {
  transform: translateZ(12px);
}

.fb-dp-viewer-editorial .fb-dpv-process-card {
  padding-top: 32px;
}

.fb-dp-viewer-editorial .fb-dpv-step-number {
  position: absolute;
  top: 12px;
  right: 18px;
  max-width: calc(100% - 36px);
  color: color-mix(in srgb, var(--fb-dpv-card-a) 14%, transparent);
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  pointer-events: none;
  transition: transform 260ms ease, color 260ms ease;
}

.fb-dp-viewer-editorial .fb-dpv-process-card:hover .fb-dpv-step-number {
  color: color-mix(in srgb, var(--fb-dpv-card-a) 22%, transparent);
  transform: translateY(-3px) scale(1.04);
}

@media (min-width: 1200px) {
  .fb-dp-viewer-editorial .fb-dpv-section {
    padding: 92px 24px;
  }

  .fb-dp-viewer-editorial .fb-dpv-container {
    max-width: 1200px;
  }

  .fb-dp-viewer-editorial .fb-dpv-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .fb-dp-viewer-editorial .fb-dpv-section {
    padding: 76px 22px;
  }

  .fb-dp-viewer-editorial .fb-dpv-container {
    max-width: 980px;
  }

  .fb-dp-viewer-editorial .fb-dpv-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .fb-dp-viewer-editorial .fb-dpv-card {
    padding: 23px;
  }

  .fb-dp-viewer-editorial .fb-dpv-section-head p {
    font-size: 0.98rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .fb-dp-viewer-editorial .fb-dpv-section {
    padding: 64px 20px;
  }

  .fb-dp-viewer-editorial .fb-dpv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .fb-dp-viewer-editorial .fb-dpv-section-head {
    margin-bottom: 30px;
  }

  .fb-dp-viewer-editorial .fb-dpv-card {
    padding: 22px;
  }

  .fb-dp-viewer-editorial .fb-dpv-card h3 {
    font-size: 1.03rem;
  }

  .fb-dp-viewer-editorial .fb-dpv-card p {
    font-size: 0.93rem;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .fb-dp-viewer-editorial .fb-dpv-section {
    padding: 52px 16px;
  }

  .fb-dp-viewer-editorial .fb-dpv-grid {
    grid-template-columns: 1fr !important;
    gap: 16px;
  }

  .fb-dp-viewer-editorial .fb-dpv-section-head {
    margin-bottom: 26px;
  }

  .fb-dp-viewer-editorial .fb-dpv-section-head p {
    font-size: 0.94rem;
    line-height: 1.62;
  }

  .fb-dp-viewer-editorial .fb-dpv-card {
    padding: 21px;
    min-height: auto;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .fb-dp-viewer-editorial .fb-dpv-section {
    padding: 46px 14px;
  }

  .fb-dp-viewer-editorial .fb-dpv-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .fb-dp-viewer-editorial .fb-dpv-card {
    padding: 19px;
    border-radius: 19px;
    min-height: auto;
  }

  .fb-dp-viewer-editorial .fb-dpv-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .fb-dp-viewer-editorial .fb-dpv-icon i {
    font-size: 1.12rem;
  }

  .fb-dp-viewer-editorial .fb-dpv-card h3 {
    font-size: 1rem;
  }

  .fb-dp-viewer-editorial .fb-dpv-card p,
  .fb-dp-viewer-editorial .fb-dpv-section-head p {
    font-size: 0.91rem;
  }

  .fb-dp-viewer-editorial .fb-dpv-step-number {
    font-size: 3.4rem;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .fb-dp-viewer-editorial .fb-dpv-section {
    padding: 40px 12px;
  }

  .fb-dp-viewer-editorial .fb-dpv-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  .fb-dp-viewer-editorial .fb-dpv-card {
    padding: 17px;
    border-radius: 17px;
    min-height: auto;
  }

  .fb-dp-viewer-editorial .fb-dpv-icon {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .fb-dp-viewer-editorial .fb-dpv-icon i {
    font-size: 1.02rem;
  }

  .fb-dp-viewer-editorial .fb-dpv-card h3 {
    margin-top: 16px;
    font-size: 0.96rem;
  }

  .fb-dp-viewer-editorial .fb-dpv-card p,
  .fb-dp-viewer-editorial .fb-dpv-section-head p {
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .fb-dp-viewer-editorial .fb-dpv-step-number {
    top: 10px;
    right: 14px;
    font-size: 3rem;
  }
}

@media (max-width: 319px) {
  .fb-dp-viewer-editorial .fb-dpv-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fb-dp-viewer-editorial .fb-dpv-card,
  .fb-dp-viewer-editorial .fb-dpv-card::before,
  .fb-dp-viewer-editorial .fb-dpv-icon,
  .fb-dp-viewer-editorial .fb-dpv-card h3::after,
  .fb-dp-viewer-editorial .fb-dpv-cta,
  .fb-dp-viewer-editorial .fb-dpv-step-number {
    transition: none !important;
    animation: none !important;
  }

  .fb-dp-viewer-editorial .fb-dpv-card,
  .fb-dp-viewer-editorial .fb-dpv-card.fb-dpv-visible,
  .fb-dp-viewer-editorial .fb-dpv-card:hover {
    transform: none !important;
    opacity: 1 !important;
  }
}