    /* Tool-specific CSS for merge page */
    .drop-zone {
        border: 2px dashed #4299e1;
        border-radius: 0.5rem;
        padding: 3rem;
        text-align: center;
        background-color: #f7fafc;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }
    
    .drop-zone:hover {
        background-color: #ebf8ff;
        border-color: #3182ce;
    }
    
    .drop-zone-icon {
        margin: 0 auto 1rem;
        color: #4299e1;
    }
    
    .drop-zone-text {
        font-size: 1.25rem;
        font-weight: 600;
        color: #2c5282;
        margin-bottom: 0.5rem;
    }
    
    .drop-zone-hint {
        color: #718096;
        font-size: 0.875rem;
    }
       .trust-box {
  max-width: 800px;
  margin: 0 auto 1.5rem;
  padding: 1rem;
  background-color: #f0fdf4;
  border: 1px solid #86efac;
  border-radius: 0.5rem;
  text-align: center;
}

.trust-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #166534;
}

.trust-bullets li {
  margin: 6px 0;
}