/* --- About page: graceful reveal fallback --- */
[data-w-id][style*="opacity"] { opacity: 1 !important; transform: none !important; visibility: visible !important; }

/* Layout/spacing so the list looks like the export */
.process-section .process-layout { display: flex; justify-content: flex-end; gap: 48px; align-items: flex-start; }
.process-section .process-item-wrap { width: 100%; max-width: 640px; }

.process-item { display: flex; align-items: center; gap: 24px; padding: 28px 0; border-top: 1px solid #e6e6e6; }
.process-item.last { border-bottom: 1px solid #e6e6e6; }

.process-item-num-wrap { min-width: 64px; }
.process-item-num { margin: 0; font-weight: 700; font-size: 28px; line-height: 1; color: #111; }
.process-item-text { margin: 0; font-size: 20px; line-height: 1.6; color: #111; }

/* small screens */
@media (max-width: 991px) {
  .process-section .process-layout { flex-direction: column; align-items: stretch; gap: 24px; }
  .process-section .process-item-wrap { max-width: none; }
}
